/src/sys/arch/x86/pci/ |
tco.c | 118 uint32_t ioreg; local in function:tco_attach 155 ioreg = bus_space_read_4(sc->sc_pmt, sc->sc_pmh, PMC_SMI_EN); 156 aprint_debug_dev(self, "SMI_EN=0x%08x\n", ioreg); 157 ioreg &= ~PMC_SMI_EN_TCO_EN; 164 ioreg |= PMC_SMI_EN_TCO_EN; 166 if ((ioreg & PMC_SMI_EN_GBL_SMI_EN) != 0) { 167 aprint_debug_dev(self, "SMI_EN:=0x%08x\n", ioreg); 168 bus_space_write_4(sc->sc_pmt, sc->sc_pmh, PMC_SMI_EN, ioreg); 326 uint16_t ioreg; local in function:tcotimer_stop 328 ioreg = bus_space_read_2(sc->sc_tcot, sc->sc_tcoh, TCO1_CNT) 336 uint16_t ioreg; local in function:tcotimer_start [all...] |
tco.c | 118 uint32_t ioreg; local in function:tco_attach 155 ioreg = bus_space_read_4(sc->sc_pmt, sc->sc_pmh, PMC_SMI_EN); 156 aprint_debug_dev(self, "SMI_EN=0x%08x\n", ioreg); 157 ioreg &= ~PMC_SMI_EN_TCO_EN; 164 ioreg |= PMC_SMI_EN_TCO_EN; 166 if ((ioreg & PMC_SMI_EN_GBL_SMI_EN) != 0) { 167 aprint_debug_dev(self, "SMI_EN:=0x%08x\n", ioreg); 168 bus_space_write_4(sc->sc_pmt, sc->sc_pmh, PMC_SMI_EN, ioreg); 326 uint16_t ioreg; local in function:tcotimer_stop 328 ioreg = bus_space_read_2(sc->sc_tcot, sc->sc_tcoh, TCO1_CNT) 336 uint16_t ioreg; local in function:tcotimer_start [all...] |
/src/sys/dev/pci/ |
amr.c | 281 int rseg, i, size, rv, memreg, ioreg; local in function:amr_attach 301 memreg = ioreg = 0; 311 ioreg = i; 319 else if (ioreg && pci_mapreg_map(pa, ioreg, PCI_MAPREG_TYPE_IO, 0,
|
amr.c | 281 int rseg, i, size, rv, memreg, ioreg; local in function:amr_attach 301 memreg = ioreg = 0; 311 ioreg = i; 319 else if (ioreg && pci_mapreg_map(pa, ioreg, PCI_MAPREG_TYPE_IO, 0,
|