Searched refs:ESP_TCLOW (Results 1 – 6 of 6) sorted by relevance
242 esp_write8((esp_count >> 0) & 0xFF, ESP_TCLOW); in mac_esp_send_pdma_cmd()268 n = (esp_read8(ESP_TCMED) << 8) + esp_read8(ESP_TCLOW); in mac_esp_send_pdma_cmd()564 esp_write8(0, ESP_TCLOW); in esp_mac_probe()
92 jazz_esp_write8(esp, (esp_count >> 0) & 0xff, ESP_TCLOW); in jazz_esp_send_dma_cmd()
158 sun3x_esp_write8(esp, (esp_count >> 0) & 0xff, ESP_TCLOW); in sun3x_esp_send_dma_cmd()
10 #define ESP_TCLOW 0x00UL /* rw Low bits transfer count 0x00 */ macro
427 sbus_esp_write8(esp, (esp_count >> 0) & 0xff, ESP_TCLOW); in sbus_esp_send_dma_cmd()
1311 ecount = ((unsigned int)esp_read8(ESP_TCLOW) | in esp_data_bytes_sent()