Searched refs:ba1 (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 509 if (fw->size != sizeof(*chip->ba1)) { in load_firmware() 514 chip->ba1 = vmalloc(sizeof(*chip->ba1)); in load_firmware() 515 if (!chip->ba1) { in load_firmware() 520 memcpy_le32(chip->ba1, fw->data, sizeof(*chip->ba1)); in load_firmware() 525 size += chip->ba1->memory[i].size; in load_firmware() 538 struct ba1_struct *ba1 = chip->ba1; in snd_cs46xx_download_image() local 542 &ba1->map[offset], in snd_cs46xx_download_image() 543 ba1->memory[idx].offset, in snd_cs46xx_download_image() 544 ba1->memory[idx].size); in snd_cs46xx_download_image() 547 offset += ba1->memory[idx].size >> 2; in snd_cs46xx_download_image() [all …]
|
D | cs46xx.h | 1710 struct ba1_struct *ba1; member
|
/linux-6.1.9/include/net/bluetooth/ |
D | bluetooth.h | 345 static inline int bacmp(const bdaddr_t *ba1, const bdaddr_t *ba2) in bacmp() argument 347 return memcmp(ba1, ba2, sizeof(bdaddr_t)); in bacmp()
|
/linux-6.1.9/drivers/edac/ |
D | pnd2_edac.h | 220 u32 ba1 : 5; member
|
D | pnd2_edac.c | 989 daddr->bank |= dnv_get_bit(pmiaddr, dmap[pmiidx].ba1 + 6, 1); in dnv_pmi2mem()
|
/linux-6.1.9/sound/pci/ |
D | cs4281.c | 440 void __iomem *ba1; /* virtual (accessible) address */ member 1131 if (copy_to_user_fromio(buf, chip->ba1 + pos, count)) in snd_cs4281_BA1_read() 1315 chip->ba1 = pcim_iomap_table(pci)[1]; in snd_cs4281_create()
|