Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dsun3x_esp.c54 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,