Searched refs:PCMCIA_TPCC_RASZ_MASK (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/pcmcia/ | ||
| D | pcmciareg.h | 84 #define PCMCIA_TPCC_RASZ_MASK 0x03 macro |
| D | pcmcia_cis.c | 914 rasz = 1 + ((reg & PCMCIA_TPCC_RASZ_MASK) >> in pcmcia_parse_cis_tuple() |