Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2400pci.h599 #define BBPCSR_VALUE FIELD32(0x000000ff) macro
H A Drt2500pci.h704 #define BBPCSR_VALUE FIELD32(0x000000ff) macro
H A Drt2400pci.c58 rt2x00_set_field32(&reg, BBPCSR_VALUE, value); in rt2400pci_bbp_write()
96 value = rt2x00_get_field32(reg, BBPCSR_VALUE); in rt2400pci_bbp_read()
H A Drt2500pci.c58 rt2x00_set_field32(&reg, BBPCSR_VALUE, value); in rt2500pci_bbp_write()
96 value = rt2x00_get_field32(reg, BBPCSR_VALUE); in rt2500pci_bbp_read()