Home
last modified time | relevance | path

Searched refs:HIGH_SPEED (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-pcb-cfg.h56 HIGH_SPEED = 0x1 /* 1: high speed */ enumerator
/openbmc/linux/include/linux/usb/
H A Dnet2280.h269 #define HIGH_SPEED 7 macro
/openbmc/linux/drivers/staging/emxx_udc/
H A Demxx_udc.h65 #define HIGH_SPEED BIT(6) macro
H A Demxx_udc.c1440 if (data & HIGH_SPEED) in _nbu2ss_get_speed()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dnet2280.c1692 if (t2 & BIT(HIGH_SPEED)) in registers_show()
3118 } else if (val & BIT(HIGH_SPEED)) { in handle_stat0_irqs()
3367 mask = BIT(SUPER_SPEED) | BIT(HIGH_SPEED) | BIT(FULL_SPEED); in handle_stat1_irqs()
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c3909 if (GEM_BFEXT(HIGH_SPEED, dcfg) == 1) in macb_configure_caps()