Searched refs:notready (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8851b_rfk.c | 685 bool notready; in _iqk_one_shot() local 754 notready = _iqk_check_cal(rtwdev, path); in _iqk_one_shot() 762 path, ktype, iqk_cmd + 1, notready); in _iqk_one_shot() 764 return notready; in _iqk_one_shot() 772 bool notready; in _rxk_2g_group_sel() local 794 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_RXAGC); in _rxk_2g_group_sel() 803 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_NBRXK); in _rxk_2g_group_sel() 807 notready = _iqk_one_shot(rtwdev, phy_idx, path, ID_RXK); in _rxk_2g_group_sel() 814 if (!notready) in _rxk_2g_group_sel() 841 bool notready; in _rxk_5g_group_sel() local [all …]
|
/openbmc/u-boot/drivers/block/ |
H A D | ide.c | 338 int notready, unitattn; in atapi_issue_autoreq() local 341 notready = ATAPI_DRIVE_NOT_READY; in atapi_issue_autoreq() 380 if (notready-- > 0) { in atapi_issue_autoreq()
|
/openbmc/u-boot/common/ |
H A D | usb_storage.c | 831 int retry, notready; in usb_stor_CB_transport() local 836 notready = 0; in usb_stor_CB_transport() 913 if (notready++ > USB_TRANSPORT_NOT_READY_RETRY) { in usb_stor_CB_transport()
|