ba1              1011 drivers/edac/pnd2_edac.c 	daddr->bank |= dnv_get_bit(pmiaddr, dmap[pmiidx].ba1 + 6, 1);
ba1               220 drivers/edac/pnd2_edac.h 	u32	ba1 : 5;
ba1               230 include/net/bluetooth/bluetooth.h static inline int bacmp(const bdaddr_t *ba1, const bdaddr_t *ba2)
ba1               232 include/net/bluetooth/bluetooth.h 	return memcmp(ba1, ba2, sizeof(bdaddr_t));
ba1               441 sound/pci/cs4281.c 	void __iomem *ba1;		/* virtual (accessible) address */
ba1              1144 sound/pci/cs4281.c 	if (copy_to_user_fromio(buf, chip->ba1 + pos, count))
ba1              1303 sound/pci/cs4281.c 	iounmap(chip->ba1);
ba1              1359 sound/pci/cs4281.c 	chip->ba1 = pci_ioremap_bar(pci, 1);
ba1              1360 sound/pci/cs4281.c 	if (!chip->ba0 || !chip->ba1) {
ba1              1711 sound/pci/cs46xx/cs46xx.h 	struct ba1_struct *ba1;
ba1               509 sound/pci/cs46xx/cs46xx_lib.c 	if (fw->size != sizeof(*chip->ba1)) {
ba1               514 sound/pci/cs46xx/cs46xx_lib.c 	chip->ba1 = vmalloc(sizeof(*chip->ba1));
ba1               515 sound/pci/cs46xx/cs46xx_lib.c 	if (!chip->ba1) {
ba1               520 sound/pci/cs46xx/cs46xx_lib.c 	memcpy_le32(chip->ba1, fw->data, sizeof(*chip->ba1));
ba1               525 sound/pci/cs46xx/cs46xx_lib.c 		size += chip->ba1->memory[i].size;
ba1               538 sound/pci/cs46xx/cs46xx_lib.c 	struct ba1_struct *ba1 = chip->ba1;
ba1               542 sound/pci/cs46xx/cs46xx_lib.c 					  &ba1->map[offset],
ba1               543 sound/pci/cs46xx/cs46xx_lib.c 					  ba1->memory[idx].offset,
ba1               544 sound/pci/cs46xx/cs46xx_lib.c 					  ba1->memory[idx].size);
ba1               547 sound/pci/cs46xx/cs46xx_lib.c 		offset += ba1->memory[idx].size >> 2;
ba1              2952 sound/pci/cs46xx/cs46xx_lib.c 	vfree(chip->ba1);