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

Function ti_sdhci_write_4

freebsd/arm/ti/ti_sdhci.c:327–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327static void
328ti_sdhci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,
329 uint32_t val)
330{
331 struct ti_sdhci_softc *sc = device_get_softc(dev);
332
333 WR4(sc, off, val);
334}
335
336static void
337ti_sdhci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off,

Callers

nothing calls this directly

Calls 2

device_get_softcFunction · 0.85
WR4Function · 0.70

Tested by

no test coverage detected