Lines Matching refs:timeout
483 dev_warn(&pdev->dev, "%s: check_write_ready timeout", __func__);
1007 * @wait_usec: timeout in microseconds
1141 * If we timeout, assume the BIOS is broken and take control anyway.
1149 int timeout;
1188 timeout = handshake(base + ext_cap_offset, XHCI_HC_BIOS_OWNED,
1192 if (timeout) {
1217 timeout = handshake(op_reg_base + XHCI_STS_OFFSET, XHCI_STS_CNR, 0,
1220 if (timeout) {
1233 timeout = handshake(op_reg_base + XHCI_STS_OFFSET, XHCI_STS_HALT, 1,
1235 if (timeout) {