Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsdio_cis.c278 unsigned char tpl_code, tpl_link; in sdio_read_cis() local
294 ret = mmc_io_rw_direct(card, 0, 0, ptr++, 0, &tpl_link); in sdio_read_cis()
299 if (tpl_link == 0xff) in sdio_read_cis()
302 this = kmalloc(sizeof(*this) + tpl_link, GFP_KERNEL); in sdio_read_cis()
306 for (i = 0; i < tpl_link; i++) { in sdio_read_cis()
320 tpl_code, this->data, tpl_link); in sdio_read_cis()
328 this->size = tpl_link; in sdio_read_cis()
339 tpl_code, tpl_link); in sdio_read_cis()
353 ptr += tpl_link; in sdio_read_cis()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_config.c186 unsigned char tpl_code, tpl_link='\0'; in dhd_conf_get_otp() local
213 tpl_link = *ptr; in dhd_conf_get_otp()
216 if (tpl_link == 0xff) in dhd_conf_get_otp()
219 prhex("TPL", ptpl_code, tpl_link+2); in dhd_conf_get_otp()
222 if (tpl_code == 0x80 && tpl_link == 0x07 && *ptr == 0x19) { in dhd_conf_get_otp()
227 int len = tpl_link - 1; in dhd_conf_get_otp()
238 ptr += tpl_link; in dhd_conf_get_otp()