Searched refs:fsl_readl (Results 1 – 2 of 2) sorted by relevance
117 #define fsl_readl(p) (*_fsl_readl)((p)) macro147 #define fsl_readl(addr) readl(addr) macro241 portctrl = fsl_readl(&dr_regs->portsc1); in dr_controller_setup()282 tmp = fsl_readl(&dr_regs->usbcmd); in dr_controller_setup()286 tmp = fsl_readl(&dr_regs->usbcmd); in dr_controller_setup()292 while (fsl_readl(&dr_regs->usbcmd) & USB_CMD_CTRL_RESET) { in dr_controller_setup()301 tmp = fsl_readl(&dr_regs->usbmode); in dr_controller_setup()319 fsl_readl(&dr_regs->endpointlistaddr)); in dr_controller_setup()321 max_no_of_ep = (0x0000001F & fsl_readl(&dr_regs->dccparams)); in dr_controller_setup()323 tmp = fsl_readl(&dr_regs->endptctrl[ep_num]); in dr_controller_setup()[all …]
102 #define fsl_readl(p) (*_fsl_readl)((p)) macro106 #define fsl_readl(addr) readl(addr) macro127 tmp = fsl_readl(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK; in fsl_otg_chrg_vbus()145 tmp = fsl_readl(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK; in fsl_otg_dischrg_vbus()164 tmp = fsl_readl(&usb_dr_regs->portsc) & ~PORTSC_W1C_BITS; in fsl_otg_drv_vbus()167 tmp = fsl_readl(&usb_dr_regs->portsc) & in fsl_otg_drv_vbus()181 tmp = fsl_readl(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK; in fsl_otg_loc_conn()200 tmp = fsl_readl(&fsl_otg_dev->dr_mem_map->portsc) & ~PORTSC_W1C_BITS; in fsl_otg_loc_sof()217 tmp = fsl_readl(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK; in fsl_otg_start_pulse()455 command = fsl_readl(&usb_dr_regs->usbcmd); in otg_reset_controller()[all …]