Searched refs:int_en_reg (Results 1 – 1 of 1) sorted by relevance
1061 u32 int_en_reg; in s3c2410_udc_ep_enable() local1115 int_en_reg = udc_read(S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_ep_enable()1116 udc_write(int_en_reg | (1 << ep->num), S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_ep_enable()1137 u32 int_en_reg; in s3c2410_udc_ep_disable() local1156 int_en_reg = udc_read(S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_ep_disable()1157 udc_write(int_en_reg & ~(1<<ep->num), S3C2410_UDC_EP_INT_EN_REG); in s3c2410_udc_ep_disable()