bcm2835_host
struct bcm2835_host *host = dev_id;
struct bcm2835_host *host =
container_of(work, struct bcm2835_host, dma_work);
static void bcm2835_set_clock(struct bcm2835_host *host, unsigned int clock)
struct bcm2835_host *host = mmc_priv(mmc);
struct bcm2835_host *host = mmc_priv(mmc);
static int bcm2835_add_host(struct bcm2835_host *host)
struct bcm2835_host *host = dev_get_drvdata(dev);
struct bcm2835_host *host = dev_get_drvdata(dev);
struct bcm2835_host *host;
struct bcm2835_host *host = platform_get_drvdata(pdev);
static void bcm2835_dumpcmd(struct bcm2835_host *host, struct mmc_command *cmd,
static void bcm2835_dumpregs(struct bcm2835_host *host)
static void bcm2835_reset_internal(struct bcm2835_host *host)
struct bcm2835_host *host = mmc_priv(mmc);
static void bcm2835_finish_command(struct bcm2835_host *host);
static void bcm2835_wait_transfer_complete(struct bcm2835_host *host)
struct bcm2835_host *host = param;
static void bcm2835_transfer_block_pio(struct bcm2835_host *host, bool is_read)
static void bcm2835_transfer_pio(struct bcm2835_host *host)
void bcm2835_prepare_dma(struct bcm2835_host *host, struct mmc_data *data)
static void bcm2835_start_dma(struct bcm2835_host *host)
static void bcm2835_set_transfer_irqs(struct bcm2835_host *host)
void bcm2835_prepare_data(struct bcm2835_host *host, struct mmc_command *cmd)
static u32 bcm2835_read_wait_sdcmd(struct bcm2835_host *host, u32 max_ms)
static void bcm2835_finish_request(struct bcm2835_host *host)
bool bcm2835_send_command(struct bcm2835_host *host, struct mmc_command *cmd)
static void bcm2835_transfer_complete(struct bcm2835_host *host)
static void bcm2835_finish_data(struct bcm2835_host *host)
static void bcm2835_finish_command(struct bcm2835_host *host)
struct bcm2835_host *host =
container_of(d, struct bcm2835_host, timeout_work);
static bool bcm2835_check_cmd_error(struct bcm2835_host *host, u32 intmask)
static void bcm2835_check_data_error(struct bcm2835_host *host, u32 intmask)
static void bcm2835_busy_irq(struct bcm2835_host *host)
static void bcm2835_data_irq(struct bcm2835_host *host, u32 intmask)
static void bcm2835_data_threaded_irq(struct bcm2835_host *host)
static void bcm2835_block_irq(struct bcm2835_host *host)
struct bcm2835_host *host = dev_id;