Home
last modified time | relevance | path

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

/linux-6.12.1/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()
750 int cpen, qpen, qid = 0, rc = -ENODEV; in zcrypt_rsa_crt() local
792 cpen = (tr && tr->again_counter && tr->last_qid && in zcrypt_rsa_crt()
795 if (!zcrypt_card_compare(zc, pref_zc, wgt + cpen, pref_wgt)) in zcrypt_rsa_crt()
811 wgt + cpen + qpen, pref_wgt)) in zcrypt_rsa_crt()
815 pref_wgt = wgt + cpen + qpen; in zcrypt_rsa_crt()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/usb/
Dmicrochip,mpfs-musb.yaml40 the CPEN pin requires the configuration of the UPLI_USE__EXTVBUS
Dsnps,dwc3.yaml272 the CPEN pin, requires the configuration of the ulpi DRVVBUSEXTERNAL
/linux-6.12.1/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-6.12.1/drivers/usb/musb/
Dux500.c38 /* HDRC controls CPEN, but beware current surges during device in ux500_musb_set_vbus()
Dmpfs.c57 * HDRC controls CPEN, but beware current surges during device in mpfs_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-6.12.1/sound/pci/oxygen/
Dxonar_cs43xx.c105 /* set CPEN (control port mode) and power down */ in cs43xx_registers_init()
/linux-6.12.1/arch/alpha/include/asm/
Dcore_titan.h71 titan_64 cpen; member
/linux-6.12.1/drivers/usb/dwc3/
Dcore.h1134 * @ulpi_ext_vbus_drv: Set to confiure the upli chip to drives CPEN pin
Dcore.c771 * the CPEN pin requires the configuration of the ULPI DRVVBUSEXTERNAL in dwc3_hs_phy_setup()