Searched refs:MBOX_SIZE (Results 1 – 10 of 10) sorted by relevance
| /linux/sound/soc/sof/intel/ |
| H A D | atom.h | 23 #define MBOX_SIZE 0x1000 macro
|
| H A D | bdw.c | 42 #define MBOX_SIZE 0x1000 macro
|
| /linux/sound/soc/sof/mediatek/mt8186/ |
| H A D | mt8186.h | 78 #define MBOX_SIZE 0x1000 /* consistent with which in memory.h of sof fw */ macro
|
| /linux/sound/soc/sof/mediatek/mt8195/ |
| H A D | mt8195.h | 134 #define MBOX_SIZE 0x1000 /* consistent with which in memory.h of sof fw */ macro
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptpf_main.c | 382 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 D | aie2_pci.h | 36 #define MBOX_SIZE(ndev) \ 220 /* If mbox_size is 0, use BAR size. See MBOX_SIZE macro */ 44 #define MBOX_SIZE( global() macro
|
| H A D | aie2_pci.c | 346 mbox_res.mbox_size = MBOX_SIZE(ndev); in aie2_hw_start()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu.c | 2524 MBOX_SIZE; in rvu_get_mbox_regions() 2525 bar4 += region * MBOX_SIZE; in rvu_get_mbox_regions() 2528 bar4 += region * MBOX_SIZE; in rvu_get_mbox_regions() 2530 mbox_addr[region] = ioremap_wc(bar4, MBOX_SIZE); in rvu_get_mbox_regions() 2551 bar4 += region * MBOX_SIZE; in rvu_get_mbox_regions() 2553 mbox_addr[region] = ioremap_wc(bar4, MBOX_SIZE); in rvu_get_mbox_regions()
|
| H A D | mbox.c | 238 mdev->mbase = mbox->hwbase + (devid * MBOX_SIZE); in otx2_mbox_init()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_pf.c | 375 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() 1221 (pf->pdev, PCI_MBOX_BAR_NUM), MBOX_SIZE); in otx2_pfaf_mbox_init()
|