Searched refs:pm1 (Results 1 - 20 of 20) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn_x931p.c104 BIGNUM *t, *p1p2, *pm1; local
121 pm1 = BN_CTX_get(ctx);
165 if (!BN_copy(pm1, p))
167 if (!BN_sub_word(pm1, 1))
169 if (!BN_gcd(t, pm1, e, ctx))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn_x931p.c104 BIGNUM *t, *p1p2, *pm1; local
121 pm1 = BN_CTX_get(ctx);
165 if (!BN_copy(pm1, p))
167 if (!BN_sub_word(pm1, 1))
169 if (!BN_gcd(t, pm1, e, ctx))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Dbn_x931p.c104 BIGNUM *t, *p1p2, *pm1; local
121 pm1 = BN_CTX_get(ctx);
165 if (!BN_copy(pm1, p))
167 if (!BN_sub_word(pm1, 1))
169 if (!BN_gcd(t, pm1, e, ctx))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8350.c1167 u16 pm1; local
1172 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1) &
1175 pm1 | WM8350_VMID_50K |
1180 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1);
1181 pm1 &= ~WM8350_VMID_MASK;
1183 pm1 | WM8350_VMID_50K);
1230 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1) &
1232 pm1 |= WM8350_VMID_300K |
1235 pm1);
1239 pm1 |
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/soc/codecs/
H A Dwm8350.c1167 u16 pm1; local
1172 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1) &
1175 pm1 | WM8350_VMID_50K |
1180 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1);
1181 pm1 &= ~WM8350_VMID_MASK;
1183 pm1 | WM8350_VMID_50K);
1230 pm1 = wm8350_reg_read(wm8350, WM8350_POWER_MGMT_1) &
1232 pm1 |= WM8350_VMID_300K |
1235 pm1);
1239 pm1 |
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h1150 offsetof (struct sym_ccb, phys.pm1.sg),
1170 offsetof (struct sym_ccb, phys.pm1.sg),
1184 offsetof (struct sym_ccb, phys.pm1.ret),
1599 * Each context (pm0 and pm1) has a saved area, a
1639 offsetof(struct sym_ccb, phys.pm1.ret),
1697 offsetof(struct sym_ccb, phys.pm1.ret),
1712 offsetof(struct sym_ccb, phys.pm1.sg.size),
1714 offsetof(struct sym_ccb, phys.pm1.sg.addr),
H A Dsym_fw1.h1288 offsetof (struct sym_ccb, phys.pm1.sg),
1308 offsetof (struct sym_ccb, phys.pm1.sg),
1324 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm1.ret)),
H A Dsym_hipd.h709 struct sym_pmc pm1; member in struct:sym_dsb
H A Dsym_hipd.c2554 nxtdsp = scr_to_cpu(cp->phys.pm1.ret);
2565 pm = &cp->phys.pm1;
3599 pm = &cp->phys.pm1;
3754 pm = &cp->phys.pm1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h1150 offsetof (struct sym_ccb, phys.pm1.sg),
1170 offsetof (struct sym_ccb, phys.pm1.sg),
1184 offsetof (struct sym_ccb, phys.pm1.ret),
1599 * Each context (pm0 and pm1) has a saved area, a
1639 offsetof(struct sym_ccb, phys.pm1.ret),
1697 offsetof(struct sym_ccb, phys.pm1.ret),
1712 offsetof(struct sym_ccb, phys.pm1.sg.size),
1714 offsetof(struct sym_ccb, phys.pm1.sg.addr),
H A Dsym_fw1.h1288 offsetof (struct sym_ccb, phys.pm1.sg),
1308 offsetof (struct sym_ccb, phys.pm1.sg),
1324 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm1.ret)),
H A Dsym_hipd.h709 struct sym_pmc pm1; member in struct:sym_dsb
H A Dsym_hipd.c2554 nxtdsp = scr_to_cpu(cp->phys.pm1.ret);
2565 pm = &cp->phys.pm1;
3599 pm = &cp->phys.pm1;
3754 pm = &cp->phys.pm1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/cipher/
H A Drsa.c385 gcry_mpi_t pm1; /* p - 1 */
524 pm1 = gcry_mpi_snew (nbits/2);
527 mpi_sub_ui (pm1, p, 1);
529 mpi_mul (phi, pm1, qm1);
535 gcry_mpi_gcd (g, pm1, qm1);
536 f = pm1; pm1 = NULL;
384 gcry_mpi_t pm1; /* p - 1 */ local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/cipher/
H A Drsa.c385 gcry_mpi_t pm1; /* p - 1 */
524 pm1 = gcry_mpi_snew (nbits/2);
527 mpi_sub_ui (pm1, p, 1);
529 mpi_mul (phi, pm1, qm1);
535 gcry_mpi_gcd (g, pm1, qm1);
536 f = pm1; pm1 = NULL;
384 gcry_mpi_t pm1; /* p - 1 */ local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/cipher/
H A Drsa.c385 gcry_mpi_t pm1; /* p - 1 */
524 pm1 = gcry_mpi_snew (nbits/2);
527 mpi_sub_ui (pm1, p, 1);
529 mpi_mul (phi, pm1, qm1);
535 gcry_mpi_gcd (g, pm1, qm1);
536 f = pm1; pm1 = NULL;
384 gcry_mpi_t pm1; /* p - 1 */ local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dtsc.c160 static unsigned long calc_pmtimer_ref(u64 deltatsc, u64 pm1, u64 pm2) argument
164 if (!pm1 && !pm2)
167 if (pm2 < pm1)
169 pm2 -= pm1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc.c160 static unsigned long calc_pmtimer_ref(u64 deltatsc, u64 pm1, u64 pm2) argument
164 if (!pm1 && !pm2)
167 if (pm2 < pm1)
169 pm2 -= pm1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mfd/
H A Dsm501.c138 unsigned long pm1 = readl(sm->regs + SM501_POWER_MODE_1_CLOCK); local
165 misct, pm0, pm1);
185 fmt_freq(decode_div(pll2, pm1, 24, 1<<29, 31)),
186 fmt_freq(decode_div(pll2, pm1, 16, 1<<20, 15)),
187 fmt_freq(decode_div(pll2, pm1, 8, 1<<12, 15)),
188 fmt_freq(decode_div(pll2, pm1, 0, 1<<4, 15)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mfd/
H A Dsm501.c138 unsigned long pm1 = readl(sm->regs + SM501_POWER_MODE_1_CLOCK); local
165 misct, pm0, pm1);
185 fmt_freq(decode_div(pll2, pm1, 24, 1<<29, 31)),
186 fmt_freq(decode_div(pll2, pm1, 16, 1<<20, 15)),
187 fmt_freq(decode_div(pll2, pm1, 8, 1<<12, 15)),
188 fmt_freq(decode_div(pll2, pm1, 0, 1<<4, 15)));

Completed in 141 milliseconds