Searched refs:fsl_readl (Results 1 – 2 of 2) sorted by relevance
113 #define fsl_readl(p) (*_fsl_readl)((p)) macro143 #define fsl_readl(addr) readl(addr) macro237 portctrl = fsl_readl(&dr_regs->portsc1); in dr_controller_setup()279 tmp = fsl_readl(&dr_regs->usbcmd); in dr_controller_setup()283 tmp = fsl_readl(&dr_regs->usbcmd); in dr_controller_setup()289 while (fsl_readl(&dr_regs->usbcmd) & USB_CMD_CTRL_RESET) { in dr_controller_setup()298 tmp = fsl_readl(&dr_regs->usbmode); in dr_controller_setup()316 fsl_readl(&dr_regs->endpointlistaddr)); in dr_controller_setup()318 max_no_of_ep = (0x0000001F & fsl_readl(&dr_regs->dccparams)); in dr_controller_setup()320 tmp = fsl_readl(&dr_regs->endptctrl[ep_num]); in dr_controller_setup()[all …]
96 #define fsl_readl(p) (*_fsl_readl)((p)) macro100 #define fsl_readl(addr) readl(addr) macro121 tmp = fsl_readl(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK; in fsl_otg_chrg_vbus()139 tmp = fsl_readl(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK; in fsl_otg_dischrg_vbus()158 tmp = fsl_readl(&usb_dr_regs->portsc) & ~PORTSC_W1C_BITS; in fsl_otg_drv_vbus()161 tmp = fsl_readl(&usb_dr_regs->portsc) & in fsl_otg_drv_vbus()175 tmp = fsl_readl(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK; in fsl_otg_loc_conn()194 tmp = fsl_readl(&fsl_otg_dev->dr_mem_map->portsc) & ~PORTSC_W1C_BITS; in fsl_otg_loc_sof()211 tmp = fsl_readl(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK; in fsl_otg_start_pulse()449 command = fsl_readl(&usb_dr_regs->usbcmd); in otg_reset_controller()[all …]