Searched refs:p_sdhandle (Results 1 – 1 of 1) sorted by relevance
104 struct sd_handle *p_sdhandle; in bcm_emmc_init() local115 p_sdhandle = sdio_init(); in bcm_emmc_init()117 if (p_sdhandle == NULL) { in bcm_emmc_init()133 if (!select_blk_sz(p_sdhandle, in bcm_emmc_init()304 reset_card(p_sdhandle); in sdio_idle()309 reset_card(p_sdhandle); in sdio_idle()310 reset_host_ctrl(p_sdhandle); in sdio_idle()507 if (!write_block(p_sdhandle, in sdio_write()573 if (!read_block(p_sdhandle, in sdio_write()582 if (!write_block(p_sdhandle, in sdio_write()[all …]
Completed in 3 milliseconds