Home
last modified time | relevance | path

Searched refs:bcm2835_host (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dbcm2835.c144 struct bcm2835_host { struct
192 static void bcm2835_dumpcmd(struct bcm2835_host *host, struct mmc_command *cmd, in bcm2835_dumpcmd() argument
207 static void bcm2835_dumpregs(struct bcm2835_host *host) in bcm2835_dumpregs()
242 static void bcm2835_reset_internal(struct bcm2835_host *host) in bcm2835_reset_internal()
273 struct bcm2835_host *host = mmc_priv(mmc); in bcm2835_reset()
281 static void bcm2835_finish_command(struct bcm2835_host *host);
283 static void bcm2835_wait_transfer_complete(struct bcm2835_host *host) in bcm2835_wait_transfer_complete()
323 struct bcm2835_host *host = param; in bcm2835_dma_complete()
328 static void bcm2835_transfer_block_pio(struct bcm2835_host *host, bool is_read) in bcm2835_transfer_block_pio()
423 static void bcm2835_transfer_pio(struct bcm2835_host *host) in bcm2835_transfer_pio()
[all …]
/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhost.c159 struct bcm2835_host { struct
182 static void bcm2835_dumpregs(struct bcm2835_host *host) in bcm2835_dumpregs() argument
202 static void bcm2835_reset_internal(struct bcm2835_host *host) in bcm2835_reset_internal()
235 static int bcm2835_wait_transfer_complete(struct bcm2835_host *host) in bcm2835_wait_transfer_complete()
270 static int bcm2835_transfer_block_pio(struct bcm2835_host *host, bool is_read) in bcm2835_transfer_block_pio()
345 static int bcm2835_transfer_pio(struct bcm2835_host *host) in bcm2835_transfer_pio()
373 static void bcm2835_prepare_data(struct bcm2835_host *host, struct mmc_cmd *cmd, in bcm2835_prepare_data()
389 static u32 bcm2835_read_wait_sdcmd(struct bcm2835_host *host) in bcm2835_read_wait_sdcmd()
403 static int bcm2835_send_command(struct bcm2835_host *host, struct mmc_cmd *cmd, in bcm2835_send_command()
459 static int bcm2835_finish_command(struct bcm2835_host *host) in bcm2835_finish_command()
[all …]