| /src/sys/dev/sdmmc/ |
| 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...] |
| 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...] |
| if_bwi_sdio.c | 218 uint8_t tplcode, tpllen; local in function:bwi_sdio_parse_cis 222 tplcode = sdmmc_io_read_1(sf0, reg++); 223 if (tplcode == PCMCIA_CISTPL_NULL) { 227 if (tplcode == PCMCIA_CISTPL_END || tpllen == 0) { 230 if (tplcode != BWI_CISTPL_VENDOR) {
|
| if_bwi_sdio.c | 218 uint8_t tplcode, tpllen; local in function:bwi_sdio_parse_cis 222 tplcode = sdmmc_io_read_1(sf0, reg++); 223 if (tplcode == PCMCIA_CISTPL_NULL) { 227 if (tplcode == PCMCIA_CISTPL_END || tpllen == 0) { 230 if (tplcode != BWI_CISTPL_VENDOR) {
|