Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_erom.c77 uint8_t region_type, bhnd_port_type *port_type);
218 uint8_t region_port, region_type; in bcma_erom_lookup_core_addr() local
282 region_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE); in bcma_erom_lookup_core_addr()
287 error = bcma_erom_region_to_port_type(sc, region_type, in bcma_erom_lookup_core_addr()
314 if (next_type != region_type || in bcma_erom_lookup_core_addr()
338 if (next_type != region_type || in bcma_erom_lookup_core_addr()
868 bcma_erom_entry_type_name(region->region_type), in bcma_erom_parse_sport_region()
908 switch (region_type) { in bcma_erom_region_to_port_type()
921 region_type); in bcma_erom_region_to_port_type()
939 uint8_t region_type) in bcma_erom_corecfg_fill_port_regions() argument
[all …]
H A Dbcma_eromvar.h70 uint8_t region_type; /**< the mapping port's type */ member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcoredump.h96 __le32 region_type; member
H A Dsnoc.c1438 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_msa_dump_memory()
H A Dsdio.c2462 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_sdio_dump_memory()
H A Dpci.c1821 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_pci_dump_memory()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h266 const char *region_type, ChunkTag tag);
H A Dlsan_common.cpp298 const char *region_type, ChunkTag tag) { in ScanRangeForPointers() argument
301 LOG_POINTERS("Scanning %s range %p-%p.\n", region_type, (void *)begin, in ScanRangeForPointers()