Home
last modified time | relevance | path

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

/drivers/media/usb/cx231xx/
Dcx231xx-pcb-cfg.h56 HIGH_SPEED = 0x1 /* 1: high speed */ enumerator
/drivers/staging/emxx_udc/
Demxx_udc.h65 #define HIGH_SPEED BIT(6) macro
Demxx_udc.c1443 if (data & HIGH_SPEED) in _nbu2ss_get_speed()
/drivers/usb/gadget/udc/
Dnet2280.c1697 if (t2 & BIT(HIGH_SPEED)) in registers_show()
3124 } else if (val & BIT(HIGH_SPEED)) { in handle_stat0_irqs()
3373 mask = BIT(SUPER_SPEED) | BIT(HIGH_SPEED) | BIT(FULL_SPEED); in handle_stat1_irqs()
/drivers/net/ethernet/cadence/
Dmacb_main.c3758 if (GEM_BFEXT(HIGH_SPEED, dcfg) == 1) in macb_configure_caps()