Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c346 cisdata_t tpcc_sz; in cistpl_config_handler() local
369 tpcc_sz = GET_BYTE(tp); /* config regs size fields */ in cistpl_config_handler()
372 na = (tpcc_sz&3)+1; /* config regs address bytes */ in cistpl_config_handler()
373 nrb = ((tpcc_sz>>2)&0x0f)+1; /* number of bytes in config */ in cistpl_config_handler()