HomeSort by: relevance | last modified time | path
    Searched defs:necpb_conf_write (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arc/pci/
necpb.c 112 static void necpb_conf_write(pci_chipset_tag_t, pcitag_t, int, pcireg_t);
202 pc->pc_conf_write = necpb_conf_write;
231 necpb_conf_write(pc, tag, PCI_MAPREG_ROM, 0);
234 necpb_conf_write(pc, tag, PCI_COMMAND_STATUS_REG, csr);
345 necpb_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data) function in typeref:typename:void
necpb.c 112 static void necpb_conf_write(pci_chipset_tag_t, pcitag_t, int, pcireg_t);
202 pc->pc_conf_write = necpb_conf_write;
231 necpb_conf_write(pc, tag, PCI_MAPREG_ROM, 0);
234 necpb_conf_write(pc, tag, PCI_COMMAND_STATUS_REG, csr);
345 necpb_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data) function in typeref:typename:void

Completed in 26 milliseconds