Searched refs:PDQ_CSR_WRITE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/pdq/
H A Dpdq.c41 * However, it is expected that the PDQ_CSR_WRITE macro will cause a
287 PDQ_CSR_WRITE(csrs, csr_host_int_type_0, PDQ_HOST_INT_CSR_CMD_DONE);
288 PDQ_CSR_WRITE(csrs, csr_port_control, PDQ_PCTL_CMD_ERROR | cmd);
293 PDQ_CSR_WRITE(csrs, csr_host_int_type_0, PDQ_HOST_INT_CSR_CMD_DONE);
308 PDQ_CSR_WRITE(csrs, csr_port_data_a, 0);
317 PDQ_CSR_WRITE(csrs, csr_port_data_a, 1);
365 PDQ_CSR_WRITE(csrs, csr_port_data_a, PDQ_SUB_CMD_PDQ_REV_GET);
585 PDQ_CSR_WRITE(csrs, csr_cmd_response_producer, ci->ci_response_producer | (ci->ci_response_completion << 8));
586 PDQ_CSR_WRITE(csrs, csr_cmd_request_producer, ci->ci_request_producer | (ci->ci_request_completion << 8));
635 PDQ_CSR_WRITE(csr
[all...]
H A Dpdqvar.h148 #ifndef PDQ_CSR_WRITE
149 #define PDQ_CSR_WRITE(csr, name, data) PDQ_OS_MEMWR_32((csr)->csr_bus, (csr)->name, 0, data) macro
H A Dpdq_freebsd.h147 #define PDQ_CSR_WRITE(csr, name, data) PDQ_OS_IOWR_32((csr)->csr_bus, (csr)->csr_base, (csr)->name, data) macro
H A Dpdqreg.h450 PDQ_CSR_WRITE(&(pdq)->pdq_csrs, csr_type_2_producer, \
457 PDQ_CSR_WRITE(&(pdq)->pdq_csrs, csr_host_smt_producer, \

Completed in 70 milliseconds