Home
last modified time | relevance | path

Searched full:m1 (Results 1 – 25 of 685) sorted by relevance

12345678910>>...28

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_fw_defs.h17 (IRO[151].base + ((assertListEntry) * IRO[151].m1))
19 (IRO[157].base + (((pfId)>>1) * IRO[157].m1) + (((pfId)&1) * \
22 (IRO[158].base + (((pfId)>>1) * IRO[158].m1) + (((pfId)&1) * \
25 (IRO[163].base + ((funcId) * IRO[163].m1))
27 (IRO[153].base + ((funcId) * IRO[153].m1))
29 (IRO[143].base + ((hcIndex) * IRO[143].m1) + ((sbId) * IRO[143].m2))
31 (IRO[142].base + (((hcIndex)>>2) * IRO[142].m1) + (((hcIndex)&3) \
35 (IRO[324].base + ((pfId) * IRO[324].m1))
37 (IRO[325].base + ((pfId) * IRO[325].m1))
39 (IRO[317].base + ((pfId) * IRO[317].m1) + ((iscsiEqId) * IRO[317].m2))
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4_p.h103 friend QDoubleMatrix4x4 operator+(const QDoubleMatrix4x4& m1, const QDoubleMatrix4x4& m2);
104 friend QDoubleMatrix4x4 operator-(const QDoubleMatrix4x4& m1, const QDoubleMatrix4x4& m2);
105 friend QDoubleMatrix4x4 operator*(const QDoubleMatrix4x4& m1, const QDoubleMatrix4x4& m2);
119 friend inline bool qFuzzyCompare(const QDoubleMatrix4x4& m1, const QDoubleMatrix4x4& m2);
342 double m0, m1, m2; variable
347 m1 = m[0][0] * other.m[1][0]
360 m[1][0] = m1;
367 m1 = m[0][1] * other.m[1][0]
380 m[1][1] = m1;
387 m1 = m[0][2] * other.m[1][0]
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dmmintrin.h76 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
85 /* Pack the two 32-bit values from M1 in to the lower two 16-bit values of
94 /* Copy the 64-bit value from M1 into the lower 32-bits of the result, and
103 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of
112 /* Pack the two 32-bit values from M1 into the lower two 16-bit values of
121 /* Copy the 64-bit value from M1 into the lower 32-bits of the result, and
130 /* Interleave the four 8-bit values from the high half of M1 with the four
138 /* Interleave the two 16-bit values from the high half of M1 with the two
146 /* Interleave the 32-bit value from the high half of M1 with the 32-bit
154 /* Interleave the four 8-bit values from the low half of M1 with the four
[all …]
/OK3568_Linux_fs/u-boot/drivers/pinctrl/rockchip/
H A Dpinctrl-rk3568.c16 …OPGRF(RK_GPIO2, RK_PA1, RK_FUNC_4, 0x0300, RK_GENMASK_VAL(0, 0, 1)), /* CAN0 IO mux selection M1 */
18 …OPGRF(RK_GPIO4, RK_PC3, RK_FUNC_3, 0x0300, RK_GENMASK_VAL(2, 2, 1)), /* CAN1 IO mux selection M1 */
20 …OPGRF(RK_GPIO2, RK_PB2, RK_FUNC_4, 0x0300, RK_GENMASK_VAL(4, 4, 1)), /* CAN2 IO mux selection M1 */
22 …K_GPIO0, RK_PC2, RK_FUNC_2, 0x0300, RK_GENMASK_VAL(6, 6, 1)), /* EDPDP_HPDIN IO mux selection M1 */
24 …PGRF(RK_GPIO4, RK_PA7, RK_FUNC_3, 0x0300, RK_GENMASK_VAL(8, 8, 1)), /* GMAC1 IO mux selection M1 */
26 …F(RK_GPIO0, RK_PC7, RK_FUNC_1, 0x0300, RK_GENMASK_VAL(10, 10, 1)), /* HDMITX IO mux selection M1 */
28 …GRF(RK_GPIO4, RK_PB4, RK_FUNC_1, 0x0300, RK_GENMASK_VAL(14, 14, 1)), /* I2C2 IO mux selection M1 */
30 …OPGRF(RK_GPIO3, RK_PB6, RK_FUNC_4, 0x0304, RK_GENMASK_VAL(0, 0, 1)), /* I2C3 IO mux selection M1 */
32 …OPGRF(RK_GPIO2, RK_PB1, RK_FUNC_2, 0x0304, RK_GENMASK_VAL(2, 2, 1)), /* I2C4 IO mux selection M1 */
34 …OPGRF(RK_GPIO4, RK_PD0, RK_FUNC_2, 0x0304, RK_GENMASK_VAL(4, 4, 1)), /* I2C5 IO mux selection M1 */
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/cpp03/preprocessed/
H A Dvector10.hpp206 : m0() , m1() {} in vector_data2()
216 : m0(std::forward<U0>( arg0)) , m1(std::forward<U1>( arg1)) {} in vector_data2()
220 : m0(std::forward<T0>( other.m0)) , m1(std::forward<T1>( other.m1)) {} in vector_data2()
228 : m0(arg0) , m1(arg1) {} in vector_data2()
232 : m0(other.m0) , m1(other.m1) {} in vector_data2()
237 this->m0 = vec.m0; this->m1 = vec.m1; in operator =()
266 T0 m0; T1 m1; member
315 this->m0 = std::forward< T0>(vec.m0); this->m1 = std::forward< T1>(vec.m1); in operator =()
326 : base_type(vec.m0 , vec.m1) {} in vector2()
352 this->m0 = vec.m0; this->m1 = vec.m1; in operator =()
[all …]
H A Dvector20.hpp19 : m0() , m1() , m2() , m3() , m4() , m5() , m6() , m7() , m8() , m9() , m10() {} in vector_data11()
29 …: m0(std::forward<U0>( arg0)) , m1(std::forward<U1>( arg1)) , m2(std::forward<U2>( arg2)) , m3(std… in vector_data11()
33 …: m0(std::forward<T0>( other.m0)) , m1(std::forward<T1>( other.m1)) , m2(std::forward<T2>( other.m… in vector_data11()
41 …: m0(arg0) , m1(arg1) , m2(arg2) , m3(arg3) , m4(arg4) , m5(arg5) , m6(arg6) , m7(arg7) , m8(arg8)… in vector_data11()
45 …: m0(other.m0) , m1(other.m1) , m2(other.m2) , m3(other.m3) , m4(other.m4) , m5(other.m5) , m6(oth… in vector_data11()
50 …this->m0 = vec.m0; this->m1 = vec.m1; this->m2 = vec.m2; this->m3 = vec.m3; this->m4 = vec.m4; thi… in operator =()
79 T0 m0; T1 m1; T2 m2; T3 m3; T4 m4; T5 m5; T6 m6; T7 m7; T8 m8; T9 m9; T10 m10; member
128 …this->m0 = std::forward< T0>(vec.m0); this->m1 = std::forward< T1>(vec.m1); this->m2 = std::forwar… in operator =()
139 …: base_type(vec.m0 , vec.m1 , vec.m2 , vec.m3 , vec.m4 , vec.m5 , vec.m6 , vec.m7 , vec.m8 , vec.m… in vector11()
165 …this->m0 = vec.m0; this->m1 = vec.m1; this->m2 = vec.m2; this->m3 = vec.m3; this->m4 = vec.m4; thi… in operator =()
[all …]
/OK3568_Linux_fs/u-boot/board/ti/dra7xx/
H A Dmux_data.h44 {GPMC_A13, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a13.qspi1_rtclk */
45 {GPMC_A14, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a14.qspi1_d3 */
46 {GPMC_A15, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a15.qspi1_d2 */
47 {GPMC_A16, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a16.qspi1_d0 */
48 {GPMC_A17, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a17.qspi1_d1 */
49 {GPMC_A18, (M1 | PIN_INPUT_PULLDOWN | MANUAL_MODE)}, /* gpmc_a18.qspi1_sclk */
50 {GPMC_A19, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a19.mmc2_dat4 */
51 {GPMC_A20, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a20.mmc2_dat5 */
52 {GPMC_A21, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a21.mmc2_dat6 */
53 {GPMC_A22, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a22.mmc2_dat7 */
[all …]
/OK3568_Linux_fs/u-boot/board/compulab/cl-som-am57x/
H A Dmux.c54 {GPMC_A13, (IEN | PEN | M1)}, /* GPMC_A13.QSPI1_RTCLK */
55 {GPMC_A18, (IEN | PEN | M1)}, /* GPMC_A18.QSPI1_SCLK */
56 {GPMC_A16, (IEN | PEN | M1)}, /* GPMC_A16.QSPI1_D0 */
57 {GPMC_A17, (IEN | PEN | M1)}, /* GPMC_A17.QSPI1_D1 */
58 {GPMC_CS2, (IEN | PDIS | PTU | M1)}, /* GPMC_CS2.QSPI1_CS0 */
69 {GPMC_A19, (IEN | PDIS | PTU | M1)}, /* GPMC_A19.MMC2_DAT4 */
70 {GPMC_A20, (IEN | PDIS | PTU | M1)}, /* GPMC_A20.MMC2_DAT5 */
71 {GPMC_A21, (IEN | PDIS | PTU | M1)}, /* GPMC_A21.MMC2_DAT6 */
72 {GPMC_A22, (IEN | PDIS | PTU | M1)}, /* GPMC_A22.MMC2_DAT7 */
73 {GPMC_A23, (IEN | PDIS | PTU | M1)}, /* GPMC_A23.MMC2_CLK */
[all …]
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscanfill.h73 #define BRESINITPGON(dy, x1, x2, xStart, d, m, m1, incr1, incr2) { \ argument
85 m1 = m - 1; \
86 incr1 = -2 * dx + 2 * (dy) * m1; \
91 m1 = m + 1; \
92 incr1 = 2 * dx - 2 * (dy) * m1; \
99 #define BRESINCRPGON(d, minval, m, m1, incr1, incr2) { \ argument
100 if (m1 > 0) { \
102 minval += m1; \
111 minval += m1; \
131 int m, m1; /* slope and slope+1 */ member
[all …]
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Di2c-topology.rst132 '--------' | | mux M1 |--. .--------.
141 2. M1 locks muxes on its parent (the root adapter in this case).
142 3. M1 calls ->select to ready the mux.
143 4. M1 (presumably) does some I2C transfers as part of its select.
146 5. M1 feeds the I2C transfer from step 1 to its parent adapter as a
148 6. M1 calls ->deselect, if it has one.
150 8. M1 unlocks muxes on its parent.
192 '--------' | | mux M1 |--. .--------.
201 2. M1 locks muxes on its parent (the root adapter in this case).
202 3. M1 locks its parent adapter.
[all …]
/OK3568_Linux_fs/buildroot/configs/
H A Dbananapi_m1_plus_defconfig4 BR2_GLOBAL_PATCH_DIR="board/sinovoip/m1-plus/patches"
10 BR2_ROOTFS_OVERLAY="board/sinovoip/m1-plus/rootfs_overlay"
11 BR2_ROOTFS_POST_BUILD_SCRIPT="board/sinovoip/m1-plus/post-build.sh"
13 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/sinovoip/m1-plus/genimage.cfg"
18 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/sinovoip/m1-plus/linux-wifi.fragment"
20 BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun7i-a20-bananapi-m1-plus"
45 BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/sinovoip/m1-plus/boot.cmd"
H A Dfriendlyarm_nanopi_m1_defconfig10 BR2_TARGET_GENERIC_HOSTNAME="nanopi-m1"
11 BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the NanoPi M1"
25 BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/friendlyarm/nanopi-m1/boot.cmd"
33 BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h3-nanopi-m1"
39 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/friendlyarm/nanopi-m1/genimage.cfg"
H A Dfriendlyarm_nanopi_m1_plus_defconfig10 BR2_TARGET_GENERIC_HOSTNAME="nanopi-m1-plus"
11 BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the NanoPi M1 Plus"
25 BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/friendlyarm/nanopi-m1-plus/boot.cmd"
33 BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h3-nanopi-m1-plus"
39 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/friendlyarm/nanopi-m1-plus/genimage.cfg"
/OK3568_Linux_fs/u-boot/board/ti/sdp4430/
H A Dsdp4430_mux_data.h17 {GPMC_AD0, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat0 */
18 {GPMC_AD1, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat1 */
19 {GPMC_AD2, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat2 */
20 {GPMC_AD3, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat3 */
21 {GPMC_AD4, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat4 */
22 {GPMC_AD5, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat5 */
23 {GPMC_AD6, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat6 */
24 {GPMC_AD7, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat7 */
25 {GPMC_NOE, (PTU | IEN | OFF_EN | OFF_OUT_PTD | M1)}, /* sdmmc2_clk */
26 {GPMC_NWE, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_cmd */
/OK3568_Linux_fs/u-boot/board/amazon/kc1/
H A Dkc1.h22 { GPMC_AD0, (IEN | PTU | M1) }, /* sdmmc2_dat0 */
23 { GPMC_AD1, (IEN | PTU | M1) }, /* sdmmc2_dat1 */
24 { GPMC_AD2, (IEN | PTU | M1) }, /* sdmmc2_dat2 */
25 { GPMC_AD3, (IEN | PTU | M1) }, /* sdmmc2_dat3 */
26 { GPMC_AD4, (IEN | PTU | M1) }, /* sdmmc2_dat4 */
27 { GPMC_AD5, (IEN | PTU | M1) }, /* sdmmc2_dat5 */
28 { GPMC_AD6, (IEN | PTU | M1) }, /* sdmmc2_dat6 */
29 { GPMC_AD7, (IEN | PTU | M1) }, /* sdmmc2_dat7 */
30 { GPMC_NOE, (IEN | PTU | M1) }, /* sdmmc2_clk */
31 { GPMC_NWE, (IEN | PTU | M1) }, /* sdmmc2_cmd */
/OK3568_Linux_fs/u-boot/board/ti/panda/
H A Dpanda_mux_data.h18 {GPMC_AD0, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat0 */
19 {GPMC_AD1, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat1 */
20 {GPMC_AD2, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat2 */
21 {GPMC_AD3, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat3 */
22 {GPMC_AD4, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat4 */
23 {GPMC_AD5, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat5 */
24 {GPMC_AD6, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat6 */
25 {GPMC_AD7, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_dat7 */
26 {GPMC_NOE, (PTU | IEN | OFF_EN | OFF_OUT_PTD | M1)}, /* sdmmc2_clk */
27 {GPMC_NWE, (PTU | IEN | OFF_EN | OFF_PD | OFF_IN | M1)}, /* sdmmc2_cmd */
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dnv40.c64 int M1 = (coef & 0x000000ff) >> 0; in read_pll_2() local
68 if ((ctrl & 0x80000000) && M1) { in read_pll_2()
69 khz = ref * N1 / M1; in read_pll_2()
125 int *N1, int *M1, int *N2, int *M2, int *log2P) in nv40_clk_calc_pll() argument
138 ret = nv04_pll_calc(subdev, &pll, khz, N1, M1, N2, M2, log2P); in nv40_clk_calc_pll()
151 int N1, M1, N2, M2, log2P; in nv40_clk_calc() local
156 &N1, &M1, &N2, &M2, &log2P); in nv40_clk_calc()
162 clk->npll_coef = (N1 << 8) | M1; in nv40_clk_calc()
165 clk->npll_coef = (N2 << 24) | (M2 << 16) | (N1 << 8) | M1; in nv40_clk_calc()
171 &N1, &M1, NULL, NULL, &log2P); in nv40_clk_calc()
[all …]
H A Dpllnv04.c151 int M1, N1, M2, N2, log2P; in getMNP_double() local
164 for (M1 = minM1; M1 <= maxM1; M1++) { in getMNP_double()
165 if (crystal/M1 < minU1) in getMNP_double()
167 if (crystal/M1 > maxU1) in getMNP_double()
171 calcclk1 = crystal * N1 / M1; in getMNP_double()
212 *pM1 = M1; in getMNP_double()
228 int *N1, int *M1, int *N2, int *M2, int *P) in nv04_pll_calc() argument
233 ret = getMNP_single(subdev, info, freq, N1, M1, P); in nv04_pll_calc()
239 ret = getMNP_double(subdev, info, freq, N1, M1, N2, M2, P); in nv04_pll_calc()
/OK3568_Linux_fs/buildroot/board/sinovoip/m1-plus/patches/linux/
H A D0001-ARM-dts-sun7i-bananapi-m1-plus-Disable-OOB-IRQ-for-b.patch4 Subject: [PATCH] ARM: dts: sun7i: bananapi-m1-plus: Disable OOB IRQ for brcm
12 arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts | 11 ++++++++---
15 diff --git a/arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts b/arch/arm/boot/dts/sun7i-a20-bananap…
17 --- a/arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts
18 +++ b/arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_post_csc.c1118 const struct rk_pq_csc_coef *m1) in csc_matrix_multiply() argument
1120 dst->csc_coef00 = m0->csc_coef00 * m1->csc_coef00 + in csc_matrix_multiply()
1121 m0->csc_coef01 * m1->csc_coef10 + in csc_matrix_multiply()
1122 m0->csc_coef02 * m1->csc_coef20; in csc_matrix_multiply()
1124 dst->csc_coef01 = m0->csc_coef00 * m1->csc_coef01 + in csc_matrix_multiply()
1125 m0->csc_coef01 * m1->csc_coef11 + in csc_matrix_multiply()
1126 m0->csc_coef02 * m1->csc_coef21; in csc_matrix_multiply()
1128 dst->csc_coef02 = m0->csc_coef00 * m1->csc_coef02 + in csc_matrix_multiply()
1129 m0->csc_coef01 * m1->csc_coef12 + in csc_matrix_multiply()
1130 m0->csc_coef02 * m1->csc_coef22; in csc_matrix_multiply()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/bcm63xx/
H A Dcpu.c164 unsigned int tmp, n1, n2, m1; in detect_cpu_clock() local
170 m1 = (tmp & MIPSPLLCTL_M1CPU_MASK) >> MIPSPLLCTL_M1CPU_SHIFT; in detect_cpu_clock()
173 m1 += 1; in detect_cpu_clock()
174 return (16 * 1000000 * n1 * n2) / m1; in detect_cpu_clock()
179 unsigned int tmp, n1, n2, m1; in detect_cpu_clock() local
185 m1 = (tmp & DMIPSPLLCFG_M1_MASK) >> DMIPSPLLCFG_M1_SHIFT; in detect_cpu_clock()
186 return (16 * 1000000 * n1 * n2) / m1; in detect_cpu_clock()
227 unsigned int tmp, p1, p2, ndiv, m1; in detect_cpu_clock() local
242 m1 = (tmp & DMIPSPLLDIV_6368_MDIV_MASK) >> in detect_cpu_clock()
245 return (((64 * 1000000) / p1) * p2 * ndiv) / m1; in detect_cpu_clock()
/OK3568_Linux_fs/buildroot/board/bananapi/bananapi-m1/
H A Dreadme.txt5 buildroot environment for the Bananapi M1. With the current configuration
8 Bananapi M1 link:
9 http://www.banana-pi.org/m1.html
12 https://openedev.amarulasolutions.com/display/ODWIKI/Bananapi+M1
36 Insert the micro SDcard in your Bananapi M1 and power it up. The console
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dmsr.c64 struct msr m, m1; in __flip_bit() local
74 m1 = m; in __flip_bit()
76 m1.q |= BIT_64(bit); in __flip_bit()
78 m1.q &= ~BIT_64(bit); in __flip_bit()
80 if (m1.q == m.q) in __flip_bit()
83 err = msr_write(msr, &m1); in __flip_bit()
/OK3568_Linux_fs/u-boot/board/ti/am57xx/
H A Dmux_data.h51 {GPMC_A19, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a19.mmc2_dat4 */
52 {GPMC_A20, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a20.mmc2_dat5 */
53 {GPMC_A21, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a21.mmc2_dat6 */
54 {GPMC_A22, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a22.mmc2_dat7 */
55 {GPMC_A23, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a23.mmc2_clk */
56 {GPMC_A24, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a24.mmc2_dat0 */
57 {GPMC_A25, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a25.mmc2_dat1 */
58 {GPMC_A26, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a26.mmc2_dat2 */
59 {GPMC_A27, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_a27.mmc2_dat3 */
60 {GPMC_CS1, (M1 | PIN_INPUT_PULLUP)}, /* gpmc_cs1.mmc2_cmd */
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dudivmodti4.c159 _FP_W_TYPE m1, m0, n2; in _fp_udivmodti4() local
172 umul_ppmm (m1, m0, q0, d0); in _fp_udivmodti4()
174 if (m1 > n1 || (m1 == n1 && m0 > n0)) in _fp_udivmodti4()
177 sub_ddmmss (m1, m0, m1, m0, d1, d0); in _fp_udivmodti4()
183 sub_ddmmss (n1, n0, n1, n0, m1, m0); in _fp_udivmodti4()

12345678910>>...28