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

Function ccp_write_queue_4

freebsd/crypto/ccp/ccp_hardware.c:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117static inline void
118ccp_write_queue_4(struct ccp_softc *sc, unsigned queue, uint32_t offset,
119 uint32_t value)
120{
121 ccp_write_4(sc, (CMD_Q_STATUS_INCR * (1 + queue)) + offset, value);
122}
123
124void
125ccp_queue_write_tail(struct ccp_queue *qp)

Callers 5

ccp_queue_write_tailFunction · 0.85
ccp_hw_attach_queueFunction · 0.85
ccp_intr_handle_errorFunction · 0.85
ccp_intr_handlerFunction · 0.85
ccp_intr_filterFunction · 0.85

Calls 1

ccp_write_4Function · 0.85

Tested by

no test coverage detected