Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci.c531 u32 dev_notf; in xhci_set_dev_notifications() local
533 dev_notf = readl(&xhci->op_regs->dev_notification); in xhci_set_dev_notifications()
534 dev_notf &= ~DEV_NOTE_MASK; in xhci_set_dev_notifications()
535 dev_notf |= DEV_NOTE_FWAKE; in xhci_set_dev_notifications()
536 writel(dev_notf, &xhci->op_regs->dev_notification); in xhci_set_dev_notifications()