Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dpciide.c8077 u_int32_t conf, piodmatim, piotim, udmatim; in nforce_setup_channel() local
8080 piodmatim = pci_conf_read(sc->sc_pc, sc->sc_tag, NFORCE_PIODMATIM); in nforce_setup_channel()
8085 cp->name, piodmatim, piotim, udmatim), DEBUG_PROBE); in nforce_setup_channel()
8092 piodmatim &= ~NFORCE_PIODMATIM_MASK(channel); in nforce_setup_channel()
8140 piodmatim |= NFORCE_PIODMATIM_SET(channel, drive, in nforce_setup_channel()
8152 cp->name, piodmatim, piotim, udmatim), DEBUG_PROBE); in nforce_setup_channel()
8153 pci_conf_write(sc->sc_pc, sc->sc_tag, NFORCE_PIODMATIM, piodmatim); in nforce_setup_channel()