Searched refs:WAIT_FOR_BBP (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2400pci.c | 51 #define WAIT_FOR_BBP(__dev, __reg) \ macro 67 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt2400pci_bbp_write() 95 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt2400pci_bbp_read() 103 WAIT_FOR_BBP(rt2x00dev, ®); in rt2400pci_bbp_read()
|
D | rt2500usb.c | 139 #define WAIT_FOR_BBP(__dev, __reg) \ macro 155 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt2500usb_bbp_write() 182 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt2500usb_bbp_read() 189 if (WAIT_FOR_BBP(rt2x00dev, ®)) in rt2500usb_bbp_read()
|
D | rt2500pci.c | 51 #define WAIT_FOR_BBP(__dev, __reg) \ macro 67 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt2500pci_bbp_write() 95 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt2500pci_bbp_read() 103 WAIT_FOR_BBP(rt2x00dev, ®); in rt2500pci_bbp_read()
|
D | rt73usb.c | 58 #define WAIT_FOR_BBP(__dev, __reg) \ macro 74 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt73usb_bbp_write() 102 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt73usb_bbp_read() 110 WAIT_FOR_BBP(rt2x00dev, ®); in rt73usb_bbp_read()
|
D | rt61pci.c | 57 #define WAIT_FOR_BBP(__dev, __reg) \ macro 76 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt61pci_bbp_write() 104 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt61pci_bbp_read() 112 WAIT_FOR_BBP(rt2x00dev, ®); in rt61pci_bbp_read()
|
D | rt2800lib.c | 58 #define WAIT_FOR_BBP(__dev, __reg) \ macro 96 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt2800_bbp_write() 125 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt2800_bbp_read() 134 WAIT_FOR_BBP(rt2x00dev, ®); in rt2800_bbp_read()
|