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

Function RD1

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

Source from the content-addressed store, hash-verified

261#endif
262
263static inline uint8_t
264RD1(struct bcm_sdhost_softc *sc, bus_size_t off)
265{
266 uint32_t val;
267
268 val = RD4(sc, off & ~3);
269
270 return ((val >> (off & 3)*8) & 0xff);
271}
272
273static inline void
274WR2(struct bcm_sdhost_softc *sc, bus_size_t off, uint16_t val)

Callers 15

max77620_gpio_get_modeFunction · 0.85
max77620_gpio_pin_getFunction · 0.85
max77620_gpio_pin_toggleFunction · 0.85
max77620_gpio_attachFunction · 0.85
max77620_get_versionFunction · 0.85
max77620_intrFunction · 0.85
max77620_get_selFunction · 0.85
max77620_get_fps_srcFunction · 0.85
max77620_get_pwr_modeFunction · 0.85

Calls 1

RD4Function · 0.70

Tested by

no test coverage detected