ESP_DMA_CMD
pci_esp_write8(esp, ESP_DMA_CMD_DIR | ESP_DMA_CMD_BLAST, ESP_DMA_CMD);
pci_esp_write8(esp, ESP_DMA_CMD_DIR | ESP_DMA_CMD_IDLE, ESP_DMA_CMD);
pci_esp_write8(esp, ESP_DMA_CMD_IDLE, ESP_DMA_CMD);
u8 dma_cmd = pci_esp_read8(esp, ESP_DMA_CMD);
pci_esp_write8(esp, ESP_DMA_CMD_ABORT, ESP_DMA_CMD);
pci_esp_write8(esp, ESP_DMA_CMD_IDLE, ESP_DMA_CMD);
pep->dma_status = pci_esp_read8(esp, ESP_DMA_CMD);
pci_esp_write8(esp, ESP_DMA_CMD_IDLE | val, ESP_DMA_CMD);
pci_esp_write8(esp, ESP_DMA_CMD_START | val, ESP_DMA_CMD);