Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/chipidea/
H A Dbits.h33 #define DCCPARAMS_DC BIT(7) macro
H A Dcore.c977 DCCPARAMS_DC | DCCPARAMS_HC) in ci_get_otg_capable()
978 == (DCCPARAMS_DC | DCCPARAMS_HC)); in ci_get_otg_capable()
H A Dudc.c2245 if (!hw_read(ci, CAP_DCCPARAMS, DCCPARAMS_DC)) in ci_hdrc_gadget_init()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_usb2_udc.h112 #define DCCPARAMS_DC 0x00000080 macro
H A Dfsl_udc_core.c2422 if (!(dccparams & DCCPARAMS_DC)) { in fsl_udc_probe()