Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/storage/
H A Dene_ub6250.c242 #define SD_Ready BIT(1) macro
602 if ((info->SD_Status & SD_Insert) && (info->SD_Status & SD_Ready)) in sd_scsi_test_unit_ready()
2171 if ((info->SD_Status & SD_Insert) && (info->SD_Status & SD_Ready)) { in ene_sd_init()
2176 usb_stor_dbg(us, "Ready = %x\n", !!(s & SD_Ready)); in ene_sd_init()
2202 if (!(info->SD_Status & SD_Ready)) { in ene_init()
2308 if (unlikely(!(info->SD_Status & SD_Ready) || (info->MS_Status & MS_Ready))) in ene_transport()
2312 if (info->SD_Status & SD_Ready) in ene_transport()
2390 /* info->SD_Status &= ~SD_Ready; */ in ene_ub6250_resume()
2411 /* info->SD_Status &= ~SD_Ready; */ in ene_ub6250_reset_resume()
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Dene_ub6250.c242 #define SD_Ready BIT(1) macro
602 if ((info->SD_Status & SD_Insert) && (info->SD_Status & SD_Ready)) in sd_scsi_test_unit_ready()
2172 if ((info->SD_Status & SD_Insert) && (info->SD_Status & SD_Ready)) { in ene_sd_init()
2177 usb_stor_dbg(us, "Ready = %x\n", !!(s & SD_Ready)); in ene_sd_init()
2203 if (!(info->SD_Status & SD_Ready)) { in ene_init()
2309 if (unlikely(!(info->SD_Status & SD_Ready) || (info->MS_Status & MS_Ready))) in ene_transport()
2313 if (info->SD_Status & SD_Ready) in ene_transport()
2391 /* info->SD_Status &= ~SD_Ready; */ in ene_ub6250_resume()
2412 /* info->SD_Status &= ~SD_Ready; */ in ene_ub6250_reset_resume()

Completed in 14 milliseconds