Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
Dmac_esp.c126 struct mac_esp_priv *mep = MAC_ESP_GET_PRIV(esp); in mac_esp_wait_for_empty_fifo() local
141 mep->error = 1; in mac_esp_wait_for_empty_fifo()
147 struct mac_esp_priv *mep = MAC_ESP_GET_PRIV(esp); in mac_esp_wait_for_dreq() local
151 if (mep->pdma_regs == NULL) { in mac_esp_wait_for_dreq()
155 if (nubus_readl(mep->pdma_regs) & 0x200) in mac_esp_wait_for_dreq()
167 mep->error = 1; in mac_esp_wait_for_dreq()
227 : "g" (count1), "a" (mep->pdma_io))
232 struct mac_esp_priv *mep = MAC_ESP_GET_PRIV(esp); in mac_esp_send_pdma_cmd() local
237 mep->error = 0; in mac_esp_send_pdma_cmd()
301 struct mac_esp_priv *mep = MAC_ESP_GET_PRIV(esp); in mac_esp_wait_for_intr() local
[all …]