Symbol: bcmsdhost_softc
sys/dev/fdt/bcm2835_sdhost.c
150
sizeof(struct bcmsdhost_softc),
sys/dev/fdt/bcm2835_sdhost.c
175
int bcmsdhost_wait_idle(struct bcmsdhost_softc *sc, int timeout);
sys/dev/fdt/bcm2835_sdhost.c
176
int bcmsdhost_dma_wait(struct bcmsdhost_softc *, struct sdmmc_command *);
sys/dev/fdt/bcm2835_sdhost.c
177
int bcmsdhost_dma_transfer(struct bcmsdhost_softc *, struct sdmmc_command *);
sys/dev/fdt/bcm2835_sdhost.c
179
int bcmsdhost_pio_transfer(struct bcmsdhost_softc *, struct sdmmc_command *);
sys/dev/fdt/bcm2835_sdhost.c
185
bcmsdhost_write(struct bcmsdhost_softc *sc, bus_size_t offset, uint32_t value)
sys/dev/fdt/bcm2835_sdhost.c
191
bcmsdhost_read(struct bcmsdhost_softc *sc, bus_size_t offset)
sys/dev/fdt/bcm2835_sdhost.c
207
struct bcmsdhost_softc *sc = (struct bcmsdhost_softc *)self;
sys/dev/fdt/bcm2835_sdhost.c
311
struct bcmsdhost_softc *sc = sch;
sys/dev/fdt/bcm2835_sdhost.c
367
struct bcmsdhost_softc *sc = sch;
sys/dev/fdt/bcm2835_sdhost.c
392
struct bcmsdhost_softc *sc = sch;
sys/dev/fdt/bcm2835_sdhost.c
409
struct bcmsdhost_softc *sc = sch;
sys/dev/fdt/bcm2835_sdhost.c
504
bcmsdhost_wait_idle(struct bcmsdhost_softc *sc, int timeout)
sys/dev/fdt/bcm2835_sdhost.c
519
bcmsdhost_dma_wait(struct bcmsdhost_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/bcm2835_sdhost.c
549
bcmsdhost_dma_transfer(struct bcmsdhost_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/bcm2835_sdhost.c
620
struct bcmsdhost_softc *sc = arg;
sys/dev/fdt/bcm2835_sdhost.c
632
bcmsdhost_pio_transfer(struct bcmsdhost_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/bcm2835_sdhost.c
677
struct bcmsdhost_softc *sc = arg;