| /linux/arch/powerpc/xmon/ |
| H A D | dis-asm.h | 8 extern void print_address (unsigned long memaddr); 11 extern int print_insn_powerpc(unsigned long insn, unsigned long memaddr); 12 extern int print_insn_spu(unsigned long insn, unsigned long memaddr); 14 static inline int print_insn_powerpc(unsigned long insn, unsigned long memaddr) in print_insn_powerpc() argument 20 static inline int print_insn_spu(unsigned long insn, unsigned long memaddr) in print_insn_spu() argument
|
| H A D | ppc-dis.c | 119 int print_insn_powerpc (unsigned long insn, unsigned long memaddr) in print_insn_powerpc() argument 213 print_address(memaddr + value); in print_insn_powerpc() 262 memaddr += 2; in print_insn_powerpc()
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | atarilance.c | 247 unsigned long memaddr; member 466 volatile unsigned short *memaddr = in lance_probe1() local 467 (volatile unsigned short *)init_rec->memaddr; in lance_probe1() 478 (long)memaddr, (long)ioaddr )); in lance_probe1() 482 if (!addr_accessible( memaddr, 1, 1 )) goto probe_fail; in lance_probe1() 486 save1 = *memaddr; in lance_probe1() 487 *memaddr = 0x0001; in lance_probe1() 488 if (*memaddr != 0x0001) goto probe_fail; in lance_probe1() 490 *memaddr = 0x0000; in lance_probe1() 491 if (*memaddr != 0x0000) goto probe_fail; in lance_probe1() [all …]
|
| /linux/drivers/misc/eeprom/ |
| H A D | idt_89hpesx.c | 127 __le16 memaddr; member 539 static int idt_eeprom_read_byte(struct idt_89hpesx_dev *pdev, u16 memaddr, in idt_eeprom_read_byte() argument 561 eeseq.memaddr = cpu_to_le16(memaddr); in idt_eeprom_read_byte() 565 memaddr); in idt_eeprom_read_byte() 574 memaddr); in idt_eeprom_read_byte() 611 static int idt_eeprom_write(struct idt_89hpesx_dev *pdev, u16 memaddr, u16 len, in idt_eeprom_write() argument 625 for (idx = 0; idx < len; idx++, memaddr++) { in idt_eeprom_write() 633 eeseq.memaddr = cpu_to_le16(memaddr); in idt_eeprom_write() 639 memaddr, data[idx]); in idt_eeprom_write() 648 ret = idt_eeprom_read_byte(pdev, memaddr, &eeseq.data); in idt_eeprom_write() [all …]
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | file_ops.c | 308 u64 memaddr, void *memvirt, dma_addr_t memdma, in mmap_cdbg() argument 314 memaddr ?: (u64)memvirt, memlen, in mmap_cdbg() 325 memaddr = 0; in hfi1_file_mmap() local 357 memaddr = ((dd->physaddr + TXE_PIO_SEND) + in hfi1_file_mmap() 441 mmap_cdbg(ctxt, subctxt, type, mapio, vmf, memaddr, in hfi1_file_mmap() 462 memaddr = (unsigned long) in hfi1_file_mmap() 479 memaddr = (unsigned long) in hfi1_file_mmap() 494 memaddr = kvirt_to_phys((void *)dd->status); in hfi1_file_mmap() 517 memaddr = (u64)uctxt->subctxt_uregbase; in hfi1_file_mmap() 523 memaddr = (u64)uctxt->subctxt_rcvhdr_base; in hfi1_file_mmap() [all …]
|
| /linux/drivers/vfio/pci/nvgrace-gpu/ |
| H A D | main.c | 49 void *memaddr; member 134 if (nvdev->usemem.memaddr) { in nvgrace_gpu_close_device() 135 memunmap(nvdev->usemem.memaddr); in nvgrace_gpu_close_device() 136 nvdev->usemem.memaddr = NULL; in nvgrace_gpu_close_device() 504 if (memregion->memaddr) in nvgrace_gpu_map_device_mem() 508 memregion->memaddr = memremap(memregion->memphys, in nvgrace_gpu_map_device_mem() 515 if (!memregion->memaddr) in nvgrace_gpu_map_device_mem() 549 (u8 *)nvdev->usemem.memaddr + offset, in nvgrace_gpu_map_and_read() 681 if (copy_from_user((u8 *)nvdev->usemem.memaddr + pos, in nvgrace_gpu_map_and_write()
|
| /linux/drivers/net/arcnet/ |
| H A D | arc-rimi.c | 292 void __iomem *memaddr = lp->mem_start + 0x800 + bufnum * 512 + offset; in arcrimi_copy_to_card() local 294 TIME(dev, "memcpy_toio", count, memcpy_toio(memaddr, buf, count)); in arcrimi_copy_to_card() 301 void __iomem *memaddr = lp->mem_start + 0x800 + bufnum * 512 + offset; in arcrimi_copy_from_card() local 303 TIME(dev, "memcpy_fromio", count, memcpy_fromio(buf, memaddr, count)); in arcrimi_copy_from_card()
|
| H A D | com90xx.c | 634 void __iomem *memaddr = lp->mem_start + bufnum * 512 + offset; in com90xx_copy_to_card() local 636 TIME(dev, "memcpy_toio", count, memcpy_toio(memaddr, buf, count)); in com90xx_copy_to_card() 643 void __iomem *memaddr = lp->mem_start + bufnum * 512 + offset; in com90xx_copy_from_card() local 645 TIME(dev, "memcpy_fromio", count, memcpy_fromio(buf, memaddr, count)); in com90xx_copy_from_card()
|
| /linux/arch/parisc/include/asm/ |
| H A D | pdc.h | 56 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count); 57 int pdc_stable_write(unsigned long staddr, void *memaddr, unsigned long count);
|
| /linux/arch/parisc/kernel/ |
| H A D | firmware.c | 814 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count) in pdc_stable_read() argument 823 memcpy(memaddr, pdc_result, count); in pdc_stable_read() 840 int pdc_stable_write(unsigned long staddr, void *memaddr, unsigned long count) in pdc_stable_write() argument 846 memcpy(pdc_result, memaddr, count); in pdc_stable_write()
|
| /linux/arch/sh/kernel/ |
| H A D | disassemble.c | 291 static void print_sh_insn(u32 memaddr, u16 insn) in print_sh_insn() argument 427 disp_pc_addr = imm + 4 + (memaddr & relmask); in print_sh_insn() 445 pr_cont("%08x", imm + memaddr); in print_sh_insn()
|
| /linux/include/linux/usb/ |
| H A D | net2280.h | 197 u32 memaddr; member
|
| /linux/drivers/video/fbdev/sis/ |
| H A D | init.c | 1569 unsigned char SISIOMEMTYPE *memaddr = SiS_Pr->VideoMemoryAddress; in SiS_ClearBuffer() local 1574 if(!memaddr || !memsize) return; in SiS_ClearBuffer() 1578 memset_io(memaddr, 0, memsize); in SiS_ClearBuffer() 1580 pBuffer = (unsigned short SISIOMEMTYPE *)memaddr; in SiS_ClearBuffer() 1584 pBuffer = (unsigned short SISIOMEMTYPE *)memaddr; in SiS_ClearBuffer() 1587 memset_io(memaddr, 0, 0x8000); in SiS_ClearBuffer()
|
| /linux/drivers/net/ethernet/via/ |
| H A D | via-rhine.c | 1035 long pioaddr, memaddr; in rhine_init_one_pci() local 1078 memaddr = pci_resource_start(pdev, 1); in rhine_init_one_pci() 1091 dev_name(hwdev), io_size, memaddr); in rhine_init_one_pci()
|
| H A D | via-velocity.h | 1393 unsigned long memaddr; member
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_nx.c | 1274 long flashaddr, memaddr; in qla4_82xx_load_from_flash() local 1278 flashaddr = memaddr = ha->hw.flt_region_bootload; in qla4_82xx_load_from_flash() 1292 rval = qla4_82xx_pci_mem_write_2M(ha, memaddr, &data, 8); in qla4_82xx_load_from_flash() 1297 memaddr += 8; in qla4_82xx_load_from_flash()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_nx.c | 1388 long memaddr = BOOTLD_START; in qla82xx_fw_load_from_flash() local 1400 qla82xx_pci_mem_write_2M(ha, memaddr, &data, 8); in qla82xx_fw_load_from_flash() 1402 memaddr += 8; in qla82xx_fw_load_from_flash()
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 5806 memaddr, memsize = 0xf0000, 0x10000 5816 memaddr = int(buf[i+7:], 16) 5824 fp.seek(memaddr)
|