Home
last modified time | relevance | path

Searched refs:GHWCFG2_OP_MODE_MASK (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/dwc2/
Dhw.h264 #define GHWCFG2_OP_MODE_MASK (0x7 << 0) macro
Dcore.c3113 hw->op_mode = (hwcfg2 & GHWCFG2_OP_MODE_MASK) >> in dwc2_get_hwparams()