Searched refs:ESP_DMA_CMD (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | am53c974.c | 30 #define ESP_DMA_CMD 0x10 macro 165 pci_esp_write8(esp, ESP_DMA_CMD_DIR | ESP_DMA_CMD_BLAST, ESP_DMA_CMD); in pci_esp_dma_drain() 171 pci_esp_write8(esp, ESP_DMA_CMD_DIR | ESP_DMA_CMD_IDLE, ESP_DMA_CMD); in pci_esp_dma_drain() 187 pci_esp_write8(esp, ESP_DMA_CMD_IDLE, ESP_DMA_CMD); in pci_esp_dma_invalidate() 196 u8 dma_cmd = pci_esp_read8(esp, ESP_DMA_CMD); in pci_esp_dma_error() 199 pci_esp_write8(esp, ESP_DMA_CMD_ABORT, ESP_DMA_CMD); in pci_esp_dma_error() 204 pci_esp_write8(esp, ESP_DMA_CMD_IDLE, ESP_DMA_CMD); in pci_esp_dma_error() 205 pep->dma_status = pci_esp_read8(esp, ESP_DMA_CMD); in pci_esp_dma_error() 225 pci_esp_write8(esp, ESP_DMA_CMD_IDLE | val, ESP_DMA_CMD); in pci_esp_send_dma_cmd() 240 pci_esp_write8(esp, ESP_DMA_CMD_START | val, ESP_DMA_CMD); in pci_esp_send_dma_cmd()
|