Searched refs:sun3x_esp_write8 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sun3x_esp.c | 54 static void sun3x_esp_write8(struct esp *esp, u8 val, unsigned long reg) in sun3x_esp_write8() function 135 sun3x_esp_write8(esp, (esp_count >> 0) & 0xff, ESP_TCLOW); in sun3x_esp_send_dma_cmd() 136 sun3x_esp_write8(esp, (esp_count >> 8) & 0xff, ESP_TCMED); in sun3x_esp_send_dma_cmd() 160 .esp_write8 = sun3x_esp_write8,
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sun3x_esp.c | 54 static void sun3x_esp_write8(struct esp *esp, u8 val, unsigned long reg) in sun3x_esp_write8() function 135 sun3x_esp_write8(esp, (esp_count >> 0) & 0xff, ESP_TCLOW); in sun3x_esp_send_dma_cmd() 136 sun3x_esp_write8(esp, (esp_count >> 8) & 0xff, ESP_TCMED); in sun3x_esp_send_dma_cmd() 160 .esp_write8 = sun3x_esp_write8,
|
Completed in 1 milliseconds