Searched refs:SRFL_PRSIGN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmsrom_tbl.h38 #define SRFL_PRSIGN 8 /* value is in signed decimal format */ macro
197 {"rxpo2g", 0x00000008, SRFL_PRSIGN, SROM_RXPO52G, 0x00ff},
198 {"rxpo5g", 0x00000008, SRFL_PRSIGN, SROM_RXPO52G, 0xff00},
199 {"rxpo2g", 0x00000700, SRFL_PRSIGN, SROM8_RXPO52G, 0x00ff},
200 {"rxpo5g", 0x00000700, SRFL_PRSIGN, SROM8_RXPO52G, 0xff00},
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmsrom.c5749 } else if ((flags & SRFL_PRSIGN) &&
5796 else if ((flags & SRFL_PRSIGN) && (val & (1 << (width - 1))))
5862 } else if ((flags & SRFL_PRSIGN) &&

Completed in 69 milliseconds