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

  /src/sys/dev/pci/
agp_i810var.h 61 /* Cached pgtblctl register for resume. */
62 pcireg_t pgtblctl; member in struct:agp_i810_softc
agp_i810var.h 61 /* Cached pgtblctl register for resume. */
62 pcireg_t pgtblctl; member in struct:agp_i810_softc
agp_i810.c 835 isc->pgtblctl = gatt->ag_physical | 1;
836 WRITE4(AGP_I810_PGTBL_CTL, isc->pgtblctl);
873 isc->pgtblctl = READ4(AGP_I810_PGTBL_CTL);
874 isc->pgtblctl |= 1;
875 WRITE4(AGP_I810_PGTBL_CTL, isc->pgtblctl);
887 isc->pgtblctl = READ4(AGP_I810_PGTBL_CTL);
901 switch (isc->pgtblctl & AGP_I810_PGTBL_SIZE_MASK) {
950 switch (isc->pgtblctl & AGP_G4X_PGTBL_SIZE_MASK) {
1075 isc->pgtblctl |= 1;
1076 WRITE4(AGP_I810_PGTBL_CTL, isc->pgtblctl);
1371 uint32_t pgtblctl; local in function:agp_i810_bind_memory
    [all...]
agp_i810.c 835 isc->pgtblctl = gatt->ag_physical | 1;
836 WRITE4(AGP_I810_PGTBL_CTL, isc->pgtblctl);
873 isc->pgtblctl = READ4(AGP_I810_PGTBL_CTL);
874 isc->pgtblctl |= 1;
875 WRITE4(AGP_I810_PGTBL_CTL, isc->pgtblctl);
887 isc->pgtblctl = READ4(AGP_I810_PGTBL_CTL);
901 switch (isc->pgtblctl & AGP_I810_PGTBL_SIZE_MASK) {
950 switch (isc->pgtblctl & AGP_G4X_PGTBL_SIZE_MASK) {
1075 isc->pgtblctl |= 1;
1076 WRITE4(AGP_I810_PGTBL_CTL, isc->pgtblctl);
1371 uint32_t pgtblctl; local in function:agp_i810_bind_memory
    [all...]

Completed in 58 milliseconds