Searched refs:hw_mbase (Results 1 – 3 of 3) sorted by relevance
22 void *hw_mbase = mdev->hwbase; in __otx2_mbox_reset() local24 tx_hdr = hw_mbase + mbox->tx_start; in __otx2_mbox_reset()25 rx_hdr = hw_mbase + mbox->rx_start; in __otx2_mbox_reset()218 void *hw_mbase = mdev->hwbase; in otx2_mbox_msg_send() local220 tx_hdr = hw_mbase + mbox->tx_start; in otx2_mbox_msg_send()221 rx_hdr = hw_mbase + mbox->rx_start; in otx2_mbox_msg_send()226 if (mdev->mbase != hw_mbase) in otx2_mbox_msg_send()227 memcpy(hw_mbase + mbox->tx_start + msgs_offset, in otx2_mbox_msg_send()
31 void *hw_mbase = mbox->hwbase + (devid * MBOX_SIZE); in otx2_cpt_sync_mbox_bbuf() local36 if (mdev->mbase == hw_mbase) in otx2_cpt_sync_mbox_bbuf()39 hdr = hw_mbase + mbox->rx_start; in otx2_cpt_sync_mbox_bbuf()47 hw_mbase + mbox->rx_start, msg_size + msgs_offset); in otx2_cpt_sync_mbox_bbuf()
652 void *hw_mbase = mbox->hwbase + (devid * MBOX_SIZE); in otx2_sync_mbox_bbuf() local657 if (mdev->mbase == hw_mbase) in otx2_sync_mbox_bbuf()660 hdr = hw_mbase + mbox->rx_start; in otx2_sync_mbox_bbuf()668 hw_mbase + mbox->rx_start, msg_size + msgs_offset); in otx2_sync_mbox_bbuf()