Searched refs:SRFL_PRSIGN (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/staging/brcm80211/util/ |
D | bcmsrom_tbl.h | 34 #define SRFL_PRSIGN 8 /* value is in signed decimal format */ macro 180 {"rxpo2g", 0x00000008, SRFL_PRSIGN, SROM_RXPO52G, 0x00ff}, 181 {"rxpo5g", 0x00000008, SRFL_PRSIGN, SROM_RXPO52G, 0xff00}, 182 {"rxpo2g", 0xffffff00, SRFL_PRSIGN, SROM8_RXPO52G, 0x00ff}, 183 {"rxpo5g", 0xffffff00, SRFL_PRSIGN, SROM8_RXPO52G, 0xff00},
|
D | bcmsrom.c | 1788 else if ((flags & SRFL_PRSIGN) in _initvars_srom_pci()
|