Searched refs:mpt_write (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/dev/mpt/ |
| H A D | mpt.c | 995 mpt_write(mpt, MPT_OFFSET_DOORBELL, in mpt_soft_reset() 1023 mpt_write(mpt, MPT_OFFSET_SEQUENCE, 0xFF); in mpt_enable_diag_mode() 1402 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_send_handshake_cmd() 1410 mpt_write(mpt, MPT_OFFSET_DOORBELL, data); in mpt_send_handshake_cmd() 1419 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_send_handshake_cmd() 1460 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_recv_handshake_reply() 1469 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_recv_handshake_reply() 1493 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_recv_handshake_reply() 1501 mpt_write(mpt, MPT_OFFSET_INTR_STATUS, 0); in mpt_recv_handshake_reply() 2143 mpt_write(mpt, MPT_OFFSET_INTR_MASK, in mpt_disable_ints() [all …]
|
| H A D | mpt.h | 789 static __inline void mpt_write(struct mpt_softc *, size_t, uint32_t); 796 mpt_write(struct mpt_softc *mpt, size_t offset, uint32_t val) in mpt_write() function 879 mpt_write(mpt, MPT_OFFSET_REPLY_Q, ptr); in mpt_free_reply()
|