Home
last modified time | relevance | path

Searched refs:dev_notification (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci.c533 dev_notf = readl(&xhci->op_regs->dev_notification); in xhci_set_dev_notifications()
536 writel(dev_notf, &xhci->op_regs->dev_notification); in xhci_set_dev_notifications()
810 xhci->s3.dev_nt = readl(&xhci->op_regs->dev_notification); in xhci_save_registers()
835 writel(xhci->s3.dev_nt, &xhci->op_regs->dev_notification); in xhci_restore_registers()
H A Dxhci.h110 __le32 dev_notification; member