Home
last modified time | relevance | path

Searched refs:mem_map (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/dev/ic/
H A Dacx100.c339 if (acx_get_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) { in acx100_init_wep()
344 mem_map.wep_cache_start = htole32(letoh32(mem_map.code_end) + 4); in acx100_init_wep()
345 mem_map.wep_cache_end = htole32(letoh32(mem_map.code_end) + 4); in acx100_init_wep()
346 if (acx_set_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) { in acx100_init_wep()
369 if (acx_get_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) { in acx100_init_tmplt()
374 mem_map.pkt_tmplt_start = mem_map.wep_cache_end; in acx100_init_tmplt()
375 if (acx_set_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) { in acx100_init_tmplt()
398 if (acx_get_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) { in acx100_init_fw_ring()
408 if (acx_set_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) { in acx100_init_fw_ring()
454 if (acx_get_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) { in acx100_init_memory()
[all …]
H A Dacx.c1565 struct acx_conf_mmap mem_map; in acx_load_radio_firmware() local
1583 if (acx_get_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) { in acx_load_radio_firmware()
1587 radio_fw_ofs = letoh32(mem_map.code_end); in acx_load_radio_firmware()
1615 if (acx_get_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) in acx_load_radio_firmware()
1618 if (letoh32(mem_map.code_end) != radio_fw_ofs + size) { in acx_load_radio_firmware()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py138 mem_map = []
146 mem_map.append((int(parts[0], 16),
150 mem_map.sort(key=lambda m : m[0])
151 mem_map_keys = [m[0] for m in mem_map]
160 mem_map_pcs = [[] for i in range(0, len(mem_map))]
165 (start, end, base, module_path) = mem_map[map_idx]
172 for ((start, end, base, module_path), pc_list) in zip(mem_map, mem_map_pcs):
/openbsd/sys/dev/pcmcia/
H A Dpcmciachip.h68 int (*mem_map)(pcmcia_chipset_handle_t, int, bus_addr_t, member
107 ((*(tag)->mem_map)((handle), (kind), (card_addr), (size), (pcmhp), \
/openbsd/sys/arch/loongson/include/
H A Dpmon.h120 struct pmon_env_mem_entry mem_map[PMON_MEM_MAX]; member
/openbsd/sys/arch/luna88k/cbus/
H A Di82365_cbus.c119 .mem_map = pcic_chip_mem_map,
/openbsd/sys/arch/loongson/loongson/
H A Dmachdep.c392 memcpy(&entry, &mem->mem_map[i], sizeof(entry)); in loongson_efi_setup()