Searched refs:RT2560_SHIFT_Q (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ral/ | ||
H A D | rt2560_reg.h | 154 #define RT2560_SHIFT_Q 4 macro |
H A D | rt2560.c | 999 val |= ((tmp & RT2560_Q) >> RT2560_SHIFT_Q) << n; in rt2560_eeprom_read() |