/src/sys/dev/ic/ |
hme.c | 264 * the MIF configuration register. 493 /* Re-initialize the MIF */ 501 /* Mask all MIF interrupts, just in case */ 502 bus_space_write_4(t, mif, HME_MIFI_IMASK, 0xffff); 1104 bus_space_handle_t mif = sc->sc_mif; local in function:hme_eint 1106 cf = bus_space_read_4(t, mif, HME_MIFI_CFG); 1107 st = bus_space_read_4(t, mif, HME_MIFI_STAT); 1108 sm = bus_space_read_4(t, mif, HME_MIFI_SM); 1180 bus_space_handle_t mif = sc->sc_mif; local in function:hme_mifinit 1192 /* Configure the MIF in frame mode, no poll, current phy select * 1214 bus_space_handle_t mif = sc->sc_mif; local in function:hme_mii_readreg 1288 bus_space_handle_t mif = sc->sc_mif; local in function:hme_mii_writereg 1390 bus_space_handle_t mif = sc->sc_mif; local in function:hme_mediachange [all...] |
gem.c | 1145 /* Re-initialize the MIF */ 2247 aprintf_debug_dev(sc->sc_dev, "MIF interrupt\n"); 2343 bus_space_handle_t mif = sc->sc_h1; local in function:gem_mifinit 2345 /* Configure the MIF in frame mode */ 2346 sc->sc_mif_config = bus_space_read_4(t, mif, GEM_MIF_CONFIG); 2348 bus_space_write_4(t, mif, GEM_MIF_CONFIG, sc->sc_mif_config); 2370 bus_space_handle_t mif = sc->sc_h1; local in function:gem_mii_readreg 2383 bus_space_write_4(t, mif, GEM_MIF_FRAME, v); 2386 v = bus_space_read_4(t, mif, GEM_MIF_FRAME); 2402 bus_space_handle_t mif = sc->sc_h1 local in function:gem_mii_writereg [all...] |
/src/sys/net/ |
bridgestp.c | 814 struct bridge_iflist *bif, *mif; local in function:bstp_initialization 816 mif = NULL; 828 if (mif == NULL) { 829 mif = bif; 833 CLLADDR(mif->bif_ifp->if_sadl), ETHER_ADDR_LEN) < 0) { 834 mif = bif; 839 if (mif == NULL) { 847 (((uint64_t)(uint8_t)CLLADDR(mif->bif_ifp->if_sadl)[0]) << 40) | 848 (((uint64_t)(uint8_t)CLLADDR(mif->bif_ifp->if_sadl)[1]) << 32) | 849 (((uint64_t)(uint8_t)CLLADDR(mif->bif_ifp->if_sadl)[2]) << 24) [all...] |
/src/sys/dev/pci/ |
if_cas.c | 684 * the MIF configuration register. 1184 /* Re-initialize the MIF */ 1628 bus_space_handle_t mif = sc->sc_memh; local in function:cas_mifinit 1630 /* Configure the MIF in frame mode */ 1631 sc->sc_mif_config = bus_space_read_4(t, mif, CAS_MIF_CONFIG); 1633 bus_space_write_4(t, mif, CAS_MIF_CONFIG, sc->sc_mif_config); 1655 bus_space_handle_t mif = sc->sc_memh; local in function:cas_mii_readreg 1668 bus_space_write_4(t, mif, CAS_MIF_FRAME, v); 1671 v = bus_space_read_4(t, mif, CAS_MIF_FRAME); 1687 bus_space_handle_t mif = sc->sc_memh local in function:cas_mii_writereg [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
exynos5260.dtsi | 143 compatible = "samsung,exynos5260-clock-mif";
|
/src/sys/netinet6/ |
ip6_mroute.c | 436 * returns the input and output packet and byte counts on the mif provided 614 * Delete a mif which points to ifp. 637 * Add a mif to the mif table 686 /* initialize per mif pkt counters */ 708 * Delete a mif from the mif table 1346 * Macro to send packet on mif. Since RSVP packets don't get counted on 1372 * Don't forward if it didn't arrive from the parent mif 1394 /* have to make sure this is a valid mif */ [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/exynos/ |
exynos5433.dtsi | 397 compatible = "samsung,exynos5433-cmu-mif";
|