Searched refs:MBOX_SIZE (Results 1 – 18 of 18) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | bcm2835_mbox.c | 52 } else if (mb->count == MBOX_SIZE) { in mbox_update_status() 63 for (n = 0; n < MBOX_SIZE; n++) { in mbox_reset() 91 assert(mb->count < MBOX_SIZE); in mbox_push() 261 VMSTATE_UINT32_ARRAY(reg, BCM2835Mbox, MBOX_SIZE),
|
/openbmc/qemu/include/hw/misc/ |
H A D | bcm2835_mbox_defs.h | 18 #define MBOX_SIZE 32 macro
|
H A D | bcm2835_mbox.h | 19 uint32_t reg[MBOX_SIZE];
|
/openbmc/linux/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptvf_mbox.c | 13 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()
|
H A D | cn10k_cpt.c | 64 size -= ((1 + cptpf->max_vfs) * MBOX_SIZE); in cn10k_cptpf_lmtst_init()
|
H A D | otx2_cptpf_main.c | 380 MBOX_SIZE * cptpf->max_vfs); in cptpf_vfpf_mbox_init() 466 cptpf->afpf_mbox_base = devm_ioremap_wc(&pdev->dev, offset, MBOX_SIZE); in cptpf_afpf_mbox_init()
|
/openbmc/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
|
/openbmc/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
|
/openbmc/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
|
/openbmc/linux/sound/soc/sof/imx/ |
H A D | imx8m.c | 27 #define MBOX_SIZE 0x1000 macro
|
H A D | imx8ulp.c | 41 #define MBOX_SIZE 0x1000 macro
|
H A D | imx8.c | 42 #define MBOX_SIZE 0x1000 macro
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.h | 659 mbox->bbuf_base = devm_kmalloc(&pdev->dev, MBOX_SIZE, GFP_KERNEL); in otx2_mbox_bbuf_init() 680 void *hw_mbase = mbox->hwbase + (devid * MBOX_SIZE); in otx2_sync_mbox_bbuf()
|
H A D | otx2_pf.c | 371 src_mbox->rx_start + (vf * MBOX_SIZE); in otx2_forward_vf_mbox_msgs() 598 MBOX_SIZE; in otx2_pfvf_mbox_init() 603 hwbase = ioremap_wc(base, MBOX_SIZE * pf->total_vfs); in otx2_pfvf_mbox_init() 1101 MBOX_SIZE); in otx2_pfaf_mbox_init()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mbox.c | 144 mdev->mbase = mbox->hwbase + (devid * MBOX_SIZE); in otx2_mbox_init()
|
H A D | rvu.c | 2310 MBOX_SIZE; in rvu_get_mbox_regions() 2311 bar4 += region * MBOX_SIZE; in rvu_get_mbox_regions() 2314 bar4 += region * MBOX_SIZE; in rvu_get_mbox_regions() 2316 mbox_addr[region] = (void *)ioremap_wc(bar4, MBOX_SIZE); in rvu_get_mbox_regions() 2337 bar4 += region * MBOX_SIZE; in rvu_get_mbox_regions() 2339 mbox_addr[region] = (void *)ioremap_wc(bar4, MBOX_SIZE); in rvu_get_mbox_regions()
|
H A D | mbox.h | 17 #define MBOX_SIZE SZ_64K macro 33 #if MBOX_UP_TX_SIZE + MBOX_UP_TX_START != MBOX_SIZE
|