Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/sdmmc/
Dsdmmc_cis.c74 int tpllen, uint32_t reg) in decode_funce_common() argument
88 if (tpllen < 4) { in decode_funce_common()
106 int tpllen, uint32_t reg) in decode_funce_lan_nid() argument
112 if (tpllen != 8) { in decode_funce_lan_nid()
135 int tpllen, uint32_t reg) in decode_funce_function() argument
149 if (sdiox == CCCR_SDIO_REV_1_00 && tpllen < 0x1c) { in decode_funce_function()
153 } else if (sdiox != CCCR_SDIO_REV_1_00 && tpllen < 0x2a) { in decode_funce_function()
165 decode_vers_1(struct sdmmc_function *sf, struct sdmmc_cis *cis, int tpllen, in decode_vers_1() argument
172 if (tpllen < 2) { in decode_vers_1()
201 uint8_t tplcode, tpllen; in sdmmc_read_cis() local
[all …]
Dif_bwi_sdio.c218 uint8_t tplcode, tpllen; in bwi_sdio_parse_cis() local
226 tpllen = sdmmc_io_read_1(sf0, reg++); in bwi_sdio_parse_cis()
227 if (tplcode == PCMCIA_CISTPL_END || tpllen == 0) { in bwi_sdio_parse_cis()
231 reg += tpllen; in bwi_sdio_parse_cis()
283 reg += tpllen; in bwi_sdio_parse_cis()