Searched refs:tpl_code (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/mmc/core/ |
H A D | sdio_cis.c | 278 unsigned char tpl_code, tpl_link; in sdio_read_cis() local 282 ret = mmc_io_rw_direct(card, 0, 0, ptr++, 0, &tpl_code); in sdio_read_cis() 287 if (tpl_code == 0xff) in sdio_read_cis() 291 if (tpl_code == 0x00) in sdio_read_cis() 320 tpl_code, this->data, tpl_link); in sdio_read_cis() 327 this->code = tpl_code; in sdio_read_cis() 342 if (tpl_code >= 0x80 && tpl_code <= 0x8f) in sdio_read_cis() 345 tpl_code, tpl_link, this->data, in sdio_read_cis() 350 tpl_code, tpl_link, this->data, in sdio_read_cis()
|