Searched refs:WAIT_FOR_BBP (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2500usb.c | 117 #define WAIT_FOR_BBP(__dev, __reg) \ macro 133 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt2500usb_bbp_write() 161 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt2500usb_bbp_read() 168 if (WAIT_FOR_BBP(rt2x00dev, ®)) in rt2500usb_bbp_read()
|
H A D | rt2400pci.c | 40 #define WAIT_FOR_BBP(__dev, __reg) \ macro 56 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt2400pci_bbp_write() 85 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt2400pci_bbp_read() 93 WAIT_FOR_BBP(rt2x00dev, ®); in rt2400pci_bbp_read()
|
H A D | rt2500pci.c | 40 #define WAIT_FOR_BBP(__dev, __reg) \ macro 56 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt2500pci_bbp_write() 85 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt2500pci_bbp_read() 93 WAIT_FOR_BBP(rt2x00dev, ®); in rt2500pci_bbp_read()
|
H A D | rt73usb.c | 47 #define WAIT_FOR_BBP(__dev, __reg) \ macro 63 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt73usb_bbp_write() 92 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt73usb_bbp_read() 100 WAIT_FOR_BBP(rt2x00dev, ®); in rt73usb_bbp_read()
|
H A D | rt61pci.c | 46 #define WAIT_FOR_BBP(__dev, __reg) \ macro 65 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt61pci_bbp_write() 94 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt61pci_bbp_read() 102 WAIT_FOR_BBP(rt2x00dev, ®); in rt61pci_bbp_read()
|
H A D | rt2800lib.c | 52 #define WAIT_FOR_BBP(__dev, __reg) \ macro 93 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt2800_bbp_write() 122 if (WAIT_FOR_BBP(rt2x00dev, ®)) { in rt2800_bbp_read() 131 WAIT_FOR_BBP(rt2x00dev, ®); in rt2800_bbp_read()
|