MCPcopy Create free account
hub / github.com/F-Stack/f-stack / RD4

Function RD4

freebsd/arm/broadcom/bcm2835/bcm2835_sdhost.c:234–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232static int bcm_sdhost_get_ro(device_t, device_t);
233
234static inline uint32_t
235RD4(struct bcm_sdhost_softc *sc, bus_size_t off)
236{
237 uint32_t val;
238
239 val = bus_space_read_4(sc->sc_bst, sc->sc_bsh, off);
240
241 return (val);
242}
243
244static inline void
245WR4(struct bcm_sdhost_softc *sc, bus_size_t off, uint32_t val)

Callers 15

RD2Function · 0.70
RD1Function · 0.70
WR2Function · 0.70
WR1Function · 0.70
bcm_sdhost_print_regsFunction · 0.70
bcm_sdhost_resetFunction · 0.70
bcm_sdhost_waitcommandFunction · 0.70
bcm_sdhost_intrFunction · 0.70
bcm_sdhost_commandFunction · 0.70
bcm_sdhost_read_1Function · 0.70
bcm_sdhost_read_2Function · 0.70

Calls 1

bus_space_read_4Function · 0.85

Tested by

no test coverage detected