Searched refs:hwbase (Results 1 – 1 of 1) sorted by relevance
25 void *hw_mbase = mdev->hwbase; in __otx2_mbox_reset()54 mbox->hwbase = NULL; in otx2_mbox_destroy()224 int otx2_mbox_init(struct otx2_mbox *mbox, void *hwbase, struct pci_dev *pdev, in otx2_mbox_init() argument234 mbox->hwbase = hwbase; in otx2_mbox_init()238 mdev->mbase = mbox->hwbase + (devid * MBOX_SIZE); in otx2_mbox_init()239 mdev->hwbase = mdev->mbase; in otx2_mbox_init()252 int otx2_mbox_regions_init(struct otx2_mbox *mbox, void **hwbase, in otx2_mbox_regions_init() argument263 mbox->hwbase = hwbase[0]; in otx2_mbox_regions_init()270 mdev->mbase = hwbase[devid]; in otx2_mbox_regions_init()271 mdev->hwbase = hwbase[devid]; in otx2_mbox_regions_init()[all …]