Searched refs:fsl_readl (Results 1 – 1 of 1) sorted by relevance
97 #define fsl_readl(p) (*_fsl_readl)((p)) macro101 #define fsl_readl(addr) readl(addr) macro122 tmp = fsl_readl(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK; in fsl_otg_chrg_vbus()140 tmp = fsl_readl(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK; in fsl_otg_dischrg_vbus()159 tmp = fsl_readl(&usb_dr_regs->portsc) & ~PORTSC_W1C_BITS; in fsl_otg_drv_vbus()162 tmp = fsl_readl(&usb_dr_regs->portsc) & in fsl_otg_drv_vbus()176 tmp = fsl_readl(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK; in fsl_otg_loc_conn()195 tmp = fsl_readl(&fsl_otg_dev->dr_mem_map->portsc) & ~PORTSC_W1C_BITS; in fsl_otg_loc_sof()212 tmp = fsl_readl(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK; in fsl_otg_start_pulse()450 command = fsl_readl(&usb_dr_regs->usbcmd); in otg_reset_controller()[all …]