sdmmc_cis.c | 201 uint8_t tplcode, tpllen; local in function:sdmmc_read_cis 213 tplcode = sdmmc_io_read_1(sf0, reg++); 215 if (tplcode == PCMCIA_CISTPL_NULL) { 221 if (tplcode == PCMCIA_CISTPL_END || tpllen == 0) { 222 if (tplcode != 0xff) 225 reg, tplcode, tpllen); 237 DPRINTF((" %02x %02x", tplcode, tpllen)); 250 switch (tplcode) { 306 if ((tplcode & 0xf0) != 0x80) 309 tplcode, tpllen) [all...] |