Searched refs:mpt_write (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/dev/mpt/ |
| H A D | mpt.c | 992 mpt_write(mpt, MPT_OFFSET_DOORBELL, in mpt_soft_reset() 1019 mpt_write(mpt, MPT_OFFSET_SEQUENCE, 0xFF); in mpt_enable_diag_mode() 1397 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_send_handshake_cmd() 1405 mpt_write(mpt, MPT_OFFSET_DOORBELL, data); in mpt_send_handshake_cmd() 1414 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_send_handshake_cmd() 1455 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_recv_handshake_reply() 1464 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_recv_handshake_reply() 1488 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_recv_handshake_reply() 1496 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_recv_handshake_reply() 2137 mpt_write(mpt, MPT_OFFSET_INTR_MASK, in mpt_disable_ints() [all …]
|
| H A D | mpt.h | 782 static __inline void mpt_write(struct mpt_softc *, size_t, uint32_t); 789 mpt_write(struct mpt_softc *mpt, size_t offset, uint32_t val) in mpt_write() function 872 mpt_write(mpt, MPT_OFFSET_REPLY_Q, ptr); in mpt_free_reply()
|