Home
last modified time | relevance | path

Searched full:fpd (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dlvds-codec.yaml28 Those devices have been marketed under the FPD-Link and FlatLink brand names
36 - ti,ds90c185 # For the TI DS90C185 FPD-Link Serializer
37 - ti,ds90c187 # For the TI DS90C187 FPD-Link Serializer
42 - ti,ds90cf364a # For the DS90CF364A FPD-Link LVDS Receiver
43 - ti,ds90cf384a # For the DS90CF384A FPD-Link LVDS Receiver
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp254 dbgs() << "++ | Last FPd cycle index: " << LastFPdOpCycleIdx << "\n"; in dumpState()
299 // Don't handle FPd together with the other resources. in EmitInstruction()
319 // Make note of an instruction that uses a blocking resource (FPd). in EmitInstruction()
322 LLVM_DEBUG(dbgs() << "++ Last FPd cycle index: " << LastFPdOpCycleIdx in EmitInstruction()
373 // If this is the first FPd op, it should be scheduled high. in isFPdOpPreferred_distance()
377 // of the processor to use the other FPd unit there. This should in isFPdOpPreferred_distance()
378 // generally happen if two FPd ops are placed with 2 other in isFPdOpPreferred_distance()
394 // For a FPd op, either return min or max value as indicated by the in resourcesCost()
395 // distance to any prior FPd op. in resourcesCost()
460 // FPd in copyState()
[all...]
H A DSystemZHazardRecognizer.h88 /// when a stalling operation is scheduled (which uses the FPd resource).
102 /// With the goal of alternating processor sides for stalling (FPd)
103 /// ops, return true if it seems good to schedule an FPd op next.
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c828 ctf_file_t *fpd; in ctf_add_array() local
833 fpd = fp; in ctf_add_array()
834 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_add_array()
838 fpd = fp; in ctf_add_array()
839 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_add_array()
858 ctf_file_t *fpd; in ctf_set_array() local
868 fpd = fp; in ctf_set_array()
869 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_set_array()
873 fpd = fp; in ctf_set_array()
874 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_set_array()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dxlnx,zynqmp-ams.yaml37 |8 |FPD temperature measurement (REMOTE). |Temperature
39 |10 |VCC PS FPD voltage measurement (supply2). |Voltage
57 |27 |FPD Internal voltage measurement, VCC_PSINTFP (supply5). |Voltage
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dst,stm32mp25-lvds.yaml19 - LVDS host: handles the LVDS protocol (FPD / OpenLDI) and maps its input
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dlvds.yaml27 FPD-Link and FlatLink brands.
/freebsd/share/doc/usd/07.mail/
H A Dmail9.nr124 keepsave binary Don't delete \fBsave\fPd messages by default
/freebsd/secure/caroot/trusted/
H A DNetLock_Arany__Class_Gold__F__tan__s__tv__ny.pem84 AZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAkH3B5r9s5
/freebsd/tools/tools/dmardump/
H A Ddmardump.c127 printf(" FPD"); in dump_context_table()
/freebsd/share/doc/usd/12.vi/summary/
H A Dvi.summary457 "\fIx\fPd delete into buffer \fIx\fP
/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c1522 double un, fpd, res; in fpassists() local
1527 fpd = fp->vals[pos] * 1.0; in fpassists()
1530 fpd = fp->sum * 1.0; in fpassists()
1533 res = fpd/un; in fpassists()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c7888 zfsdev_state_t *zs, *fpd; in zfsdev_getminor() local
7892 fpd = zfs_file_private(fp); in zfsdev_getminor()
7893 if (fpd == NULL) in zfsdev_getminor()
7903 if (fpd == zs) { in zfsdev_getminor()
7904 *minorp = fpd->zs_minor; in zfsdev_getminor()
/freebsd/share/doc/smm/01.setup/
H A D2.t553 \fB#\fP \fIdisklabel -r -e /dev/r\fBXX#\fPd
/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c1698 /* ignore FPD bit 31 */ in e82545_write_register()