Lines Matching refs:readl
81 dbgp_printk(" Debug control: %08x", readl(&ehci_debug->control)); in dbgp_ehci_status()
82 dbgp_printk(" ehci cmd : %08x", readl(&ehci_regs->command)); in dbgp_ehci_status()
84 readl(&ehci_regs->configured_flag)); in dbgp_ehci_status()
85 dbgp_printk(" ehci status : %08x", readl(&ehci_regs->status)); in dbgp_ehci_status()
87 readl(&ehci_regs->port_status[dbgp_phys_port - 1])); in dbgp_ehci_status()
167 ctrl = readl(&ehci_debug->control); in dbgp_wait_until_complete()
208 pids = readl(&ehci_debug->pids); in dbgp_wait_until_done()
262 lo = readl(&ehci_debug->data03); in dbgp_get_data()
263 hi = readl(&ehci_debug->data47); in dbgp_get_data()
282 pids = readl(&ehci_debug->pids); in dbgp_bulk_write()
285 ctrl = readl(&ehci_debug->control); in dbgp_bulk_write()
309 pids = readl(&ehci_debug->pids); in dbgp_bulk_read()
312 ctrl = readl(&ehci_debug->control); in dbgp_bulk_read()
351 ctrl = readl(&ehci_debug->control); in dbgp_control_msg()
437 ctrl = readl(&ehci_debug->control); in dbgp_ehci_startup()
445 cmd = readl(&ehci_regs->command); in dbgp_ehci_startup()
456 status = readl(&ehci_regs->status); in dbgp_ehci_startup()
476 cmd = readl(&ehci_regs->command); in dbgp_ehci_controller_reset()
480 cmd = readl(&ehci_regs->command); in dbgp_ehci_controller_reset()
514 portsc = readl(&ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup()
520 cmd = readl(&ehci_regs->command); in _dbgp_external_startup()
523 portsc = readl(&ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup()
539 ctrl = readl(&ehci_debug->control); in _dbgp_external_startup()
542 ctrl = readl(&ehci_debug->control); in _dbgp_external_startup()
551 portsc = readl(&ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup()
622 portsc = readl(&ehci_regs->port_status[port - 1]); in ehci_reset_port()
631 portsc = readl(&ehci_regs->port_status[port - 1]); in ehci_reset_port()
642 portsc = readl(&ehci_regs->port_status[port-1]); in ehci_reset_port()
666 status = readl(&ehci_regs->status); in ehci_wait_for_port()
717 u32 hcc_params = readl(&ehci_caps->hcc_params); in early_ehci_bios_handoff()
772 hcs_params = readl(&ehci_caps->hcs_params); in ehci_setup()
782 portsc = readl(&ehci_regs->port_status[i-1]); in ehci_setup()
796 if (!(readl(&ehci_regs->configured_flag) & FLAG_CF)) { in ehci_setup()
809 ctrl = readl(&ehci_debug->control); in ehci_setup()
894 ehci_regs = ehci_bar + EARLY_HC_LENGTH(readl(&ehci_caps->hc_capbase)); in early_dbgp_init()
925 cmd = readl(&ehci_regs->command); in early_dbgp_write()
930 ctrl = readl(&ehci_debug->control); in early_dbgp_write()
960 cmd = readl(&ehci_regs->command); in early_dbgp_write()
993 ctrl = readl(&ehci_debug->control); in dbgp_reset_prep()
1072 while (readl(&ehci_debug->control) & DBGP_ENABLED) { in kgdbdbgp_reader_thread()