Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_mbox.c13 cptvf->bbuf_base = devm_kmalloc(&pdev->dev, MBOX_SIZE, GFP_KERNEL); in otx2_cpt_mbox_bbuf_init()
31 void *hw_mbase = mbox->hwbase + (devid * MBOX_SIZE); in otx2_cpt_sync_mbox_bbuf()
Dcn10k_cpt.c61 size -= ((1 + cptpf->max_vfs) * MBOX_SIZE); in cn10k_cptpf_lmtst_init()
Dotx2_cptpf_main.c378 MBOX_SIZE * cptpf->max_vfs); in cptpf_vfpf_mbox_init()
464 cptpf->afpf_mbox_base = devm_ioremap_wc(&pdev->dev, offset, MBOX_SIZE); in cptpf_afpf_mbox_init()
/linux-6.1.9/sound/soc/sof/intel/
Datom.h23 #define MBOX_SIZE 0x1000 macro
Dbdw.c42 #define MBOX_SIZE 0x1000 macro
/linux-6.1.9/sound/soc/sof/mediatek/mt8186/
Dmt8186.h65 #define MBOX_SIZE 0x1000 /* consistent with which in memory.h of sof fw */ macro
/linux-6.1.9/sound/soc/sof/mediatek/mt8195/
Dmt8195.h134 #define MBOX_SIZE 0x1000 /* consistent with which in memory.h of sof fw */ macro
/linux-6.1.9/sound/soc/sof/imx/
Dimx8m.c27 #define MBOX_SIZE 0x1000 macro
Dimx8ulp.c41 #define MBOX_SIZE 0x1000 macro
Dimx8.c42 #define MBOX_SIZE 0x1000 macro
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h631 mbox->bbuf_base = devm_kmalloc(&pdev->dev, MBOX_SIZE, GFP_KERNEL); in otx2_mbox_bbuf_init()
652 void *hw_mbase = mbox->hwbase + (devid * MBOX_SIZE); in otx2_sync_mbox_bbuf()
Dotx2_pf.c382 src_mbox->rx_start + (vf * MBOX_SIZE); in otx2_forward_vf_mbox_msgs()
607 MBOX_SIZE; in otx2_pfvf_mbox_init()
612 hwbase = ioremap_wc(base, MBOX_SIZE * pf->total_vfs); in otx2_pfvf_mbox_init()
1077 MBOX_SIZE); in otx2_pfaf_mbox_init()
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.c144 mdev->mbase = mbox->hwbase + (devid * MBOX_SIZE); in otx2_mbox_init()
Drvu.c2292 MBOX_SIZE; in rvu_get_mbox_regions()
2293 bar4 += region * MBOX_SIZE; in rvu_get_mbox_regions()
2296 bar4 += region * MBOX_SIZE; in rvu_get_mbox_regions()
2298 mbox_addr[region] = (void *)ioremap_wc(bar4, MBOX_SIZE); in rvu_get_mbox_regions()
2316 bar4 += region * MBOX_SIZE; in rvu_get_mbox_regions()
2318 mbox_addr[region] = (void *)ioremap_wc(bar4, MBOX_SIZE); in rvu_get_mbox_regions()
Dmbox.h17 #define MBOX_SIZE SZ_64K macro
30 #if MBOX_UP_TX_SIZE + MBOX_UP_TX_START != MBOX_SIZE