Searched refs:mpt_write (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/mpt/ |
| H A D | mpt.c | 994 mpt_write(mpt, MPT_OFFSET_DOORBELL, in mpt_soft_reset() 1021 mpt_write(mpt, MPT_OFFSET_SEQUENCE, 0xFF); in mpt_enable_diag_mode() 1399 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_send_handshake_cmd() 1407 mpt_write(mpt, MPT_OFFSET_DOORBELL, data); in mpt_send_handshake_cmd() 1416 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_send_handshake_cmd() 1457 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_recv_handshake_reply() 1466 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_recv_handshake_reply() 1490 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_recv_handshake_reply() 1498 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_recv_handshake_reply() 2139 mpt_write(mpt, MPT_OFFSET_INTR_MASK, in mpt_disable_ints() [all …]
|
| H A D | mpt.h | 783 static __inline void mpt_write(struct mpt_softc *, size_t, uint32_t); 790 mpt_write(struct mpt_softc *mpt, size_t offset, uint32_t val) in mpt_write() function 873 mpt_write(mpt, MPT_OFFSET_REPLY_Q, ptr); in mpt_free_reply()
|