Searched refs:hw_mbase (Results 1 – 1 of 1) sorted by relevance
25 void *hw_mbase = mdev->hwbase; in __otx2_mbox_reset() local27 tx_hdr = hw_mbase + mbox->tx_start; in __otx2_mbox_reset()28 rx_hdr = hw_mbase + mbox->rx_start; in __otx2_mbox_reset()314 void *hw_mbase = mdev->hwbase; in otx2_mbox_msg_send_data() local318 tx_hdr = hw_mbase + mbox->tx_start; in otx2_mbox_msg_send_data()319 rx_hdr = hw_mbase + mbox->rx_start; in otx2_mbox_msg_send_data()324 if (mdev->mbase != hw_mbase) in otx2_mbox_msg_send_data()325 memcpy(hw_mbase + mbox->tx_start + msgs_offset, in otx2_mbox_msg_send_data()350 msg = (struct mbox_msghdr *)(hw_mbase + mbox->tx_start + msgs_offset); in otx2_mbox_msg_send_data()