Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ata/
Dpata_bf54x.c77 #define ATAPI_GET_CONTROL(base)\ macro
344 ATAPI_GET_CONTROL(base) | IORDY_EN); in bfin_set_piomode()
347 ATAPI_GET_CONTROL(base) & ~IORDY_EN); in bfin_set_piomode()
519 ATAPI_SET_CONTROL(base, (ATAPI_GET_CONTROL(base) | XFER_DIR)); in write_atapi_register()
522 ATAPI_SET_CONTROL(base, (ATAPI_GET_CONTROL(base) & ~PIO_USE_DMA)); in write_atapi_register()
525 ATAPI_SET_CONTROL(base, (ATAPI_GET_CONTROL(base) | PIO_START)); in write_atapi_register()
551 ATAPI_SET_CONTROL(base, (ATAPI_GET_CONTROL(base) & ~XFER_DIR)); in read_atapi_register()
554 ATAPI_SET_CONTROL(base, (ATAPI_GET_CONTROL(base) & ~PIO_USE_DMA)); in read_atapi_register()
557 ATAPI_SET_CONTROL(base, (ATAPI_GET_CONTROL(base) | PIO_START)); in read_atapi_register()
594 ATAPI_SET_CONTROL(base, (ATAPI_GET_CONTROL(base) | XFER_DIR)); in write_atapi_data()
[all …]