Home
last modified time | relevance | path

Searched refs:IDE_HOST_BUSY (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-io.c429 rc = test_and_set_bit_lock(IDE_HOST_BUSY, &host->host_busy); in ide_lock_host()
443 clear_bit_unlock(IDE_HOST_BUSY, &host->host_busy); in ide_unlock_host()
/OK3568_Linux_fs/kernel/include/linux/
H A Dide.h848 #define IDE_HOST_BUSY 0 macro