Lines Matching defs:tpllen
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;
220 tpllen = sdmmc_io_read_1(sf0, reg++);
221 if (tplcode == PCMCIA_CISTPL_END || tpllen == 0) {
225 reg, tplcode, tpllen);
237 DPRINTF((" %02x %02x", tplcode, tpllen));
239 for (i = 0; i < tpllen; i++) {
254 decode_funce_common(sf, cis, tpllen, reg);
257 decode_funce_lan_nid(sf, cis, tpllen, reg);
260 decode_funce_function(sf, cis, tpllen, reg);
262 reg += (tpllen - 1);
266 if (tpllen < 2) {
269 reg += tpllen;
274 reg += tpllen;
278 if (tpllen < 4) {
281 reg += tpllen;
292 decode_vers_1(sf, cis, tpllen, reg);
293 reg += tpllen;
298 reg += tpllen;
309 tplcode, tpllen);
310 reg += tpllen;