Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_athn_pci.c74 void athn_pci_write(struct athn_softc *, uint32_t, uint32_t);
122 sc->ops.write = athn_pci_write; in athn_pci_attach()
252 athn_pci_write(struct athn_softc *sc, uint32_t addr, uint32_t val) in athn_pci_write() function