Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dihavar.h218 #define EEP_LBYTE(x) ((x) & 0xff) macro
235 #define CFG_CFG2(x) EEP_LBYTE(x) /* 0x02 Unused Channel Cfg byte 2*/
250 #define EEP_SIZE(x) EEP_LBYTE(x) /* 0x02 Size of data structure*/
255 #define EEP_INFO(x) EEP_LBYTE(x) /* 0x06 Model information */
H A Diha.c585 sc->sc_tcs[i * 2 ].flags = EEP_LBYTE(conf->tflags[i]); in iha_attach()