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

Function ccp_write_4

freebsd/crypto/ccp/ccp_hardware.c:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102static inline void
103ccp_write_4(struct ccp_softc *sc, uint32_t offset, uint32_t value)
104{
105 bus_space_write_4(sc->pci_bus_tag, sc->pci_bus_handle, offset, value);
106}
107
108static inline uint32_t
109ccp_read_queue_4(struct ccp_softc *sc, unsigned queue, uint32_t offset)

Callers 2

ccp_write_queue_4Function · 0.85
ccp_hw_attachFunction · 0.85

Calls 1

bus_space_write_4Function · 0.85

Tested by

no test coverage detected