Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/usb/device/
Dusb_dc_it82xx2.c946 usb_regs->dc_control = in usb_dc_attach()
970 usb_regs->dc_control &= ~DC_CONNECT_TO_HOST; in usb_dc_detach()
1526 usb_regs->dc_control = in usb_dc_wakeup_request()
1535 usb_regs->dc_control = in usb_dc_wakeup_request()
/Zephyr-Core-3.7.0/drivers/usb/udc/
Dudc_it82xx2.c595 usb_regs->dc_control = DC_GLOBAL_ENABLE | DC_FULL_SPEED_LINE_POLARITY | in it82xx2_host_wakeup()
603 usb_regs->dc_control = DC_GLOBAL_ENABLE | DC_FULL_SPEED_LINE_POLARITY | in it82xx2_host_wakeup()
1261 usb_regs->dc_control = DC_GLOBAL_ENABLE | DC_FULL_SPEED_LINE_POLARITY | in it82xx2_enable()
1279 usb_regs->dc_control &= ~DC_CONNECT_TO_HOST; in it82xx2_disable()
/Zephyr-Core-3.7.0/soc/ite/ec/common/
Dcheck_regs.c178 IT8XXX2_REG_OFFSET_CHECK(usb_it82xx2_regs, dc_control, 0x50);
Dchip_chipregs.h802 volatile uint8_t dc_control; member