Lines Matching refs:s3
781 xhci->s3.command = readl(&xhci->op_regs->command); in xhci_save_registers()
782 xhci->s3.dev_nt = readl(&xhci->op_regs->dev_notification); in xhci_save_registers()
783 xhci->s3.dcbaa_ptr = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_save_registers()
784 xhci->s3.config_reg = readl(&xhci->op_regs->config_reg); in xhci_save_registers()
785 xhci->s3.erst_size = readl(&xhci->ir_set->erst_size); in xhci_save_registers()
786 xhci->s3.erst_base = xhci_read_64(xhci, &xhci->ir_set->erst_base); in xhci_save_registers()
787 xhci->s3.erst_dequeue = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_save_registers()
788 xhci->s3.irq_pending = readl(&xhci->ir_set->irq_pending); in xhci_save_registers()
789 xhci->s3.irq_control = readl(&xhci->ir_set->irq_control); in xhci_save_registers()
794 writel(xhci->s3.command, &xhci->op_regs->command); in xhci_restore_registers()
795 writel(xhci->s3.dev_nt, &xhci->op_regs->dev_notification); in xhci_restore_registers()
796 xhci_write_64(xhci, xhci->s3.dcbaa_ptr, &xhci->op_regs->dcbaa_ptr); in xhci_restore_registers()
797 writel(xhci->s3.config_reg, &xhci->op_regs->config_reg); in xhci_restore_registers()
798 writel(xhci->s3.erst_size, &xhci->ir_set->erst_size); in xhci_restore_registers()
799 xhci_write_64(xhci, xhci->s3.erst_base, &xhci->ir_set->erst_base); in xhci_restore_registers()
800 xhci_write_64(xhci, xhci->s3.erst_dequeue, &xhci->ir_set->erst_dequeue); in xhci_restore_registers()
801 writel(xhci->s3.irq_pending, &xhci->ir_set->irq_pending); in xhci_restore_registers()
802 writel(xhci->s3.irq_control, &xhci->ir_set->irq_control); in xhci_restore_registers()