Home
last modified time | relevance | path

Searched refs:RT2560_CSR21 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_reg.h64 #define RT2560_CSR21 0x0054 /* EEPROM control */ macro
335 RAL_WRITE((sc), RT2560_CSR21, (val)); \
H A Drt2560.c984 n = (RAL_READ(sc, RT2560_CSR21) & RT2560_93C46) ? 5 : 7; in rt2560_eeprom_read()
998 tmp = RAL_READ(sc, RT2560_CSR21); in rt2560_eeprom_read()