Home
last modified time | relevance | path

Searched refs:fsl_pcib_cfgread (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c203 static uint32_t fsl_pcib_cfgread(struct fsl_pcib_softc *, u_int, u_int, u_int,
337 cfgreg = fsl_pcib_cfgread(sc, 0, 0, 0, PCIR_VENDOR, 2); in fsl_pcib_attach()
341 capptr = fsl_pcib_cfgread(sc, 0, 0, 0, PCIR_CAP_PTR, 1); in fsl_pcib_attach()
343 cfgreg = fsl_pcib_cfgread(sc, 0, 0, 0, capptr, 2); in fsl_pcib_attach()
371 cfgreg = fsl_pcib_cfgread(sc, 0, 0, 0, PCIR_COMMAND, 2); in fsl_pcib_attach()
393 ltssm = fsl_pcib_cfgread(sc, 0, 0, 0, PCIR_LTSSM, 1); in fsl_pcib_attach()
440 fsl_pcib_cfgread(struct fsl_pcib_softc *sc, u_int bus, u_int slot, u_int func, in fsl_pcib_cfgread() function
535 printf("cfg%02x=0x%08x\n", i, fsl_pcib_cfgread(sc, 0, 0, 0,
559 return (fsl_pcib_cfgread(sc, bus, slot, func, reg, bytes)); in fsl_pcib_read_config()
638 sec_stat = fsl_pcib_cfgread(sc, 0, 0, 0, PCIR_SECSTAT_1, 2); in fsl_pcib_err_init()
[all …]