Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ata/
Dpata_bf54x.c79 #define ATAPI_SET_CONTROL(base, val)\ macro
343 ATAPI_SET_CONTROL(base, in bfin_set_piomode()
346 ATAPI_SET_CONTROL(base, 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 …]