Searched refs:stfpcie_decompose_tag (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/sys/arch/riscv64/dev/ |
| D | stfpcie.c | 203 void stfpcie_decompose_tag(void *, pcitag_t, int *, int *, int *); 545 sc->sc_pc.pc_decompose_tag = stfpcie_decompose_tag; in stfpcie_attach() 824 stfpcie_decompose_tag(void *v, pcitag_t tag, int *bp, int *dp, int *fp) in stfpcie_decompose_tag() function 936 stfpcie_decompose_tag(sc, ih.ih_tag, &bus, &dev, &fn); in stfpcie_intr_establish()
|