Home
last modified time | relevance | path

Searched refs:tpl_code (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
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()
339 tpl_code, 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
203 tpl_code = *ptr; in dhd_conf_get_otp()
206 if (tpl_code == 0xff) in dhd_conf_get_otp()
210 if (tpl_code == 0x00) in dhd_conf_get_otp()
222 if (tpl_code == 0x80 && tpl_link == 0x07 && *ptr == 0x19) { in dhd_conf_get_otp()
226 else if (tpl_code == 0x8e && *ptr == 0x41) { in dhd_conf_get_otp()