Home
last modified time | relevance | path

Searched refs:GEM_RES_MEM (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/gem/
H A Dif_gemvar.h120 #define GEM_RES_MEM 1 macro
180 bus_barrier((sc)->sc_res[GEM_RES_MEM], (offs), (len), (flags))
183 bus_read_ ## n((sc)->sc_res[GEM_RES_MEM], (offs))
198 bus_write_ ## n((sc)->sc_res[GEM_RES_MEM], (offs), (v))
H A Dif_gem_pci.c275 bus_read_region_1(sc->sc_res[GEM_RES_MEM], in gem_pci_attach()