Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dmv_udc.h89 #define PORTSCX_PORT_SPEED_MASK 0x0C000000 macro
H A Dfsl_usb2_udc.h209 #define PORTSCX_PORT_SPEED_MASK 0x0C000000 macro
H A Dmv_udc_core.c1956 u32 speed = portsc & PORTSCX_PORT_SPEED_MASK; in irq_process_port_change()
H A Dfsl_udc_core.c1721 switch (reg & PORTSCX_PORT_SPEED_MASK) { in portscx_device_speed()