Searched refs:prep_pci_direct_conf_write (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/prep/pci/
H A Dprep_pciconf_direct.c90 void prep_pci_direct_conf_write(void *, pcitag_t, int, pcireg_t);
103 pc->pc_conf_write = prep_pci_direct_conf_write;
195 prep_pci_direct_conf_write(void *v, pcitag_t tag, int reg, pcireg_t data) function
200 DPRINTF(("prep_pci_direct_conf_write(0x%lx, 0x%x, 0x%02x, 0x%08lx) ",
212 panic("prep_pci_direct_conf_write: bad device %d",

Completed in 73 milliseconds