Searched refs:int_en_reg (Results 1 – 1 of 1) sorted by relevance
1032 u32 int_en_reg; in s3c2410_udc_ep_enable() local1086 int_en_reg = udc_read(S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_ep_enable()1087 udc_write(int_en_reg | (1 << ep->num), S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_ep_enable()1108 u32 int_en_reg; in s3c2410_udc_ep_disable() local1126 int_en_reg = udc_read(S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_ep_disable()1127 udc_write(int_en_reg & ~(1<<ep->num), S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_ep_disable()