Searched refs:XHCI_STS_OFFSET (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-ext-caps.h34 #define XHCI_STS_OFFSET 0x04 macro
H A Dpci-quirks.c423 timeout = handshake(op_reg_base + XHCI_STS_OFFSET, XHCI_STS_CNR, 0,
427 val = readl(op_reg_base + XHCI_STS_OFFSET);
439 timeout = handshake(op_reg_base + XHCI_STS_OFFSET, XHCI_STS_HALT, 1,
442 val = readl(op_reg_base + XHCI_STS_OFFSET);

Completed in 108 milliseconds