Home
last modified time | relevance | path

Searched refs:region_type (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Difdtool.c78 static int get_region(struct frba_t *frba, int region_type, in get_region() argument
81 if (region_type >= MAX_REGIONS) { in get_region()
86 region->base = FLREG_BASE(frba->flreg[region_type]); in get_region()
87 region->limit = FLREG_LIMIT(frba->flreg[region_type]); in get_region()
93 static const char *region_name(int region_type) in region_name() argument
103 assert(region_type < MAX_REGIONS); in region_name()
105 return regions[region_type]; in region_name()
108 static const char *region_filename(int region_type) in region_filename() argument
118 assert(region_type < MAX_REGIONS); in region_filename()
120 return region_filenames[region_type]; in region_filename()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_atcam.c296 enum mlxsw_sp_acl_atcam_region_type region_type; in mlxsw_sp_acl_atcam_region_type_init() local
304 region_type = MLXSW_SP_ACL_ATCAM_REGION_TYPE_2KB; in mlxsw_sp_acl_atcam_region_type_init()
306 region_type = MLXSW_SP_ACL_ATCAM_REGION_TYPE_4KB; in mlxsw_sp_acl_atcam_region_type_init()
308 region_type = MLXSW_SP_ACL_ATCAM_REGION_TYPE_8KB; in mlxsw_sp_acl_atcam_region_type_init()
310 region_type = MLXSW_SP_ACL_ATCAM_REGION_TYPE_12KB; in mlxsw_sp_acl_atcam_region_type_init()
312 aregion->type = region_type; in mlxsw_sp_acl_atcam_region_type_init()
313 aregion->ops = mlxsw_sp_acl_atcam_region_ops_arr[region_type]; in mlxsw_sp_acl_atcam_region_type_init()
H A Dspectrum_acl_erp.c300 enum mlxsw_sp_acl_atcam_region_type region_type, in mlxsw_sp_acl_erp_table_alloc() argument
309 entry_size = erp_core->erpt_entries_size[region_type]; in mlxsw_sp_acl_erp_table_alloc()
323 enum mlxsw_sp_acl_atcam_region_type region_type, in mlxsw_sp_acl_erp_table_free() argument
330 entry_size = erp_core->erpt_entries_size[region_type]; in mlxsw_sp_acl_erp_table_free()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dps3.h86 enum ps3_dma_region_type region_type; member
122 enum ps3_dma_region_type region_type, void *addr, unsigned long len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dcoredump.h96 __le32 region_type; member
H A Dsnoc.c1432 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_msa_dump_memory()
H A Dsdio.c2463 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_sdio_dump_memory()
H A Dpci.c1733 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_pci_dump_memory()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A Dmm.c663 roundup_pow_of_two(r->len), r->page_size, r->region_type, in dma_sb_region_create()
1119 enum ps3_dma_region_type region_type, void *addr, unsigned long len) in ps3_dma_region_init() argument
1128 r->region_type = region_type; in ps3_dma_region_init()