Lines Matching refs:bcm_sdhost_softc

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()
507 bcm_sdhost_waitcommand(struct bcm_sdhost_softc *sc) in bcm_sdhost_waitcommand()
521 bcm_sdhost_waitcommand_status(struct bcm_sdhost_softc *sc) in bcm_sdhost_waitcommand_status()
556 struct bcm_sdhost_softc *sc = arg; in bcm_sdhost_intr()
666 struct bcm_sdhost_softc *sc = device_get_softc(dev); in bcm_sdhost_command()
812 struct bcm_sdhost_softc *sc = device_get_softc(dev); in bcm_sdhost_read_1()
866 struct bcm_sdhost_softc *sc = device_get_softc(dev); in bcm_sdhost_read_2()
924 struct bcm_sdhost_softc *sc = device_get_softc(dev); in bcm_sdhost_read_4()
1008 struct bcm_sdhost_softc *sc = device_get_softc(dev); in bcm_sdhost_read_multi_4()
1036 struct bcm_sdhost_softc *sc = device_get_softc(dev); in bcm_sdhost_write_1()
1086 struct bcm_sdhost_softc *sc = device_get_softc(dev); in bcm_sdhost_write_2()
1152 struct bcm_sdhost_softc *sc = device_get_softc(dev); in bcm_sdhost_write_4()
1216 struct bcm_sdhost_softc *sc = device_get_softc(dev); in bcm_sdhost_write_multi_4()
1278 sizeof(struct bcm_sdhost_softc),