Home
last modified time | relevance | path

Searched refs:BBPCSR_VALUE (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/wireless/rt2x00/
Drt2400pci.h612 #define BBPCSR_VALUE FIELD32(0x000000ff) macro
Drt2500pci.h717 #define BBPCSR_VALUE FIELD32(0x000000ff) macro
Drt2400pci.c71 rt2x00_set_field32(&reg, BBPCSR_VALUE, value); in rt2400pci_bbp_write()
108 *value = rt2x00_get_field32(reg, BBPCSR_VALUE); in rt2400pci_bbp_read()
Drt2500pci.c71 rt2x00_set_field32(&reg, BBPCSR_VALUE, value); in rt2500pci_bbp_write()
108 *value = rt2x00_get_field32(reg, BBPCSR_VALUE); in rt2500pci_bbp_read()