Searched refs:sc_memory (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/sys/dev/pci/ |
| D | vga_pci.c | 240 TAILQ_INIT(&sc->sc_memory); 375 TAILQ_FOREACH(mem, &sc->sc_memory, am_link) { 447 TAILQ_FOREACH(mem, &sc->sc_memory, am_link) { in agp_find_memory() 640 TAILQ_INSERT_TAIL(&sc->sc_memory, mem, am_link); in agp_generic_alloc_memory() 653 TAILQ_REMOVE(&sc->sc_memory, mem, am_link); in agp_generic_free_memory()
|
| D | vga_pcivar.h | 93 struct agp_memory_list sc_memory; /* list of allocated memory */ member
|
| D | agp_i810.c | 493 TAILQ_INSERT_TAIL(&sc->sc_memory, mem, am_link); in agp_i810_alloc_memory() 512 TAILQ_REMOVE(&sc->sc_memory, mem, am_link); in agp_i810_free_memory()
|
| /mirbsd/src/sys/dev/ic/ |
| D | amivar.h | 92 int sc_memory; member
|
| D | ami.c | 365 sc->sc_memory = letoh16(pi->api_ramsize); 410 sc->sc_memory = inq->ain_ramsize; 436 sc->sc_fwver, sc->sc_biosver, sc->sc_memory,
|