Searched refs:atap_cmd_set1 (Results 1 – 3 of 3) sorted by relevance
1203 if (!(inqbuf->atap_cmd_set1 & WDC_CMD1_SMART)) { in is_smart()1458 if (inqbuf->atap_cmd_set1 != 0 && inqbuf->atap_cmd_set1 != 0xffff && in device_identify()1462 print_bitinfo2("\t", "\n", inqbuf->atap_cmd_set1, in device_identify()1465 print_bitinfo("\t", "\n", inqbuf->atap_cmd_set1, in device_identify()
1811 if (params.atap_cmd_set1 == 0x0000 || in wd_getcache() 1812 params.atap_cmd_set1 == 0xffff || in wd_getcache() 1813 (params.atap_cmd_set1 & WDC_CMD1_CACHE) == 0) { in wd_getcache() 1861 if (params.atap_cmd_set1 == 0x0000 || in wd_setcache() 1862 params.atap_cmd_set1 == 0xffff || in wd_setcache() 1863 (params.atap_cmd_set1 & WDC_CMD1_CACHE) == 0) in wd_setcache()
398 uint16_t atap_cmd_set1; /* 82: command set supported */ member