Home
last modified time | relevance | path

Searched refs:fixed_size (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/pci/controller/dwc/
H A Dpcie-dw-rockchip.c276 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
277 .bar[BAR_1] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
278 .bar[BAR_2] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
279 .bar[BAR_3] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
280 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
281 .bar[BAR_5] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
296 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
297 .bar[BAR_1] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
298 .bar[BAR_2] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
299 .bar[BAR_3] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
[all …]
H A Dpci-keystone.c965 .bar[BAR_2] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
966 .bar[BAR_3] = { .type = BAR_FIXED, .fixed_size = SZ_64K, },
967 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256, },
968 .bar[BAR_5] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
H A Dpci-imx6.c1058 .bar[BAR_1] = { .type = BAR_FIXED, .fixed_size = SZ_64K, },
H A Dpcie-tegra194.c2006 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = SZ_1M,
/linux/arch/powerpc/kernel/
H A Drtas.c58 const int fixed_size; member
181 .fixed_size = 4096,
205 .fixed_size = 1024,
450 .fixed_size = 4096,
459 .fixed_size = 4096,
1845 else if (f->fixed_size) in block_rtas_call()
1846 size = f->fixed_size; in block_rtas_call()
1867 else if (f->fixed_size) in block_rtas_call()
1868 size = f->fixed_size; in block_rtas_call()
/linux/drivers/pci/controller/
H A Dpcie-rcar-ep.c443 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = 128,
446 .bar[BAR_2] = { .type = BAR_FIXED, .fixed_size = 256,
449 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256,
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h991 size_t fixed_size, size_t var_size) in _iwl_tlv_array_len() argument
993 size_t var_len = le32_to_cpu(tlv->length) - fixed_size; in _iwl_tlv_array_len()
/linux/include/linux/
H A Dpci-epc.h178 u64 fixed_size; member
/linux/drivers/scsi/qla2xxx/
H A Dqla_dbg.h289 __be32 fixed_size; member
H A Dqla_init.c3796 uint32_t dump_size, fixed_size, mem_size, req_q_size, rsp_q_size, in qla2x00_alloc_fw_dump() local
3811 dump_size = fixed_size = mem_size = eft_size = fce_size = mq_size = 0; in qla2x00_alloc_fw_dump()
3815 fixed_size = sizeof(struct qla2100_fw_dump); in qla2x00_alloc_fw_dump()
3817 fixed_size = offsetof(struct qla2300_fw_dump, data_ram); in qla2x00_alloc_fw_dump()
3822 fixed_size = offsetof(struct qla83xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3824 fixed_size = offsetof(struct qla81xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3826 fixed_size = offsetof(struct qla25xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3828 fixed_size = offsetof(struct qla24xx_fw_dump, ext_mem); in qla2x00_alloc_fw_dump()
3880 dump_size += fixed_size + mem_size + req_q_size + rsp_q_size in qla2x00_alloc_fw_dump()
3937 ha->fw_dump->fixed_size = htonl(fixed_size); in qla2x00_alloc_fw_dump()
/linux/drivers/pci/endpoint/
H A Dpci-epf-core.c265 u64 bar_fixed_size = epc_features->bar[bar].fixed_size; in pci_epf_alloc_space()
/linux/drivers/soc/qcom/
H A Dllcc-qcom.c76 * @fixed_size: Boolean indicating if the slice has a fixed capacity
115 bool fixed_size; member
1027 attr1_val |= config->fixed_size << ATTR1_FIXED_SIZE_SHIFT; in _qcom_llcc_cfg_program()
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-ntb.c1015 size = epc_features->bar[barno].fixed_size; in epf_ntb_config_spad_bar_alloc()
1021 peer_size = peer_epc_features->bar[peer_barno].fixed_size; in epf_ntb_config_spad_bar_alloc()
H A Dpci-epf-vntb.c425 size = epc_features->bar[barno].fixed_size; in epf_ntb_config_spad_bar_alloc()
/linux/net/sctp/
H A Dsm_make_chunk.c1747 int headersize, bodysize, fixed_size; in sctp_unpack_cookie() local
1763 fixed_size = headersize + sizeof(struct sctp_cookie); in sctp_unpack_cookie()
1770 if (len < fixed_size + sizeof(struct sctp_chunkhdr)) in sctp_unpack_cookie()
/linux/sound/pci/asihpi/
H A Dhpi_internal.h1022 char fixed_size[32]; member