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.c524 dev_notf = readl(&xhci->op_regs->dev_notification); in xhci_set_dev_notifications()
527 writel(dev_notf, &xhci->op_regs->dev_notification); in xhci_set_dev_notifications()
801 xhci->s3.dev_nt = readl(&xhci->op_regs->dev_notification); in xhci_save_registers()
826 writel(xhci->s3.dev_nt, &xhci->op_regs->dev_notification); in xhci_restore_registers()
H A Dxhci.h105 __le32 dev_notification; member