Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/sd/
Dsdio.c305 uint8_t *data, uint8_t tpl_code, uint8_t tpl_link) in sdio_decode_cis() argument
307 switch (tpl_code) { in sdio_decode_cis()
325 LOG_WRN("Unknown CIS tuple %d", tpl_code); in sdio_decode_cis()
341 uint8_t tpl_code, tpl_link; in sdio_read_cis() local
358 cis_ptr++, 0, &tpl_code); in sdio_read_cis()
362 if (tpl_code == SDIO_TPL_CODE_END) { in sdio_read_cis()
366 if (tpl_code == SDIO_TPL_CODE_NULL) { in sdio_read_cis()
382 if (tpl_code == tuples[i]) { in sdio_read_cis()
401 tpl_code, tpl_link); in sdio_read_cis()