Searched refs:int_en_reg (Results 1 – 1 of 1) sorted by relevance
1037 u32 int_en_reg; in s3c2410_udc_ep_enable() local1091 int_en_reg = udc_read(S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_ep_enable()1092 udc_write(int_en_reg | (1 << ep->num), S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_ep_enable()1113 u32 int_en_reg; in s3c2410_udc_ep_disable() local1131 int_en_reg = udc_read(S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_ep_disable()1132 udc_write(int_en_reg & ~(1<<ep->num), S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_ep_disable()