Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmediatek-net.txt21 "ethif", "esw", "gp2", "gp1" : For MT2701 and MT7623 SoC
22 "ethif", "esw", "gp0", "gp1", "gp2", "sgmii_tx250m", "sgmii_rx250m",
24 "ethif", "sgmiitop", "esw", "gp0", "gp1", "gp2", "fe", "sgmii_tx250m",
63 clock-names = "ethif", "esw", "gp2", "gp1";
/freebsd/sys/geom/
H A Dgeom_subr.c837 struct g_geom *gp1, *gp2; in redo_rank() local
844 gp1 = TAILQ_NEXT(gp, geoms); in redo_rank()
845 if (gp1 != NULL) { in redo_rank()
850 gp1 = gp; in redo_rank()
854 for (; gp1 != NULL; gp1 = gp2) { in redo_rank()
855 gp1->rank = 0; in redo_rank()
857 LIST_FOREACH(cp, &gp1->consumer, consumer) { in redo_rank()
867 gp1->rank = m; in redo_rank()
868 gp2 = TAILQ_NEXT(gp1, geoms); in redo_rank()
875 if (gp == gp1) in redo_rank()
[all …]
/freebsd/sys/geom/multipath/
H A Dg_multipath.c819 struct g_geom *gp, *gp1; in g_multipath_taste() local
880 LIST_FOREACH(gp1, &mp->geom, geom) { in g_multipath_taste()
881 if (gp1 == gp) in g_multipath_taste()
883 sc = gp1->softc; in g_multipath_taste()
903 if (gp1) { in g_multipath_taste()
904 sc = gp1->softc; in g_multipath_taste()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddump.c44 u32 gp1; /* GP1 timer register */ member
246 IWL_ERR(fwrt, "0x%08X | time gp1\n", table.gp1); in iwl_fwrt_dump_lmac_error_log()
/freebsd/sys/contrib/device-tree/src/arm/mediatek/
H A Dmt7629.dtsi460 clock-names = "ethif", "sgmiitop", "esw", "gp0", "gp1",
H A Dmt2701.dtsi738 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
H A Dmt7623.dtsi972 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Damlogic-c3.dtsi148 "gp1",
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt7986a.dtsi546 clock-names = "fe", "gp2", "gp1", "wocpu1", "wocpu0",
H A Dmt7622.dtsi981 clock-names = "ethif", "esw", "gp0", "gp1", "gp2",
/freebsd/sys/dev/iwm/
H A Dif_iwm.c5072 uint32_t gp1; /* GP1 timer register */ member
5269 device_printf(sc->sc_dev, "%08X | time gp1\n", table.gp1); in iwm_nic_error()