mem_map_index 924 dev/ic/i82365.c } mem_map_index[] = {
mem_map_index 983 dev/ic/i82365.c pcic_write(h, mem_map_index[win].sysmem_start_lsb,
mem_map_index 985 dev/ic/i82365.c pcic_write(h, mem_map_index[win].sysmem_start_msb,
mem_map_index 990 dev/ic/i82365.c pcic_write(h, mem_map_index[win].sysmem_stop_lsb,
mem_map_index 993 dev/ic/i82365.c pcic_write(h, mem_map_index[win].sysmem_stop_msb,
mem_map_index 999 dev/ic/i82365.c pcic_write(h, mem_map_index[win].cardmem_lsb,
mem_map_index 1001 dev/ic/i82365.c pcic_write(h, mem_map_index[win].cardmem_msb,
mem_map_index 1008 dev/ic/i82365.c reg |= (mem_map_index[win].memenable | PCIC_ADDRWIN_ENABLE_MEMCS16);
mem_map_index 1015 dev/ic/i82365.c r1 = pcic_read(h, mem_map_index[win].sysmem_start_msb);
mem_map_index 1016 dev/ic/i82365.c r2 = pcic_read(h, mem_map_index[win].sysmem_start_lsb);
mem_map_index 1017 dev/ic/i82365.c r3 = pcic_read(h, mem_map_index[win].sysmem_stop_msb);
mem_map_index 1018 dev/ic/i82365.c r4 = pcic_read(h, mem_map_index[win].sysmem_stop_lsb);
mem_map_index 1019 dev/ic/i82365.c r5 = pcic_read(h, mem_map_index[win].cardmem_msb);
mem_map_index 1020 dev/ic/i82365.c r6 = pcic_read(h, mem_map_index[win].cardmem_lsb);
mem_map_index 1045 dev/ic/i82365.c for (i = 0; i < (sizeof(mem_map_index) / sizeof(mem_map_index[0]));
mem_map_index 1106 dev/ic/i82365.c if (window >= (sizeof(mem_map_index) / sizeof(mem_map_index[0])))
mem_map_index 1110 dev/ic/i82365.c reg &= ~mem_map_index[window].memenable;