• Home
  • Raw
  • Download

Lines Matching defs:esp

51 	struct esp *esp;  member
59 #define MAC_ESP_GET_PRIV(esp) ((struct mac_esp_priv *) \ argument
63 static inline void mac_esp_write8(struct esp *esp, u8 val, unsigned long reg) in mac_esp_write8()
68 static inline u8 mac_esp_read8(struct esp *esp, unsigned long reg) in mac_esp_read8()
77 static dma_addr_t mac_esp_map_single(struct esp *esp, void *buf, in mac_esp_map_single()
83 static int mac_esp_map_sg(struct esp *esp, struct scatterlist *sg, in mac_esp_map_sg()
93 static void mac_esp_unmap_single(struct esp *esp, dma_addr_t addr, in mac_esp_unmap_single()
99 static void mac_esp_unmap_sg(struct esp *esp, struct scatterlist *sg, in mac_esp_unmap_sg()
105 static void mac_esp_reset_dma(struct esp *esp) in mac_esp_reset_dma()
110 static void mac_esp_dma_drain(struct esp *esp) in mac_esp_dma_drain()
115 static void mac_esp_dma_invalidate(struct esp *esp) in mac_esp_dma_invalidate()
120 static int mac_esp_dma_error(struct esp *esp) in mac_esp_dma_error()
125 static inline int mac_esp_wait_for_empty_fifo(struct esp *esp) in mac_esp_wait_for_empty_fifo()
146 static inline int mac_esp_wait_for_dreq(struct esp *esp) in mac_esp_wait_for_dreq()
230 static void mac_esp_send_pdma_cmd(struct esp *esp, u32 addr, u32 esp_count, in mac_esp_send_pdma_cmd()
282 static inline int mac_esp_wait_for_fifo(struct esp *esp) in mac_esp_wait_for_fifo()
298 static inline int mac_esp_wait_for_intr(struct esp *esp) in mac_esp_wait_for_intr()
347 static void mac_esp_send_pio_cmd(struct esp *esp, u32 addr, u32 esp_count, in mac_esp_send_pio_cmd()
435 static int mac_esp_irq_pending(struct esp *esp) in mac_esp_irq_pending()
442 static u32 mac_esp_dma_length_limit(struct esp *esp, u32 dma_addr, u32 dma_len) in mac_esp_dma_length_limit()
493 struct esp *esp; in esp_mac_probe() local
620 struct esp *esp = mep->esp; in esp_mac_remove() local