Searched refs:ESP_TCLOW (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmac_esp.c242 esp_write8((esp_count >> 0) & 0xFF, ESP_TCLOW);
268 n = (esp_read8(ESP_TCMED) << 8) + esp_read8(ESP_TCLOW);
564 esp_write8(0, ESP_TCLOW);
H A Djazz_esp.c92 jazz_esp_write8(esp, (esp_count >> 0) & 0xff, ESP_TCLOW);
H A Dsun3x_esp.c146 sun3x_esp_write8(esp, (esp_count >> 0) & 0xff, ESP_TCLOW);
H A Desp_scsi.h10 #define ESP_TCLOW 0x00UL /* rw Low bits transfer count 0x00 */ macro
H A Dsun_esp.c427 sbus_esp_write8(esp, (esp_count >> 0) & 0xff, ESP_TCLOW);
H A Desp_scsi.c1307 ecount = ((unsigned int)esp_read8(ESP_TCLOW) |

Completed in 96 milliseconds