HomeSort by: relevance | last modified time | path
    Searched defs:tpllen (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 11 milliseconds