Lines Matching defs:bcm2835_host

144 struct bcm2835_host {
192 static void bcm2835_dumpcmd(struct bcm2835_host *host, struct mmc_command *cmd,
207 static void bcm2835_dumpregs(struct bcm2835_host *host)
242 static void bcm2835_reset_internal(struct bcm2835_host *host)
273 struct bcm2835_host *host = mmc_priv(mmc);
281 static void bcm2835_finish_command(struct bcm2835_host *host);
283 static void bcm2835_wait_transfer_complete(struct bcm2835_host *host)
323 struct bcm2835_host *host = param;
328 static void bcm2835_transfer_block_pio(struct bcm2835_host *host, bool is_read)
423 static void bcm2835_transfer_pio(struct bcm2835_host *host)
448 void bcm2835_prepare_dma(struct bcm2835_host *host, struct mmc_data *data)
516 static void bcm2835_start_dma(struct bcm2835_host *host)
522 static void bcm2835_set_transfer_irqs(struct bcm2835_host *host)
540 void bcm2835_prepare_data(struct bcm2835_host *host, struct mmc_command *cmd)
571 static u32 bcm2835_read_wait_sdcmd(struct bcm2835_host *host, u32 max_ms)
590 static void bcm2835_finish_request(struct bcm2835_host *host)
619 bool bcm2835_send_command(struct bcm2835_host *host, struct mmc_command *cmd)
686 static void bcm2835_transfer_complete(struct bcm2835_host *host)
711 static void bcm2835_finish_data(struct bcm2835_host *host)
737 static void bcm2835_finish_command(struct bcm2835_host *host)
824 struct bcm2835_host *host =
825 container_of(d, struct bcm2835_host, timeout_work);
852 static bool bcm2835_check_cmd_error(struct bcm2835_host *host, u32 intmask)
883 static void bcm2835_check_data_error(struct bcm2835_host *host, u32 intmask)
893 static void bcm2835_busy_irq(struct bcm2835_host *host)
909 static void bcm2835_data_irq(struct bcm2835_host *host, u32 intmask)
943 static void bcm2835_data_threaded_irq(struct bcm2835_host *host)
951 static void bcm2835_block_irq(struct bcm2835_host *host)
972 struct bcm2835_host *host = dev_id;
1018 struct bcm2835_host *host = dev_id;
1049 struct bcm2835_host *host =
1050 container_of(work, struct bcm2835_host, dma_work);
1092 static void bcm2835_set_clock(struct bcm2835_host *host, unsigned int clock)
1154 struct bcm2835_host *host = mmc_priv(mmc);
1227 struct bcm2835_host *host = mmc_priv(mmc);
1257 static int bcm2835_add_host(struct bcm2835_host *host)
1349 struct bcm2835_host *host;
1436 struct bcm2835_host *host = platform_get_drvdata(pdev);