Searched refs:MBOX_SIZE (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/ |
| H A D | mbox_init.c | 244 bar += region * MBOX_SIZE; in cn20k_rvu_get_mbox_regions() 258 bar += region * MBOX_SIZE; in cn20k_rvu_get_mbox_regions() 328 rvu_write64(rvu, BLKADDR_RVUM, RVU_MBOX_PF_VF_CFG, ilog2(MBOX_SIZE)); in cn20k_rvu_mbox_init() 332 RVU_MBOX_AF_PFX_CFG(dev), ilog2(MBOX_SIZE)); in cn20k_rvu_mbox_init() 335 return rvu_alloc_mbox_memory(rvu, type, ndevs, MBOX_SIZE); in cn20k_rvu_mbox_init()
|
| /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 | 42 #define MBOX_SIZE(ndev) \ macro
|
| H A D | aie2_pci.c | 367 mbox_res.mbox_size = MBOX_SIZE(ndev); in aie2_hw_start()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu.c | 2455 MBOX_SIZE; in rvu_get_mbox_regions() 2456 bar4 += region * MBOX_SIZE; in rvu_get_mbox_regions() 2459 bar4 += region * MBOX_SIZE; in rvu_get_mbox_regions() 2461 mbox_addr[region] = ioremap_wc(bar4, MBOX_SIZE); in rvu_get_mbox_regions() 2482 bar4 += region * MBOX_SIZE; in rvu_get_mbox_regions() 2484 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_common.h | 709 mbox->bbuf_base = devm_kmalloc(&pdev->dev, MBOX_SIZE, GFP_KERNEL); in otx2_mbox_bbuf_init() 730 void *hw_mbase = mbox->hwbase + (devid * MBOX_SIZE); in otx2_sync_mbox_bbuf()
|
| 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() 1224 (pf->pdev, PCI_MBOX_BAR_NUM), MBOX_SIZE); in otx2_pfaf_mbox_init()
|