Home
last modified time | relevance | path

Searched refs:USB_CONTROL (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dusb_defs.h180 #define USB_CONTROL 2 macro
/openbmc/linux/drivers/staging/emxx_udc/
H A Demxx_udc.c1322 data = _nbu2ss_readl(&udc->p_regs->USB_CONTROL); in _nbu2ss_set_test_mode()
1326 _nbu2ss_writel(&udc->p_regs->USB_CONTROL, data); in _nbu2ss_set_test_mode()
1576 _nbu2ss_bitset(&udc->p_regs->USB_CONTROL, CONF); in std_req_set_configuration()
1580 _nbu2ss_bitclr(&udc->p_regs->USB_CONTROL, CONF); in std_req_set_configuration()
2106 reg_dt = (_nbu2ss_readl(&udc->p_regs->USB_CONTROL) in _nbu2ss_pullup()
2109 _nbu2ss_writel(&udc->p_regs->USB_CONTROL, reg_dt); in _nbu2ss_pullup()
2114 reg_dt = (_nbu2ss_readl(&udc->p_regs->USB_CONTROL) | CONNECTB) in _nbu2ss_pullup()
2117 _nbu2ss_writel(&udc->p_regs->USB_CONTROL, reg_dt); in _nbu2ss_pullup()
2176 _nbu2ss_bitset(&udc->p_regs->USB_CONTROL, (INT_SEL | SOF_RCV)); in _nbu2ss_enable_controller()
2319 _nbu2ss_bitset(&udc->p_regs->USB_CONTROL, SUSPEND); in _nbu2ss_int_usb_suspend()
H A Demxx_udc.h417 u32 USB_CONTROL; /* (0x0000) USB Control */ member