Home
last modified time | relevance | path

Searched refs:ctrl_size (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/pci/endpoint/functions/
Dpci-epf-ntb.c1001 u32 spad_size, ctrl_size; in epf_ntb_config_spad_bar_alloc() local
1029 ctrl_size = sizeof(struct epf_ntb_ctrl); in epf_ntb_config_spad_bar_alloc()
1035 ctrl_size = ALIGN(ctrl_size, 8); in epf_ntb_config_spad_bar_alloc()
1036 ntb_epc->msix_table_offset = ctrl_size; in epf_ntb_config_spad_bar_alloc()
1040 ctrl_size = ctrl_size + msix_table_size + pba_size; in epf_ntb_config_spad_bar_alloc()
1044 ctrl_size = roundup_pow_of_two(ctrl_size); in epf_ntb_config_spad_bar_alloc()
1047 ctrl_size = ALIGN(ctrl_size, align); in epf_ntb_config_spad_bar_alloc()
1062 if (spad_size > ctrl_size) in epf_ntb_config_spad_bar_alloc()
1063 ctrl_size = spad_size; in epf_ntb_config_spad_bar_alloc()
1066 size = ctrl_size + spad_size; in epf_ntb_config_spad_bar_alloc()
[all …]
/linux-5.19.10/arch/powerpc/boot/
Dcuboot-pq2.c52 unsigned long ctrl_size; in update_cs_ranges() local
74 &ctrl_size)) in update_cs_ranges()
82 if (cs >= ctrl_size / 8) in update_cs_ranges()
/linux-5.19.10/drivers/staging/media/sunxi/cedrus/
Dcedrus.c237 unsigned int ctrl_size; in cedrus_init_ctrls() local
247 ctrl_size = sizeof(ctrl) * CEDRUS_CONTROLS_COUNT + 1; in cedrus_init_ctrls()
249 ctx->ctrls = kzalloc(ctrl_size, GFP_KERNEL); in cedrus_init_ctrls()
/linux-5.19.10/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_qp.c478 u32 ctrl_size, task_size, bufdesc_size; in sq_prepare_ctrl() local
480 ctrl_size = SIZE_8BYTES(sizeof(struct hinic_sq_ctrl)); in sq_prepare_ctrl()
488 HINIC_SQ_CTRL_SET(ctrl_size, LEN); in sq_prepare_ctrl()
/linux-5.19.10/drivers/crypto/inside-secure/
Dsafexcel_cipher.c512 int ctrl_size = ctx->key_len / sizeof(u32); in safexcel_context_control() local
519 ctrl_size += ctx->state_sz / sizeof(u32); in safexcel_context_control()
524 CONTEXT_CONTROL_SIZE(ctrl_size); in safexcel_context_control()
534 CONTEXT_CONTROL_SIZE(ctrl_size); in safexcel_context_control()
537 ctrl_size += ctx->state_sz / sizeof(u32) * 2; in safexcel_context_control()
542 CONTEXT_CONTROL_SIZE(ctrl_size); in safexcel_context_control()
564 CONTEXT_CONTROL_SIZE(ctrl_size); in safexcel_context_control()
569 CONTEXT_CONTROL_SIZE(ctrl_size); in safexcel_context_control()
/linux-5.19.10/drivers/gpu/drm/msm/dsi/
Ddsi_host.c108 phys_addr_t ctrl_size; member
2053 msm_host->ctrl_base = msm_ioremap_size(pdev, "dsi_ctrl", &msm_host->ctrl_size); in msm_dsi_host_init()
2712 msm_disp_snapshot_add_block(disp_state, msm_host->ctrl_size, in msm_dsi_host_snapshot()