Home
last modified time | relevance | path

Searched refs:esp (Results 1 – 25 of 9243) sorted by relevance

12345678910>>...370

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/
H A Desp_scsi.c160 esp->ops->send_dma_cmd(esp, esp->command_block_dma, in esp_send_dma_cmd()
1078 i, esp->ireg, esp->sreg); in esp_reconnect_with_tag()
1095 esp->ops->send_dma_cmd(esp, esp->command_block_dma, in esp_reconnect_with_tag()
1114 esp->ops->dma_drain(esp); in esp_reconnect_with_tag()
1118 i, esp->ireg, esp->sreg, in esp_reconnect_with_tag()
1798 esp->ops->dma_drain(esp); in esp_process_event()
2149 esp->sreg, esp->seqreg, esp->sreg2, esp->ireg); in __esp_interrupt()
2177 struct esp *esp = dev_id; in scsi_esp_intr() local
2287 esp->ops->reset_dma(esp); in esp_bootup_reset()
2402 esp->host->unique_id, esp->regs, esp->dma_regs, in scsi_esp_register()
[all …]
H A Djazz_esp.c37 static u8 jazz_esp_read8(struct esp *esp, unsigned long reg) in jazz_esp_read8() argument
42 static int jazz_esp_irq_pending(struct esp *esp) in jazz_esp_irq_pending() argument
49 static void jazz_esp_reset_dma(struct esp *esp) in jazz_esp_reset_dma() argument
54 static void jazz_esp_dma_drain(struct esp *esp) in jazz_esp_dma_drain() argument
59 static void jazz_esp_dma_invalidate(struct esp *esp) in jazz_esp_dma_invalidate() argument
84 static int jazz_esp_dma_error(struct esp *esp) in jazz_esp_dma_error() argument
109 struct esp *esp; in esp_jazz_probe() local
140 esp->command_block = dma_alloc_coherent(esp->dev, 16, in esp_jazz_probe()
154 esp->host->this_id = esp->scsi_id; in esp_jazz_probe()
155 esp->scsi_id_mask = (1 << esp->scsi_id); in esp_jazz_probe()
[all …]
H A Dsun_esp.c112 static int esp_sbus_register_irq(struct esp *esp) in esp_sbus_register_irq() argument
139 esp->host->this_id = esp->scsi_id; in esp_get_scsi_id()
140 esp->scsi_id_mask = (1 << esp->scsi_id); in esp_get_scsi_id()
143 static void esp_get_differential(struct esp *esp) in esp_get_differential() argument
155 static void esp_get_clock_params(struct esp *esp) in esp_get_clock_params() argument
214 static int sbus_esp_irq_pending(struct esp *esp) in sbus_esp_irq_pending() argument
221 static void sbus_esp_reset_dma(struct esp *esp) in sbus_esp_reset_dma() argument
320 static void sbus_esp_dma_drain(struct esp *esp) in sbus_esp_dma_drain() argument
430 static int sbus_esp_dma_error(struct esp *esp) in sbus_esp_dma_error() argument
456 struct esp *esp; in esp_sbus_probe_one() local
[all …]
H A Dzorro_esp.c182 static int zorro_esp_irq_pending(struct esp *esp) in zorro_esp_irq_pending() argument
191 static int cyber_esp_irq_pending(struct esp *esp) in cyber_esp_irq_pending() argument
201 static int fastlane_esp_irq_pending(struct esp *esp) in fastlane_esp_irq_pending() argument
231 static void zorro_esp_reset_dma(struct esp *esp) in zorro_esp_reset_dma() argument
236 static void zorro_esp_dma_drain(struct esp *esp) in zorro_esp_dma_drain() argument
543 static int zorro_esp_dma_error(struct esp *esp) in zorro_esp_dma_error() argument
718 struct esp *esp; in zorro_esp_probe() local
793 esp->scsi_id_mask = (1 << esp->scsi_id); in zorro_esp_probe()
797 zep->esp = esp; in zorro_esp_probe()
828 esp->fifo_reg = esp->regs + ESP_FDATA * 4; in zorro_esp_probe()
[all …]
H A Dam53c974.c92 struct esp *esp; member
96 static void pci_esp_dma_drain(struct esp *esp);
118 static int pci_esp_irq_pending(struct esp *esp) in pci_esp_irq_pending() argument
134 static void pci_esp_reset_dma(struct esp *esp) in pci_esp_reset_dma() argument
139 static void pci_esp_dma_drain(struct esp *esp) in pci_esp_dma_drain() argument
191 static int pci_esp_dma_error(struct esp *esp) in pci_esp_dma_error() argument
377 struct esp *esp; in pci_esp_probe_one() local
423 pep->esp = esp; in pci_esp_probe_one()
437 esp->dma_regs = esp->regs; in pci_esp_probe_one()
468 esp->scsi_id_mask = (1 << esp->scsi_id); in pci_esp_probe_one()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/
H A Desp_scsi.c160 esp->ops->send_dma_cmd(esp, esp->command_block_dma, in esp_send_dma_cmd()
1078 i, esp->ireg, esp->sreg); in esp_reconnect_with_tag()
1095 esp->ops->send_dma_cmd(esp, esp->command_block_dma, in esp_reconnect_with_tag()
1114 esp->ops->dma_drain(esp); in esp_reconnect_with_tag()
1118 i, esp->ireg, esp->sreg, in esp_reconnect_with_tag()
1798 esp->ops->dma_drain(esp); in esp_process_event()
2149 esp->sreg, esp->seqreg, esp->sreg2, esp->ireg); in __esp_interrupt()
2177 struct esp *esp = dev_id; in scsi_esp_intr() local
2287 esp->ops->reset_dma(esp); in esp_bootup_reset()
2402 esp->host->unique_id, esp->regs, esp->dma_regs, in scsi_esp_register()
[all …]
H A Djazz_esp.c37 static u8 jazz_esp_read8(struct esp *esp, unsigned long reg) in jazz_esp_read8() argument
42 static int jazz_esp_irq_pending(struct esp *esp) in jazz_esp_irq_pending() argument
49 static void jazz_esp_reset_dma(struct esp *esp) in jazz_esp_reset_dma() argument
54 static void jazz_esp_dma_drain(struct esp *esp) in jazz_esp_dma_drain() argument
59 static void jazz_esp_dma_invalidate(struct esp *esp) in jazz_esp_dma_invalidate() argument
84 static int jazz_esp_dma_error(struct esp *esp) in jazz_esp_dma_error() argument
109 struct esp *esp; in esp_jazz_probe() local
140 esp->command_block = dma_alloc_coherent(esp->dev, 16, in esp_jazz_probe()
154 esp->host->this_id = esp->scsi_id; in esp_jazz_probe()
155 esp->scsi_id_mask = (1 << esp->scsi_id); in esp_jazz_probe()
[all …]
H A Dsun_esp.c112 static int esp_sbus_register_irq(struct esp *esp) in esp_sbus_register_irq() argument
139 esp->host->this_id = esp->scsi_id; in esp_get_scsi_id()
140 esp->scsi_id_mask = (1 << esp->scsi_id); in esp_get_scsi_id()
143 static void esp_get_differential(struct esp *esp) in esp_get_differential() argument
155 static void esp_get_clock_params(struct esp *esp) in esp_get_clock_params() argument
214 static int sbus_esp_irq_pending(struct esp *esp) in sbus_esp_irq_pending() argument
221 static void sbus_esp_reset_dma(struct esp *esp) in sbus_esp_reset_dma() argument
320 static void sbus_esp_dma_drain(struct esp *esp) in sbus_esp_dma_drain() argument
430 static int sbus_esp_dma_error(struct esp *esp) in sbus_esp_dma_error() argument
456 struct esp *esp; in esp_sbus_probe_one() local
[all …]
H A Dzorro_esp.c182 static int zorro_esp_irq_pending(struct esp *esp) in zorro_esp_irq_pending() argument
191 static int cyber_esp_irq_pending(struct esp *esp) in cyber_esp_irq_pending() argument
201 static int fastlane_esp_irq_pending(struct esp *esp) in fastlane_esp_irq_pending() argument
231 static void zorro_esp_reset_dma(struct esp *esp) in zorro_esp_reset_dma() argument
236 static void zorro_esp_dma_drain(struct esp *esp) in zorro_esp_dma_drain() argument
543 static int zorro_esp_dma_error(struct esp *esp) in zorro_esp_dma_error() argument
718 struct esp *esp; in zorro_esp_probe() local
793 esp->scsi_id_mask = (1 << esp->scsi_id); in zorro_esp_probe()
797 zep->esp = esp; in zorro_esp_probe()
828 esp->fifo_reg = esp->regs + ESP_FDATA * 4; in zorro_esp_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/
H A Desp_scsi.c160 esp->ops->send_dma_cmd(esp, esp->command_block_dma, in esp_send_dma_cmd()
1078 i, esp->ireg, esp->sreg); in esp_reconnect_with_tag()
1095 esp->ops->send_dma_cmd(esp, esp->command_block_dma, in esp_reconnect_with_tag()
1114 esp->ops->dma_drain(esp); in esp_reconnect_with_tag()
1118 i, esp->ireg, esp->sreg, in esp_reconnect_with_tag()
1798 esp->ops->dma_drain(esp); in esp_process_event()
2149 esp->sreg, esp->seqreg, esp->sreg2, esp->ireg); in __esp_interrupt()
2177 struct esp *esp = dev_id; in scsi_esp_intr() local
2287 esp->ops->reset_dma(esp); in esp_bootup_reset()
2402 esp->host->unique_id, esp->regs, esp->dma_regs, in scsi_esp_register()
[all …]
H A Djazz_esp.c37 static u8 jazz_esp_read8(struct esp *esp, unsigned long reg) in jazz_esp_read8() argument
42 static int jazz_esp_irq_pending(struct esp *esp) in jazz_esp_irq_pending() argument
49 static void jazz_esp_reset_dma(struct esp *esp) in jazz_esp_reset_dma() argument
54 static void jazz_esp_dma_drain(struct esp *esp) in jazz_esp_dma_drain() argument
59 static void jazz_esp_dma_invalidate(struct esp *esp) in jazz_esp_dma_invalidate() argument
84 static int jazz_esp_dma_error(struct esp *esp) in jazz_esp_dma_error() argument
109 struct esp *esp; in esp_jazz_probe() local
140 esp->command_block = dma_alloc_coherent(esp->dev, 16, in esp_jazz_probe()
154 esp->host->this_id = esp->scsi_id; in esp_jazz_probe()
155 esp->scsi_id_mask = (1 << esp->scsi_id); in esp_jazz_probe()
[all …]
H A Dsun_esp.c112 static int esp_sbus_register_irq(struct esp *esp) in esp_sbus_register_irq() argument
139 esp->host->this_id = esp->scsi_id; in esp_get_scsi_id()
140 esp->scsi_id_mask = (1 << esp->scsi_id); in esp_get_scsi_id()
143 static void esp_get_differential(struct esp *esp) in esp_get_differential() argument
155 static void esp_get_clock_params(struct esp *esp) in esp_get_clock_params() argument
214 static int sbus_esp_irq_pending(struct esp *esp) in sbus_esp_irq_pending() argument
221 static void sbus_esp_reset_dma(struct esp *esp) in sbus_esp_reset_dma() argument
320 static void sbus_esp_dma_drain(struct esp *esp) in sbus_esp_dma_drain() argument
430 static int sbus_esp_dma_error(struct esp *esp) in sbus_esp_dma_error() argument
456 struct esp *esp; in esp_sbus_probe_one() local
[all …]
H A Dzorro_esp.c182 static int zorro_esp_irq_pending(struct esp *esp) in zorro_esp_irq_pending() argument
191 static int cyber_esp_irq_pending(struct esp *esp) in cyber_esp_irq_pending() argument
201 static int fastlane_esp_irq_pending(struct esp *esp) in fastlane_esp_irq_pending() argument
231 static void zorro_esp_reset_dma(struct esp *esp) in zorro_esp_reset_dma() argument
236 static void zorro_esp_dma_drain(struct esp *esp) in zorro_esp_dma_drain() argument
543 static int zorro_esp_dma_error(struct esp *esp) in zorro_esp_dma_error() argument
718 struct esp *esp; in zorro_esp_probe() local
793 esp->scsi_id_mask = (1 << esp->scsi_id); in zorro_esp_probe()
797 zep->esp = esp; in zorro_esp_probe()
828 esp->fifo_reg = esp->regs + ESP_FDATA * 4; in zorro_esp_probe()
[all …]
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_scalarmult/curve25519/athlon/
H A Dfromdouble.s7 mov %esp,%eax
10 sub %eax,%esp
11 movl %ebp,0(%esp)
15 fstpl 96(%esp)
18 fstpl 104(%esp)
21 fstpl 112(%esp)
24 fstpl 120(%esp)
27 fstpl 128(%esp)
30 fstpl 136(%esp)
33 fstpl 144(%esp)
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/EmulatorPkg/Unix/Host/Ia32/
H A DGasket.S26 movl %esp, %ebp
30 movl %eax, 4(%esp)
32 movl %eax, (%esp)
43 movl %esp, %ebp
49 movl %eax, (%esp)
59 movl %esp, %ebp
75 movl %esp, %ebp
91 movl %esp, %ebp
107 movl %esp, %ebp
121 movl %esp, %ebp
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/EmulatorPkg/Unix/Host/Ia32/
H A DGasket.S26 movl %esp, %ebp
30 movl %eax, 4(%esp)
32 movl %eax, (%esp)
43 movl %esp, %ebp
49 movl %eax, (%esp)
59 movl %esp, %ebp
75 movl %esp, %ebp
91 movl %esp, %ebp
107 movl %esp, %ebp
121 movl %esp, %ebp
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/EmulatorPkg/Unix/Host/Ia32/
H A DGasket.S26 movl %esp, %ebp
30 movl %eax, 4(%esp)
32 movl %eax, (%esp)
43 movl %esp, %ebp
49 movl %eax, (%esp)
59 movl %esp, %ebp
75 movl %esp, %ebp
91 movl %esp, %ebp
107 movl %esp, %ebp
121 movl %esp, %ebp
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/EmulatorPkg/Unix/Host/Ia32/
H A DGasket.S26 movl %esp, %ebp
30 movl %eax, 4(%esp)
32 movl %eax, (%esp)
43 movl %esp, %ebp
49 movl %eax, (%esp)
59 movl %esp, %ebp
75 movl %esp, %ebp
91 movl %esp, %ebp
107 movl %esp, %ebp
121 movl %esp, %ebp
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/EmulatorPkg/Unix/Host/Ia32/
H A DGasket.S26 movl %esp, %ebp
30 movl %eax, 4(%esp)
32 movl %eax, (%esp)
43 movl %esp, %ebp
49 movl %eax, (%esp)
59 movl %esp, %ebp
75 movl %esp, %ebp
91 movl %esp, %ebp
107 movl %esp, %ebp
121 movl %esp, %ebp
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EmulatorPkg/Unix/Host/Ia32/
H A DGasket.S32 movl %esp, %ebp
49 movl %esp, %ebp
65 movl %esp, %ebp
81 movl %esp, %ebp
97 movl %esp, %ebp
113 movl %esp, %ebp
303 movl %esp, %ebp
726 subl $8, %esp
732 addl $8, %esp
751 subl $24, %esp
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/EmulatorPkg/Unix/Host/Ia32/
H A DGasket.S26 movl %esp, %ebp
30 movl %eax, 4(%esp)
32 movl %eax, (%esp)
43 movl %esp, %ebp
49 movl %eax, (%esp)
59 movl %esp, %ebp
75 movl %esp, %ebp
91 movl %esp, %ebp
107 movl %esp, %ebp
121 movl %esp, %ebp
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/EmulatorPkg/Unix/Host/Ia32/
H A DGasket.S26 movl %esp, %ebp
30 movl %eax, 4(%esp)
32 movl %eax, (%esp)
43 movl %esp, %ebp
49 movl %eax, (%esp)
59 movl %esp, %ebp
75 movl %esp, %ebp
91 movl %esp, %ebp
107 movl %esp, %ebp
121 movl %esp, %ebp
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/EmulatorPkg/Unix/Host/Ia32/
H A DGasket.S26 movl %esp, %ebp
30 movl %eax, 4(%esp)
32 movl %eax, (%esp)
43 movl %esp, %ebp
49 movl %eax, (%esp)
59 movl %esp, %ebp
75 movl %esp, %ebp
91 movl %esp, %ebp
107 movl %esp, %ebp
121 movl %esp, %ebp
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/EmulatorPkg/Unix/Host/Ia32/
H A DGasket.S26 movl %esp, %ebp
30 movl %eax, 4(%esp)
32 movl %eax, (%esp)
43 movl %esp, %ebp
49 movl %eax, (%esp)
59 movl %esp, %ebp
75 movl %esp, %ebp
91 movl %esp, %ebp
107 movl %esp, %ebp
121 movl %esp, %ebp
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macintel/
H A Dmain.s1870 movl 20(%esp),%esp
1890 movl 20(%esp),%esp
1910 movl 20(%esp),%esp
1930 movl 20(%esp),%esp
1950 movl 20(%esp),%esp
1970 movl 20(%esp),%esp
1990 movl 20(%esp),%esp
2010 movl 20(%esp),%esp
2030 movl 20(%esp),%esp
2050 movl 20(%esp),%esp
[all …]

12345678910>>...370