Home
last modified time | relevance | path

Searched full:dqs (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/devfreq/
H A Drk3399_dmc.txt94 the PHY side DQ line (including DQS/DQ/DM line)
120 the PHY side DQ line (including DQS/DQ/DM line)
137 the DRAM side ODT on DQS/DQ line strength in ohms.
153 the PHY side DQ line (including DQS/DQ/DM line)
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dnvidia,tegra20-sdhci.txt86 - nvidia,dqs-trim : Specify DQS trim value for HS400 timing
103 - The DQS trim values are only used on controllers which support
H A Dnvidia,tegra20-sdhci.yaml100 The DQS trim values are only used on controllers which support HS400
108 nvidia,dqs-trim:
109 description: Specify DQS trim value for HS400 timing.
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml163 (including DQS/DQ/DM line) drive strength.
211 (including DQS/DQ/DM line) drive strength.
242 DQS/DQ line strength in ohms.
274 (including DQS/DQ/DM line) drive strength.
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ddr/
H A Djedec,lpddr2-timings.yaml35 DQS output data access time from CK_t/CK_c in pico seconds.
40 DQS output data access time from CK_t/CK_c, temperature de-rated, in pico
H A Djedec,lpddr3.yaml59 DQS output data access time from CK_t/CK_c in terms of number of clock
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/
H A Dzynqmp-zc1751-xm016-dc2.dts378 mux-dqs {
383 conf-dqs {
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx93-tqma9352.dtsi55 * no DQS, RXCLKSRC internal loop back, max 66 MHz
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedTSV110.td530 def : InstRW<[TSV110Wr_5cyc_1LdSt, WriteLDHi], (instregex "^LDN?P[DQS]i")>;
531 def : InstRW<[WriteAdr, TSV110Wr_5cyc_1LdSt, WriteLDHi], (instregex "^LDP[DQS](post|pre)")>;
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra30-colibri.dtsi632 gmi-dqs-pi2 {
H A Dtegra114-asus-tf701t.dts971 gmi-dqs-p {
/freebsd/usr.sbin/mptutil/
H A Dmpt_config.c667 while ((ch = getopt(ac, av, "dqs:v")) != -1) { in create_volume()
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3128.dtsi1143 flash_dqs: flash-dqs {
/freebsd/sys/ufs/ufs/
H A Dufs_quota.c1150 * _all_ dqs.
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra210.dtsi1292 nvidia,dqs-trim = <40>;
H A Dtegra186.dtsi954 nvidia,dqs-trim = <63>;
H A Dtegra194.dtsi1126 nvidia,dqs-trim = <40>;
H A Dtegra234.dtsi3096 nvidia,dqs-trim = <40>;
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Dpx30.dtsi2073 flash_dqs: flash-dqs {
/freebsd/contrib/sqlite3/
H A Dsqlite3.c22550 "DQS=" CTIMEOPT_VAL(SQLITE_DQS),
117800 int bNoDQS /* Do not allow DQS in the schema */
119750 /* Function: sqlite_rename_test(DB,SQL,TYPE,NAME,ISTEMP,WHEN,DQS)
119764 ** 6: True to disable the DQS quirk when parsing SQL.