Searched refs:bcm_sdhost_softc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_sdhost.c | 201 struct bcm_sdhost_softc { struct 233 RD4(struct bcm_sdhost_softc *sc, bus_size_t off) in RD4() argument 243 WR4(struct bcm_sdhost_softc *sc, bus_size_t off, uint32_t val) in WR4() 251 RD2(struct bcm_sdhost_softc *sc, bus_size_t off) in RD2() 262 RD1(struct bcm_sdhost_softc *sc, bus_size_t off) in RD1() 272 WR2(struct bcm_sdhost_softc *sc, bus_size_t off, uint16_t val) in WR2() 283 WR1(struct bcm_sdhost_softc *sc, bus_size_t off, uint8_t val) in WR1() 294 bcm_sdhost_print_regs(struct bcm_sdhost_softc *sc, struct sdhci_slot *slot, in bcm_sdhost_print_regs() 343 struct bcm_sdhost_softc *sc = device_get_softc(dev); in bcm_sdhost_reset() 397 struct bcm_sdhost_softc *sc = device_get_softc(dev); in bcm_sdhost_attach() [all …]
|