Home
last modified time | relevance | path

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

/freebsd/sys/dev/agp/
H A Dagp_i810.c2118 uint32_t temp_hi, temp_lo; in agp_i965_chipset_flush_setup() local
2124 temp_lo = pci_read_config(sc->bdev, AGP_I965_IFPADDR, 4); in agp_i965_chipset_flush_setup()
2126 if ((temp_lo & 1) != 0) { in agp_i965_chipset_flush_setup()
2127 temp = ((uint64_t)temp_hi << 32) | (temp_lo & ~1); in agp_i965_chipset_flush_setup()
2160 uint32_t temp_lo; in agp_i965_chipset_flush_teardown() local
2166 temp_lo = pci_read_config(sc->bdev, AGP_I965_IFPADDR, 4); in agp_i965_chipset_flush_teardown()
2167 temp_lo &= ~1; in agp_i965_chipset_flush_teardown()
2168 pci_write_config(sc->bdev, AGP_I965_IFPADDR, temp_lo, 4); in agp_i965_chipset_flush_teardown()