Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/arm64/dev/
H A Dsmmu_fdt.c63 struct smmu_fdt_softc *fsc = (struct smmu_fdt_softc *)self; in smmu_fdt_attach() local
64 struct smmu_softc *sc = &fsc->sc_smmu; in smmu_fdt_attach()
117 fsc->sc_id.id_node = faa->fa_node; in smmu_fdt_attach()
118 fsc->sc_id.id_cookie = fsc; in smmu_fdt_attach()
119 fsc->sc_id.id_map = smmu_fdt_map; in smmu_fdt_attach()
120 fsc->sc_id.id_reserve = smmu_fdt_reserve; in smmu_fdt_attach()
121 iommu_device_register(&fsc->sc_id); in smmu_fdt_attach()
127 struct smmu_fdt_softc *fsc = (struct smmu_fdt_softc *)cookie; in smmu_fdt_map() local
128 struct smmu_softc *sc = &fsc->sc_smmu; in smmu_fdt_map()
137 struct smmu_fdt_softc *fsc = (struct smmu_fdt_softc *)cookie; in smmu_fdt_reserve() local
[all …]
/openbsd-src/sys/dev/fdt/
H A Dif_dwqe_fdt.c97 struct dwqe_fdt_softc *fsc = (void *)self; in dwqe_fdt_attach() local
98 struct dwqe_softc *sc = &fsc->sc_sc; in dwqe_fdt_attach()
120 fsc->sc_gmac_id = 0; in dwqe_fdt_attach()
125 fsc->sc_gmac_id = 1; in dwqe_fdt_attach()
132 printf(" gmac %d", fsc->sc_gmac_id); in dwqe_fdt_attach()
188 dwqe_setup_rk3568(fsc); in dwqe_fdt_attach()
190 dwqe_setup_rk3588(fsc); in dwqe_fdt_attach()
275 fsc->sc_ifd.if_node = faa->fa_node; in dwqe_fdt_attach()
276 fsc->sc_ifd.if_ifp = ifp; in dwqe_fdt_attach()
277 if_register(&fsc->sc_ifd); in dwqe_fdt_attach()
[all …]
H A Ddwiic_fdt.c66 struct dwiic_fdt_softc *fsc = (struct dwiic_fdt_softc *)self; in dwiic_fdt_attach() local
67 struct dwiic_softc *sc = &fsc->sc_sc; in dwiic_fdt_attach()
75 fsc->sc_node = faa->fa_node; in dwiic_fdt_attach()
86 dwiic_fdt_calc_timings(fsc); in dwiic_fdt_attach()
115 iba.iba_bus_scan_arg = &fsc->sc_node; in dwiic_fdt_attach()
120 dwiic_fdt_calc_timings(struct dwiic_fdt_softc *fsc) in dwiic_fdt_calc_timings() argument
122 struct dwiic_softc *sc = &fsc->sc_sc; in dwiic_fdt_calc_timings()
126 freq = clock_get_frequency(fsc->sc_node, NULL); in dwiic_fdt_calc_timings()
130 sda_hold = OF_getpropint(fsc->sc_node, "i2c-sda-hold-time-ns", 300); in dwiic_fdt_calc_timings()
131 sda_fall = OF_getpropint(fsc->sc_node, "i2c-sda-falling-time-ns", 300); in dwiic_fdt_calc_timings()
[all …]
/openbsd-src/sys/net/
H A Dhfsc.c620 struct hfsc_sc *fsc, struct hfsc_sc *usc, struct hfsc_class *parent, in hfsc_purge()
650 if (fsc != NULL && (fsc->m1 != 0 || fsc->m2 != 0)) { in hfsc_class_create()
652 hfsc_sc2isc(fsc, cl->cl_fsc); in hfsc_class_create()
1657 sp->fsc.m1 = sm2m(cl->cl_fsc->sm1); in hfsc_getclstats()
1658 sp->fsc.d = dx2d(cl->cl_fsc->dx); in hfsc_getclstats()
1659 sp->fsc.m2 = sm2m(cl->cl_fsc->sm2); in hfsc_getclstats()
1661 sp->fsc.m1 = 0; in hfsc_getclstats()
1662 sp->fsc in hfsc_getclstats()
629 hfsc_class_create(struct hfsc_if * hif,struct hfsc_sc * rsc,struct hfsc_sc * fsc,struct hfsc_sc * usc,struct hfsc_class * parent,int qlimit,int flags,int qid) hfsc_class_create() argument
[all...]
H A Dhfsc.h75 struct hfsc_sc fsc; member
/openbsd-src/usr.sbin/snmpd/
H A Dmib.h1068 { MIBDECL(fsc) }, \
/openbsd-src/usr.bin/snmp/
H A Dmib.h1113 { MIBDECL(fsc) }, \