Home
last modified time | relevance | path

Searched refs:Q1 (Results 1 – 22 of 22) sorted by relevance

/linux/arch/m68k/fpsp040/
H A Dstan.S34 | V = 1 + s*(Q1 + s*(Q2 + s*(Q3 + s*Q4))), s = r*r.
40 | V = 1 + s*(Q1 + s*(Q2 + s*(Q3 + s*Q4))), s = r*r,
235 faddx TANQ1,%fp3 | ...Q1+S(Q2+S(Q3+SQ4))
238 fmulx %fp3,%fp1 | ...S(Q1+S(Q2+S(Q3+SQ4)))
244 fadds #0x3F800000,%fp1 | ...1+S(Q1+...)
273 faddx TANQ1,%fp3 | ...Q1+S(Q2+S(Q3+SQ4))
276 fmulx %fp3,%fp0 | ...S(Q1+S(Q2+S(Q3+SQ4)))
280 fadds #0x3F800000,%fp0 | ...1+S(Q1+...)
/linux/Documentation/devicetree/bindings/sound/
H A Dti,tas6424.txt22 https://www.ti.com/product/TAS6424-Q1
H A Dtas5720.txt9 https://www.ti.com/product/TAS5720A-Q1
/linux/arch/arm/boot/dts/allwinner/
H A Dsun6i-a31s-colorfly-e708-q1.dts48 model = "Colorfly E708 Q1 tablet";
H A Dsun8i-v3s-netcube-kumquat.dts197 "LED_SYS0", "I1", "Q1", "Q2",
/linux/arch/arm/boot/dts/ti/omap/
H A Ddra76-evm.dts73 /* Output of Cntlr B of TPS43351-Q1 on dra76-evm */
94 /* Output of Cntlr A of TPS43351-Q1 on dra76-evm */
H A Ddra7-evm.dts99 /* Output of Cntlr A of TPS43351-Q1 on dra7-evm */
110 /* Output of Cntlr B of TPS43351-Q1 on dra7-evm */
/linux/Documentation/spi/
H A Dspi-lm70llp.rst65 transistor Q1 (and also a pullup, and a zener diode to D7); while the
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am625-sk-common.dtsi44 /* output of LM61460-Q1 */
H A Dk3-am62-lp-sk.dts46 /* output of LM61460-Q1 */
H A Dk3-am62l3-evm.dts89 /* output of LM61460-Q1 */
H A Dk3-am62a7-sk.dts112 /* output of LM5141-Q1 */
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-tyan-s8036.dts443 /*Q1*/ "",
H A Daspeed-bmc-tyan-s7106.dts503 /*Q1*/ "",
/linux/arch/arm/boot/dts/st/
H A Dstm32mp15xx-dhcor-avenger96.dtsi21 /* XTal Q1 */
/linux/Documentation/arch/s390/
H A Dvfio-ccw.rst362 - Q1-Q7: QEMU side process.
365 Q1.
/linux/Documentation/networking/device_drivers/ethernet/dlink/
H A Ddl2k.rst290 Q1. Source files contain ^ M behind every line.
/linux/drivers/media/dvb-frontends/
H A Ddrxk_hard.c161 u32 Q1 = 0; in Frac28a() local
165 Q1 = a / c; /* in Frac28a()
172 Q1 = (Q1 << 4) | (R0 / c); in Frac28a()
177 Q1++; in Frac28a()
179 return Q1; in Frac28a()
/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c1064 u32 Q1 = 0; in frac28() local
1068 Q1 = N / D; /* integer part, only the 4 least significant bits in frac28()
1073 Q1 = (Q1 << 4) | R0 / D; in frac28()
1078 Q1++; in frac28()
1080 return Q1; in frac28()
/linux/Documentation/admin-guide/media/
H A Dgspca-cardlist.rst325 vc032x 0ac8:c301 Samsung Q1 Ultra Premium
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Dixgbe.rst118 - Intel(R) Ethernet Converged Network Adapter X520-Q1 only supports the optics
/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S5635 # V = 1 + s*(Q1 + s*(Q2 + s*(Q3 + s*Q4))), s = r*r. #
5641 # V = 1 + s*(Q1 + s*(Q2 + s*(Q3 + s*Q4))), s = r*r, #
5821 fadd.x TANQ1(%pc),%fp3 # Q1+S(Q2+S(Q3+SQ4))
5824 fmul.x %fp3,%fp1 # S(Q1+S(Q2+S(Q3+SQ4)))
5828 fadd.s &0x3F800000,%fp1 # 1+S(Q1+...)
5858 fadd.x TANQ1(%pc),%fp3 # Q1+S(Q2+S(Q3+SQ4))
5861 fmul.x %fp3,%fp0 # S(Q1+S(Q2+S(Q3+SQ4)))
5864 fadd.s &0x3F800000,%fp0 # 1+S(Q1+...)