Home
last modified time | relevance | path

Searched refs:tpl_code (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/mmc/core/
Dsdio_cis.c269 unsigned char tpl_code, tpl_link; in sdio_read_cis() local
271 ret = mmc_io_rw_direct(card, 0, 0, ptr++, 0, &tpl_code); in sdio_read_cis()
276 if (tpl_code == 0xff) in sdio_read_cis()
280 if (tpl_code == 0x00) in sdio_read_cis()
309 tpl_code, this->data, tpl_link); in sdio_read_cis()
316 this->code = tpl_code; in sdio_read_cis()
326 tpl_code, tpl_link); in sdio_read_cis()