Searched refs:EEP_LBYTE (Results 1 – 2 of 2) sorted by relevance
218 #define EEP_LBYTE(x) ((x) & 0xff) macro235 #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 */
585 sc->sc_tcs[i * 2 ].flags = EEP_LBYTE(conf->tflags[i]); in iha_attach()