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

Function ccp_read_queue_4

freebsd/crypto/ccp/ccp_hardware.c:108–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108static inline uint32_t
109ccp_read_queue_4(struct ccp_softc *sc, unsigned queue, uint32_t offset)
110{
111 /*
112 * Each queue gets its own 4kB register space. Queue 0 is at 0x1000.
113 */
114 return (ccp_read_4(sc, (CMD_Q_STATUS_INCR * (1 + queue)) + offset));
115}
116
117static inline void
118ccp_write_queue_4(struct ccp_softc *sc, unsigned queue, uint32_t offset,

Callers 4

ccp_intr_handle_errorFunction · 0.85
ccp_intr_run_completionsFunction · 0.85
ccp_intr_handlerFunction · 0.85
db_ccp_show_queue_hwFunction · 0.85

Calls 1

ccp_read_4Function · 0.85

Tested by

no test coverage detected