Home
last modified time | relevance | path

Searched refs:PULL_DOWN_EN (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/soc/ite/ec/it8xxx2/
Dsoc.c380 usb_regs->port0_misc_control &= ~PULL_DOWN_EN; in ite_it8xxx2_init()
381 usb_regs->port1_misc_control &= ~PULL_DOWN_EN; in ite_it8xxx2_init()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_it82xx2.c546 usb_regs->port0_misc_control &= ~(PULL_DOWN_EN); in it82xx2_usb_dc_ip_init()
547 usb_regs->port1_misc_control &= ~(PULL_DOWN_EN); in it82xx2_usb_dc_ip_init()
/Zephyr-latest/drivers/usb/udc/
Dudc_it82xx2.c684 usb_regs->port0_misc_control &= ~(PULL_DOWN_EN); in it82xx2_usb_dc_ip_init()
685 usb_regs->port1_misc_control &= ~(PULL_DOWN_EN); in it82xx2_usb_dc_ip_init()
/Zephyr-latest/soc/ite/ec/common/
Dchip_chipregs.h749 #define PULL_DOWN_EN BIT(4) macro