Home
last modified time | relevance | path

Searched refs:MBOX_SIZE (Results 1 – 9 of 9) sorted by relevance

/linux/sound/soc/sof/intel/
H A Datom.h23 #define MBOX_SIZE 0x1000 macro
H A Dbdw.c42 #define MBOX_SIZE 0x1000 macro
/linux/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.h78 #define MBOX_SIZE 0x1000 /* consistent with which in memory.h of sof fw */ macro
/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.h134 #define MBOX_SIZE 0x1000 /* consistent with which in memory.h of sof fw */ macro
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_main.c382 MBOX_SIZE * cptpf->max_vfs); in cptpf_vfpf_mbox_init()
468 cptpf->afpf_mbox_base = devm_ioremap_wc(&pdev->dev, offset, MBOX_SIZE); in cptpf_afpf_mbox_init()
/linux/drivers/accel/amdxdna/
H A Daie2_pci.h44 #define MBOX_SIZE(ndev) \ macro
H A Daie2_pci.c368 mbox_res.mbox_size = MBOX_SIZE(ndev); in aie2_hw_start()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c375 src_mbox->rx_start + (vf * MBOX_SIZE); in otx2_forward_vf_mbox_msgs()
584 err = qmem_alloc(&pf->pdev->dev, &mbox_addr, numvfs, MBOX_SIZE); in cn20k_pfvf_mbox_alloc()
629 MBOX_SIZE; in otx2_pfvf_mbox_init()
633 hwbase = ioremap_wc(base, MBOX_SIZE * pf->total_vfs); in otx2_pfvf_mbox_init()
1224 (pf->pdev, PCI_MBOX_BAR_NUM), MBOX_SIZE); in otx2_pfaf_mbox_init()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.c238 mdev->mbase = mbox->hwbase + (devid * MBOX_SIZE); in otx2_mbox_init()