Lines Matching refs:timeout
481 dev_warn(&pdev->dev, "%s: check_write_ready timeout", __func__);
1001 * @wait_usec: timeout in microseconds
1135 * If we timeout, assume the BIOS is broken and take control anyway.
1143 int timeout;
1182 timeout = handshake(base + ext_cap_offset, XHCI_HC_BIOS_OWNED,
1186 if (timeout) {
1211 timeout = handshake(op_reg_base + XHCI_STS_OFFSET, XHCI_STS_CNR, 0,
1214 if (timeout) {
1227 timeout = handshake(op_reg_base + XHCI_STS_OFFSET, XHCI_STS_HALT, 1,
1229 if (timeout) {