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

/netbsd-6-1-5-RELEASE/sys/arch/mips/alchemy/dev/
H A Daupci.c99 static void aupci_decompose_tag(void *, pcitag_t, int *, int *, int *);
249 sc->sc_pc.pc_decompose_tag = aupci_decompose_tag;
316 aupci_decompose_tag(void *v, pcitag_t tag, int *b, int *d, int *f) function
337 aupci_decompose_tag(v, tag, &b, &d, &f);

Completed in 101 milliseconds