Searched refs:msdc_host (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | mtk-sd.c | 243 struct msdc_host { struct 286 static void msdc_reset_hw(struct msdc_host *host) in msdc_reset_hw() argument 296 static void msdc_fifo_clr(struct msdc_host *host) in msdc_fifo_clr() 306 static u32 msdc_fifo_rx_bytes(struct msdc_host *host) in msdc_fifo_rx_bytes() 312 static u32 msdc_fifo_tx_bytes(struct msdc_host *host) in msdc_fifo_tx_bytes() 318 static u32 msdc_cmd_find_resp(struct msdc_host *host, struct mmc_cmd *cmd) in msdc_cmd_find_resp() 345 static u32 msdc_cmd_prepare_raw_cmd(struct msdc_host *host, in msdc_cmd_prepare_raw_cmd() 393 static int msdc_cmd_done(struct msdc_host *host, int events, in msdc_cmd_done() 428 static bool msdc_cmd_is_ready(struct msdc_host *host) in msdc_cmd_is_ready() 457 static int msdc_start_command(struct msdc_host *host, struct mmc_cmd *cmd, in msdc_start_command() [all …]
|
/openbmc/linux/drivers/mmc/host/ |
H A D | mtk-sd.c | 421 struct msdc_host { struct 669 static void msdc_reset_hw(struct msdc_host *host) in msdc_reset_hw() 684 static void msdc_cmd_next(struct msdc_host *host, 686 static void __msdc_enable_sdio_irq(struct msdc_host *host, int enb); 704 static inline void msdc_dma_setup(struct msdc_host *host, struct msdc_dma *dma, in msdc_dma_setup() 770 static void msdc_prepare_data(struct msdc_host *host, struct mmc_data *data) in msdc_prepare_data() 779 static void msdc_unprepare_data(struct msdc_host *host, struct mmc_data *data) in msdc_unprepare_data() 791 static u64 msdc_timeout_cal(struct msdc_host *host, u64 ns, u64 clks) in msdc_timeout_cal() 821 static void msdc_set_timeout(struct msdc_host *host, u64 ns, u64 clks) in msdc_set_timeout() 833 static void msdc_set_busy_timeout(struct msdc_host *host, u64 ns, u64 clks) in msdc_set_busy_timeout() [all …]
|