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

Function ccp_read_4

freebsd/crypto/ccp/ccp_hardware.c:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94static const char g_zeroes[32] __aligned(32);
95
96static inline uint32_t
97ccp_read_4(struct ccp_softc *sc, uint32_t offset)
98{
99 return (bus_space_read_4(sc->pci_bus_tag, sc->pci_bus_handle, offset));
100}
101
102static inline void
103ccp_write_4(struct ccp_softc *sc, uint32_t offset, uint32_t value)

Callers 4

ccp_read_queue_4Function · 0.85
ccp_hw_attachFunction · 0.85
random_ccp_readFunction · 0.85
db_ccp_show_hwFunction · 0.85

Calls 1

bus_space_read_4Function · 0.85

Tested by

no test coverage detected