Home
last modified time | relevance | path

Searched full:phase2 (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/staging/iio/frequency/
H A Dad9832.h21 * @phase2: power up phase2 value [0..4095] correlates with 0..2PI
30 unsigned short phase2; member
H A Dad9832.c423 ret = ad9832_write_phase(st, AD9832_PHASE2H, pdata->phase2); in ad9832_probe()
/linux/Documentation/devicetree/bindings/watchdog/
H A Drealtek,otto-wdt.yaml48 - const: phase2
86 interrupt-names = "phase1", "phase2";
/linux/drivers/watchdog/
H A Drealtek_otto_wdt.c14 * - Phase 2: starts after phase 1, times out after (PHASE2 + 1) × PRESCALE × T_0
113 * The timer asserts the PHASE1/PHASE2 IRQs when the number of ticks exceeds
/linux/drivers/hwmon/
H A Dabituguru3.c495 { "PWM Phase2", 27, 1, 1, 1, 0 },
522 { "PWM Phase2", 27, 1, 1, 1, 0 },
549 { "PWM Phase2", 27, 1, 1, 1, 0 },
577 { "PWM Phase2", 27, 1, 1, 1, 0 },
604 { "PWM Phase2", 27, 1, 1, 1, 0 },
/linux/drivers/staging/rtl8712/
H A Drtl871x_security.c507 * The value {TA,IV32,IV16} for Phase1/Phase2 must be unique
518 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) in phase2() function
536 PPK[1] += RotR1(PPK[0] ^ TK16(7)); /* Use all of TK[] in Phase2 */ in phase2()
598 phase2(&rc4key[0], prwskey, (u16 *)&ttkey[0], in r8712_tkip_encrypt()
681 phase2(&rc4key[0], prwskey, (unsigned short *) in r8712_tkip_decrypt()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c399 * The value {TA, IV32, IV16} for Phase1/Phase2 must be unique
410 static void phase2(u8 *rc4key, const u8 *tk, const u16 *p1k, u16 iv16) in phase2() function
431 PPK[1] += RotR1(PPK[0] ^ TK16(7)); /* Use all of TK[] in Phase2 */ in phase2()
504 phase2(&rc4key[0], prwskey, (u16 *)&ttkey[0], pnl); in rtw_tkip_encrypt()
613 phase2(&rc4key[0], prwskey, (unsigned short *)&ttkey[0], pnl); in rtw_tkip_decrypt()
/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_dev.c428 * Phase2: Only turn-off display output. in d71_enum_resources()
/linux/Documentation/networking/device_drivers/can/ctu/
H A Dctucanfd-driver.rst287 PHASE2. Their duration is expressed in multiples of a Time Quantum
/linux/sound/soc/ti/
H A Domap-mcbsp.c999 /* Set 1 word per (McBSP) frame for phase1 and phase2 */ in omap_mcbsp_dai_hw_params()
/linux/sound/soc/codecs/
H A Dmt6358.c633 SOC_SINGLE_BOOL_EXT("Wake-on-Voice Phase2 Switch", 0,
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c8606 * lpfc_setup_driver_resource_phase2 - Phase2 setup driver internal resources.
8633 * lpfc_unset_driver_resource_phase2 - Phase2 unset driver internal resources.
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c13283 /* Phase2 of POWER_DOWN_RESET */ in bnx2x_8073_common_init_phy()