Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/s390/crypto/
Dzcrypt_api.c646 int cpen, qpen, qid = 0, rc = -ENODEV; in zcrypt_rsa_modexpo() local
688 cpen = (tr && tr->again_counter && tr->last_qid && in zcrypt_rsa_modexpo()
691 if (!zcrypt_card_compare(zc, pref_zc, wgt + cpen, pref_wgt)) in zcrypt_rsa_modexpo()
707 wgt + cpen + qpen, pref_wgt)) in zcrypt_rsa_modexpo()
711 pref_wgt = wgt + cpen + qpen; in zcrypt_rsa_modexpo()
751 int cpen, qpen, qid = 0, rc = -ENODEV; in zcrypt_rsa_crt() local
793 cpen = (tr && tr->again_counter && tr->last_qid && in zcrypt_rsa_crt()
796 if (!zcrypt_card_compare(zc, pref_zc, wgt + cpen, pref_wgt)) in zcrypt_rsa_crt()
812 wgt + cpen + qpen, pref_wgt)) in zcrypt_rsa_crt()
816 pref_wgt = wgt + cpen + qpen; in zcrypt_rsa_crt()
[all …]
/Linux-v6.6/drivers/extcon/
Dextcon-max8997.c216 ctrl2 |= CONTROL2_CPEN_MASK; /* LowPwr=0, CPEn=1 */ in max8997_muic_set_path()
218 ctrl2 |= CONTROL2_LOWPWR_MASK; /* LowPwr=1, CPEn=0 */ in max8997_muic_set_path()
Dextcon-max14577.c224 ctrl2 |= CTRL2_CPEN_MASK; /* LowPwr=0, CPEn=1 */ in max14577_muic_set_path()
226 ctrl2 |= CTRL2_LOWPWR_MASK; /* LowPwr=1, CPEn=0 */ in max14577_muic_set_path()
Dextcon-max77693.c276 ctrl2 |= MAX77693_CONTROL2_CPEN_MASK; /* LowPwr=0, CPEn=1 */ in max77693_muic_set_path()
278 ctrl2 |= MAX77693_CONTROL2_LOWPWR_MASK; /* LowPwr=1, CPEn=0 */ in max77693_muic_set_path()
/Linux-v6.6/drivers/usb/musb/
Dmpfs.c81 * HDRC controls CPEN, but beware current surges during device in mpfs_musb_set_vbus()
Dux500.c38 /* HDRC controls CPEN, but beware current surges during device in ux500_musb_set_vbus()
Domap2430.c85 * HDRC controls CPEN, but beware current surges during device connect.
Dtusb6010.c563 /* HDRC controls CPEN, but beware current surges during device in tusb_musb_set_vbus()
/Linux-v6.6/Documentation/devicetree/bindings/usb/
Dsnps,dwc3.yaml271 the CPEN pin, requires the configuration of the ulpi DRVVBUSEXTERNAL
/Linux-v6.6/arch/alpha/include/asm/
Dcore_titan.h71 titan_64 cpen; member
/Linux-v6.6/sound/pci/oxygen/
Dxonar_cs43xx.c105 /* set CPEN (control port mode) and power down */ in cs43xx_registers_init()
/Linux-v6.6/drivers/usb/dwc3/
Dcore.h1103 * @ulpi_ext_vbus_drv: Set to confiure the upli chip to drives CPEN pin
Dcore.c758 * the CPEN pin requires the configuration of the ULPI DRVVBUSEXTERNAL in dwc3_phy_setup()