Files
ubports_kernel_google_msm/include
Tejun Heo c22daff410 [PATCH] libata: implement ata_wait_register()
As waiting for some register bits to change seems to be a common
operation shared by some controllers, implement helper function
ata_wait_register().  This function also takes care of register write
flushing.

Note that the condition is inverted, the wait is over when the masked
value does NOT match @val.  As we're waiting for bits to change, this
test is more powerful and allows the function to be used in more
places.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2006-04-11 13:19:11 -04:00
..
2006-03-24 07:33:24 -08:00
2006-04-11 06:18:40 -07:00
2006-03-31 12:19:01 -08:00
2006-04-11 06:18:39 -07:00
2006-04-11 06:18:54 -07:00
2006-03-25 08:22:52 -08:00