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...] |