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

Function CSB_WR4

freebsd/arm/nvidia/tegra_xhci.c:375–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375static void
376CSB_WR4(struct tegra_xhci_softc *sc, uint32_t addr, uint32_t val)
377{
378
379 FPCI_WR4(sc, XUSB_CFG_ARU_C11_CSBRANGE, ARU_C11_CSBRANGE_PAGE(addr));
380 FPCI_WR4(sc, ARU_C11_CSBRANGE_ADDR(addr), val);
381}
382
383static int
384get_fdt_resources(struct tegra_xhci_softc *sc, phandle_t node)

Callers 1

load_fwFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected