Searched refs:UDC_DEVINT_MSK (Results 1 – 2 of 2) sorted by relevance
137 #define UDC_DEVINT_MSK 0x7f macro1062 pch_udc_bit_set(dev, UDC_DEVIRQMSK_ADDR, UDC_DEVINT_MSK); in pch_udc_init()1063 pch_udc_bit_set(dev, UDC_DEVIRQSTS_ADDR, UDC_DEVINT_MSK); in pch_udc_init()1090 pch_udc_bit_set(dev, UDC_DEVIRQMSK_ADDR, UDC_DEVINT_MSK); in pch_udc_exit()3034 pch_udc_disable_interrupts(dev, UDC_DEVINT_MSK); in pch_udc_stop()3050 pch_udc_disable_interrupts(dev, UDC_DEVINT_MSK); in pch_udc_shutdown()3099 pch_udc_disable_interrupts(dev, UDC_DEVINT_MSK); in pch_udc_suspend()
172 #define UDC_DEVINT_MSK 0x7f macro