Searched refs:int_en_reg (Results 1 – 1 of 1) sorted by relevance
1012 u32 int_en_reg; in s3c2410_udc_ep_enable() local1066 int_en_reg = udc_read(S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_ep_enable()1067 udc_write(int_en_reg | (1 << ep->num), S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_ep_enable()1088 u32 int_en_reg; in s3c2410_udc_ep_disable() local1106 int_en_reg = udc_read(S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_ep_disable()1107 udc_write(int_en_reg & ~(1<<ep->num), S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_ep_disable()