Searched refs:ESP_STAT_PMASK (Results 1 - 3 of 3) 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.c383 if (((esp->sreg & ESP_STAT_PMASK) != ESP_DIP) &&
384 ((esp->sreg & ESP_STAT_PMASK) != ESP_MIP))
410 if (((esp->sreg & ESP_STAT_PMASK) != ESP_DOP) &&
411 ((esp->sreg & ESP_STAT_PMASK) != ESP_MOP))
H A Desp_scsi.h135 #define ESP_STAT_PMASK 0x07 /* Mask of phase bits */ macro
145 /* The status register can be masked with ESP_STAT_PMASK and compared
H A Desp_scsi.c1046 if ((esp->sreg & ESP_STAT_PMASK) != ESP_MIP) {
1278 ((esp->sreg & ESP_STAT_PMASK) != ESP_DIP)))
1339 phase = esp->sreg & ESP_STAT_PMASK;
1645 switch (esp->sreg & ESP_STAT_PMASK) {
2068 phase = (esp->sreg & ESP_STAT_PMASK);

Completed in 31 milliseconds