Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c402 if (LOOK_BYTE(tp) & (1<<i)) { in cistpl_config_handler()
979 misc->flags = (misc->flags << 8) | LOOK_BYTE(tp);
1112 if (LOOK_BYTE(tp) <= 0x63)
1113 digits = LOOK_BYTE(tp);
1114 if (LOOK_BYTE(tp) == CISTPL_CFTABLE_PD_NC_SLEEPM)
1116 if (LOOK_BYTE(tp) == CISTPL_CFTABLE_PD_ZEROM)
1118 if (LOOK_BYTE(tp) == CISTPL_CFTABLE_PD_NCM)
1295 LOOK_BYTE(tp) != 0xFF; nid++) {
1333 cs->edc_length = LOOK_BYTE(tp) & EDC_LENGTH_MASK;
1663 if (LOOK_BYTE(tp) != 255) {
[all …]
/titanic_41/usr/src/uts/common/pcmcia/sys/
H A Dcis.h346 #define LOOK_BYTE(tp) *(tp)->read.byte macro