Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dpciide.c8857 u_int32_t tim, timaddr; in sch_setup_channel() local
8872 timaddr = (drive == 0) ? SCH_D0TIM : SCH_D1TIM; in sch_setup_channel()
8873 tim = pci_conf_read(sc->sc_pc, sc->sc_tag, timaddr); in sch_setup_channel()
8910 pci_conf_write(sc->sc_pc, sc->sc_tag, timaddr, tim); in sch_setup_channel()