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

/linux-master/drivers/ata/
H A Dsata_nv.c973 u32 check_commands = notifier_clears[i]; local
980 check_commands = 1 <<
983 check_commands = ap->link.sactive;
987 while ((pos = ffs(check_commands))) {
994 check_commands = 0;
995 check_commands &= ~(1 << pos);

Completed in 148 milliseconds