| /freebsd-13-stable/sys/contrib/device-tree/Bindings/media/ |
| HD | s5p-mfc.txt | 11 (a) "samsung,mfc-v5" for MFC v5 present in Exynos4 SoCs 12 (b) "samsung,mfc-v6" for MFC v6 present in Exynos5 SoCs 13 (c) "samsung,mfc-v7" for MFC v7 present in Exynos5420 SoC 14 (d) "samsung,mfc-v8" for MFC v8 present in Exynos5800 SoC 15 (e) "samsung,exynos5433-mfc" for MFC v8 present in Exynos5433 SoC 16 (f) "samsung,mfc-v10" for MFC v10 present in Exynos7880 SoC 22 - clocks : from common clock binding: handle to mfc clock. 23 - clock-names : from common clock binding: must contain "mfc", 30 memory regions, first is for "left" mfc memory bus interfaces, 31 second if for the "right" mfc memory bus, used when no SYSMMU [all …]
|
| /freebsd-13-stable/usr.bin/netstat/ |
| HD | mroute6.c | 107 struct mf6c mfc; in mroute6pr() local 174 kread((u_long)mfcp, (char *)&mfc, sizeof(mfc)); in mroute6pr() 189 routename(sin6tosa(&mfc.mf6c_origin), in mroute6pr() 192 routename(sin6tosa(&mfc.mf6c_mcastgrp), in mroute6pr() 195 (uintmax_t)mfc.mf6c_pkt_cnt); in mroute6pr() 197 for (waitings = 0, rtep = mfc.mf6c_stall; rtep; ) { in mroute6pr() 205 if (mfc.mf6c_parent == MF6C_INCOMPLETE_PARENT) in mroute6pr() 208 xo_emit(" {:parent/%3d} ", mfc.mf6c_parent); in mroute6pr() 211 if (IF_ISSET(mifi, &mfc.mf6c_ifset)) in mroute6pr() 217 mfcp = mfc.mf6c_next; in mroute6pr()
|
| HD | mroute.c | 78 static void print_mfc(struct mfc *, int, int *); 169 print_mfc(struct mfc *m, int maxvif, int *banner_printed) in print_mfc() 234 struct mfc *m; in mroutepr() 330 struct mfc *mfctable; in mroutepr() 363 LIST_HEAD(, mfc) *mfchashtbl; in mroutepr() 365 struct mfc mfc; in mroutepr() local 385 kread((u_long)m, (char *)&mfc, sizeof(mfc)); in mroutepr()
|
| /freebsd-13-stable/sys/netinet/ |
| HD | ip_mroute.c | 169 VNET_DEFINE_STATIC(LIST_HEAD(mfchashhdr, mfc)*, mfchashtbl); 330 static void expire_mfc(struct mfc *); 336 static int ip_mdq(struct mbuf *, struct ifnet *, struct mfc *, vifi_t); 338 static __inline struct mfc * 344 struct mbuf *, struct mfc *); 346 struct mbuf *, struct mfc *); 348 struct mbuf *, struct mfc *); 379 static __inline struct mfc * 382 struct mfc *rt; in mfc_find() 405 struct mfcctl2 mfc; in X_ip_mrouter_set() local [all …]
|
| HD | ip_mroute.h | 88 struct mfc; 272 struct mfc { struct 273 LIST_ENTRY(mfc) mfc_hash; 330 struct mfc *bm_mfc; /* the corresponding mfc */
|
| /freebsd-13-stable/sys/dev/pccard/ |
| HD | pccard_cis.c | 130 } mfc[256 / 5]; in pccard_scan_cis() local 352 howmany(sizeof mfc, sizeof mfc[0])) in pccard_scan_cis() 357 mfc[i].common = in pccard_scan_cis() 362 mfc[i].addr = in pccard_scan_cis() 366 mfc[i].common ? "common" : in pccard_scan_cis() 367 "attr", mfc[i].addr)); in pccard_scan_cis() 429 rid, mfc[mfc_index].common ? in pccard_scan_cis() 434 tuple.mult = mfc[mfc_index].common ? 1 : 2; in pccard_scan_cis() 435 tuple.ptr = mfc[mfc_index].addr; in pccard_scan_cis()
|
| /freebsd-13-stable/sys/contrib/device-tree/src/arm/ |
| HD | exynos5800.dtsi | 151 &mfc { 152 compatible = "samsung,mfc-v8";
|
| HD | exynos-mfc-reserved-memory.dtsi | 30 &mfc {
|
| HD | exynos4412-smdk4412.dts | 14 #include "exynos-mfc-reserved-memory.dtsi"
|
| HD | s5pv210.dtsi | 490 mfc: codec@f1700000 { label 491 compatible = "samsung,mfc-v5"; 496 clock-names = "sclk_mfc", "mfc";
|
| HD | exynos4210-smdkv310.dts | 17 #include "exynos-mfc-reserved-memory.dtsi"
|
| HD | exynos4412-itop-scp-core.dtsi | 18 #include "exynos-mfc-reserved-memory.dtsi" 467 &mfc {
|
| HD | exynos3250.dtsi | 488 mfc: codec@13400000 { label 489 compatible = "samsung,mfc-v7"; 492 clock-names = "mfc", "sclk_mfc";
|
| HD | exynos4210-origen.dts | 18 #include "exynos-mfc-reserved-memory.dtsi"
|
| HD | exynos4.dtsi | 438 mfc: codec@13400000 { label 439 compatible = "samsung,mfc-v5"; 444 clock-names = "mfc", "sclk_mfc";
|
| HD | exynos5250.dtsi | 300 mfc: codec@11000000 { label 301 compatible = "samsung,mfc-v6"; 306 clock-names = "mfc";
|
| HD | exynos5260.dtsi | 123 compatible = "samsung,exynos5260-clock-mfc";
|
| HD | exynos5420.dtsi | 193 mfc: codec@11000000 { label 194 compatible = "samsung,mfc-v7"; 198 clock-names = "mfc";
|
| HD | exynos4412-origen.dts | 16 #include "exynos-mfc-reserved-memory.dtsi"
|
| HD | exynos4412-odroid-common.dtsi | 13 #include "exynos-mfc-reserved-memory.dtsi"
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/clock/ |
| HD | exynos5260-clock.txt | 58 7) "samsung,exynos5260-clock-mfc" 115 Input clocks for mfc clock controller: 172 compatible = "samsung,exynos5260-clock-mfc";
|
| HD | exynos5433-clock.txt | 42 - "samsung,exynos5433-cmu-mfc" - clock controller compatible for CMU_MFC 145 Input clocks for mfc clock controller: 409 compatible = "samsung,exynos5433-cmu-mfc";
|
| /freebsd-13-stable/sys/netinet6/ |
| HD | ip6_mroute.c | 1311 struct mf6c *mfc, **nptr; in expire_upcalls() local 1320 while ((mfc = *nptr) != NULL) { in expire_upcalls() 1321 rte = mfc->mf6c_stall; in expire_upcalls() 1328 mfc->mf6c_expire != 0 && in expire_upcalls() 1329 --mfc->mf6c_expire == 0) { in expire_upcalls() 1331 ip6_sprintf(ip6bufo, &mfc->mf6c_origin.sin6_addr), in expire_upcalls() 1332 ip6_sprintf(ip6bufg, &mfc->mf6c_mcastgrp.sin6_addr)); in expire_upcalls() 1346 *nptr = mfc->mf6c_next; in expire_upcalls() 1347 free(mfc, M_MRTABLE6); in expire_upcalls() 1349 nptr = &mfc->mf6c_next; in expire_upcalls()
|
| /freebsd-13-stable/tools/tools/git/ |
| HD | git-svn-rebase | 42 for i in $(git branch --no-merge | grep -v stable/ | grep -v mfc); do
|
| /freebsd-13-stable/sys/contrib/device-tree/src/arm64/exynos/ |
| HD | exynos5433.dtsi | 477 compatible = "samsung,exynos5433-cmu-mfc"; 1165 mfc: codec@152e0000 { label 1166 compatible = "samsung,exynos5433-mfc";
|