Home
last modified time | relevance | path

Searched defs:esp (Results 1 – 8 of 8) sorted by relevance

/drivers/scsi/
Desp_scsi.c106 static void esp_log_fill_regs(struct esp *esp, in esp_log_fill_regs()
117 void scsi_esp_cmd(struct esp *esp, u8 val) in scsi_esp_cmd()
133 static void esp_event(struct esp *esp, u8 val) in esp_event()
148 static void esp_dump_cmd_log(struct esp *esp) in esp_dump_cmd_log()
171 static void esp_flush_fifo(struct esp *esp) in esp_flush_fifo()
189 static void hme_read_fifo(struct esp *esp) in hme_read_fifo()
206 static void esp_set_all_config3(struct esp *esp, u8 val) in esp_set_all_config3()
215 static void esp_reset_esp(struct esp *esp) in esp_reset_esp()
326 static void esp_map_dma(struct esp *esp, struct scsi_cmnd *cmd) in esp_map_dma()
373 static void esp_advance_dma(struct esp *esp, struct esp_cmd_entry *ent, in esp_advance_dma()
[all …]
Djazz_esp.c30 static void jazz_esp_write8(struct esp *esp, u8 val, unsigned long reg) in jazz_esp_write8()
35 static u8 jazz_esp_read8(struct esp *esp, unsigned long reg) in jazz_esp_read8()
40 static dma_addr_t jazz_esp_map_single(struct esp *esp, void *buf, in jazz_esp_map_single()
46 static int jazz_esp_map_sg(struct esp *esp, struct scatterlist *sg, in jazz_esp_map_sg()
52 static void jazz_esp_unmap_single(struct esp *esp, dma_addr_t addr, in jazz_esp_unmap_single()
58 static void jazz_esp_unmap_sg(struct esp *esp, struct scatterlist *sg, in jazz_esp_unmap_sg()
64 static int jazz_esp_irq_pending(struct esp *esp) in jazz_esp_irq_pending()
71 static void jazz_esp_reset_dma(struct esp *esp) in jazz_esp_reset_dma()
76 static void jazz_esp_dma_drain(struct esp *esp) in jazz_esp_dma_drain()
81 static void jazz_esp_dma_invalidate(struct esp *esp) in jazz_esp_dma_invalidate()
[all …]
Dsun_esp.c45 static int __devinit esp_sbus_setup_dma(struct esp *esp, in esp_sbus_setup_dma()
81 static int __devinit esp_sbus_map_regs(struct esp *esp, int hme) in esp_sbus_map_regs()
101 static int __devinit esp_sbus_map_command_block(struct esp *esp) in esp_sbus_map_command_block()
113 static int __devinit esp_sbus_register_irq(struct esp *esp) in esp_sbus_register_irq()
122 static void __devinit esp_get_scsi_id(struct esp *esp, struct of_device *espdma) in esp_get_scsi_id()
144 static void __devinit esp_get_differential(struct esp *esp) in esp_get_differential()
156 static void __devinit esp_get_clock_params(struct esp *esp) in esp_get_clock_params()
172 static void __devinit esp_get_bursts(struct esp *esp, struct of_device *dma_of) in esp_get_bursts()
197 static void __devinit esp_sbus_get_props(struct esp *esp, struct of_device *espdma) in esp_sbus_get_props()
205 static void sbus_esp_write8(struct esp *esp, u8 val, unsigned long reg) in sbus_esp_write8()
[all …]
Desp_scsi.h416 struct esp { struct
420 const struct esp_driver_ops *ops; argument
425 struct esp_cmd_entry *active_cmd; argument
449 struct list_head esp_cmd_pool; argument
451 struct esp_target_data target[ESP_MAX_TARGET]; argument
456 struct esp_event_ent esp_event_log[ESP_EVENT_LOG_SZ]; argument
457 int esp_event_cur; argument
472 enum esp_rev rev; argument
474 u32 flags;
505 /* Probed in esp_get_clock_params() */ argument
[all …]
Dmac_esp.c51 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()
[all …]
Dsun3x_esp.c52 static void sun3x_esp_write8(struct esp *esp, u8 val, unsigned long reg) in sun3x_esp_write8()
57 static u8 sun3x_esp_read8(struct esp *esp, unsigned long reg) in sun3x_esp_read8()
62 static dma_addr_t sun3x_esp_map_single(struct esp *esp, void *buf, in sun3x_esp_map_single()
68 static int sun3x_esp_map_sg(struct esp *esp, struct scatterlist *sg, in sun3x_esp_map_sg()
74 static void sun3x_esp_unmap_single(struct esp *esp, dma_addr_t addr, in sun3x_esp_unmap_single()
80 static void sun3x_esp_unmap_sg(struct esp *esp, struct scatterlist *sg, in sun3x_esp_unmap_sg()
86 static int sun3x_esp_irq_pending(struct esp *esp) in sun3x_esp_irq_pending()
93 static void sun3x_esp_reset_dma(struct esp *esp) in sun3x_esp_reset_dma()
106 static void sun3x_esp_dma_drain(struct esp *esp) in sun3x_esp_dma_drain()
128 static void sun3x_esp_dma_invalidate(struct esp *esp) in sun3x_esp_dma_invalidate()
[all …]
/drivers/lguest/
Dinterrupts_and_traps.c339 void guest_set_stack(struct lg_cpu *cpu, u32 seg, u32 esp, unsigned int pages) in guest_set_stack()
/drivers/char/
Desp.c2353 int esp[] = { 0x100, 0x140, 0x180, 0x200, 0x240, 0x280, 0x300, 0x380 }; in espserial_init() local