Home
last modified time | relevance | path

Searched refs:UDC_DEVCFG_SP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/
H A Damd5536udc.h95 #define UDC_DEVCFG_SP 3 macro
H A Dpch_udc.c86 #define UDC_DEVCFG_SP (1 << 3) macro
528 pch_udc_bit_clr(dev, UDC_DEVCFG_ADDR, UDC_DEVCFG_SP); in pch_udc_clear_selfpowered()
537 pch_udc_bit_set(dev, UDC_DEVCFG_ADDR, UDC_DEVCFG_SP); in pch_udc_set_selfpowered()
1068 UDC_DEVCFG_SP | UDC_DEVCFG_SPD_FS); in pch_udc_init()
1071 UDC_DEVCFG_SP | UDC_DEVCFG_SPD_HS); in pch_udc_init()
H A Dsnps_udc_core.c1481 tmp |= AMD_BIT(UDC_DEVCFG_SP); in udc_basic_init()