Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2400pci.h610 #define BBPCSR_VALUE FIELD32(0x000000ff) macro
Drt2500pci.h715 #define BBPCSR_VALUE FIELD32(0x000000ff) macro
Drt2400pci.c69 rt2x00_set_field32(&reg, BBPCSR_VALUE, value); in rt2400pci_bbp_write()
106 *value = rt2x00_get_field32(reg, BBPCSR_VALUE); in rt2400pci_bbp_read()
Drt2500pci.c69 rt2x00_set_field32(&reg, BBPCSR_VALUE, value); in rt2500pci_bbp_write()
106 *value = rt2x00_get_field32(reg, BBPCSR_VALUE); in rt2500pci_bbp_read()