Searched refs:tbar (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/intel/ |
| H A D | pchtherm.c | 76 struct resource *tbar; member 127 temp = bus_read_4(sc->tbar, PCHTHERM_REG_TL); in pchtherm_tltemp_sysctl() 139 temp = bus_read_2(sc->tbar, regoff); in pchtherm_temp_sysctl() 158 sc->tbar = bus_alloc_resource_any(dev, SYS_RES_MEMORY, in pchtherm_attach() 160 if (sc->tbar == NULL) { in pchtherm_attach() 163 sc->enable = bus_read_1(sc->tbar, PCHTHERM_REG_TSEL); in pchtherm_attach() 170 bus_write_1(sc->tbar, PCHTHERM_REG_TSEL, in pchtherm_attach() 172 sc->enable = bus_read_1(sc->tbar, PCHTHERM_REG_TSEL); in pchtherm_attach() 180 sc->ctten = bus_read_1(sc->tbar, PCHTHERM_REG_TSC); in pchtherm_attach() 184 val = bus_read_1(sc->tbar, PCHTHERM_REG_TSREL); in pchtherm_attach() [all …]
|