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

  /src/sys/arch/mips/alchemy/dev/
aupci.c 328 aupci_conf_access(void *v, int dir, pcitag_t tag, int reg, pcireg_t *datap) function in typeref:typename:bool
388 if (aupci_conf_access(v, PCI_CFG_READ, tag, reg, &data) == false)
398 aupci_conf_access(v, PCI_CFG_WRITE, tag, reg, &data);

Completed in 13 milliseconds