HomeSort by: relevance | last modified time | path
    Searched defs:tmp_memh (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/dreamcast/dev/g2/
gapspci.c 67 bus_space_handle_t tmp_memh; local in function:gaps_match
69 if (bus_space_map(ga->ga_memt, 0x01001400, 0x100, 0, &tmp_memh) != 0)
72 bus_space_read_region_1(ga->ga_memt, tmp_memh, 0, idbuf, sizeof(idbuf));
74 bus_space_unmap(ga->ga_memt, tmp_memh, 0x100);

Completed in 13 milliseconds