Lines Matching refs:readl

82 	dbgp_printk("  Debug control: %08x", readl(&ehci_debug->control));  in dbgp_ehci_status()
83 dbgp_printk(" ehci cmd : %08x", readl(&ehci_regs->command)); in dbgp_ehci_status()
85 readl(&ehci_regs->configured_flag)); in dbgp_ehci_status()
86 dbgp_printk(" ehci status : %08x", readl(&ehci_regs->status)); in dbgp_ehci_status()
88 readl(&ehci_regs->port_status[dbgp_phys_port - 1])); in dbgp_ehci_status()
203 pids = readl(&ehci_debug->pids); in dbgp_wait_until_done()
257 lo = readl(&ehci_debug->data03); in dbgp_get_data()
258 hi = readl(&ehci_debug->data47); in dbgp_get_data()
277 pids = readl(&ehci_debug->pids); in dbgp_bulk_write()
280 ctrl = readl(&ehci_debug->control); in dbgp_bulk_write()
304 pids = readl(&ehci_debug->pids); in dbgp_bulk_read()
307 ctrl = readl(&ehci_debug->control); in dbgp_bulk_read()
346 ctrl = readl(&ehci_debug->control); in dbgp_control_msg()
432 ctrl = readl(&ehci_debug->control); in dbgp_ehci_startup()
440 cmd = readl(&ehci_regs->command); in dbgp_ehci_startup()
451 status = readl(&ehci_regs->status); in dbgp_ehci_startup()
471 cmd = readl(&ehci_regs->command); in dbgp_ehci_controller_reset()
475 cmd = readl(&ehci_regs->command); in dbgp_ehci_controller_reset()
509 portsc = readl(&ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup()
515 cmd = readl(&ehci_regs->command); in _dbgp_external_startup()
518 portsc = readl(&ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup()
534 ctrl = readl(&ehci_debug->control); in _dbgp_external_startup()
537 ctrl = readl(&ehci_debug->control); in _dbgp_external_startup()
546 portsc = readl(&ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup()
616 portsc = readl(&ehci_regs->port_status[port - 1]); in ehci_reset_port()
625 portsc = readl(&ehci_regs->port_status[port - 1]); in ehci_reset_port()
636 portsc = readl(&ehci_regs->port_status[port-1]); in ehci_reset_port()
660 status = readl(&ehci_regs->status); in ehci_wait_for_port()
711 u32 hcc_params = readl(&ehci_caps->hcc_params); in early_ehci_bios_handoff()
766 hcs_params = readl(&ehci_caps->hcs_params); in ehci_setup()
776 portsc = readl(&ehci_regs->port_status[i-1]); in ehci_setup()
790 if (!(readl(&ehci_regs->configured_flag) & FLAG_CF)) { in ehci_setup()
803 ctrl = readl(&ehci_debug->control); in ehci_setup()
888 ehci_regs = ehci_bar + EARLY_HC_LENGTH(readl(&ehci_caps->hc_capbase)); in early_dbgp_init()
919 cmd = readl(&ehci_regs->command); in early_dbgp_write()
924 ctrl = readl(&ehci_debug->control); in early_dbgp_write()
954 cmd = readl(&ehci_regs->command); in early_dbgp_write()
987 ctrl = readl(&ehci_debug->control); in dbgp_reset_prep()
1067 while (readl(&ehci_debug->control) & DBGP_ENABLED) { in kgdbdbgp_reader_thread()