Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/xmon/
Ddis-asm.h12 extern void print_address (unsigned long memaddr);
15 extern int print_insn_powerpc(unsigned long insn, unsigned long memaddr);
16 extern int print_insn_spu(unsigned long insn, unsigned long memaddr);
18 static inline int print_insn_powerpc(unsigned long insn, unsigned long memaddr) in print_insn_powerpc() argument
24 static inline int print_insn_spu(unsigned long insn, unsigned long memaddr) in print_insn_spu() argument
Dspu-dis.c94 print_insn_spu (unsigned long insn, unsigned long memaddr) in print_insn_spu() argument
184 print_address(memaddr + DECODE_INSN_I9a (insn) * 4); in print_insn_spu()
187 print_address(memaddr + DECODE_INSN_I9b (insn) * 4); in print_insn_spu()
212 hex_value = memaddr + value; in print_insn_spu()
Dppc-dis.c130 int print_insn_powerpc (unsigned long insn, unsigned long memaddr) in print_insn_powerpc() argument
235 print_address(memaddr + value); in print_insn_powerpc()
284 memaddr += 2; in print_insn_powerpc()
/Linux-v4.19/drivers/net/ethernet/amd/
Datarilance.c246 unsigned long memaddr; member
468 volatile unsigned short *memaddr = in lance_probe1() local
469 (volatile unsigned short *)init_rec->memaddr; in lance_probe1()
479 (long)memaddr, (long)ioaddr )); in lance_probe1()
483 if (!addr_accessible( memaddr, 1, 1 )) goto probe_fail; in lance_probe1()
487 save1 = *memaddr; in lance_probe1()
488 *memaddr = 0x0001; in lance_probe1()
489 if (*memaddr != 0x0001) goto probe_fail; in lance_probe1()
491 *memaddr = 0x0000; in lance_probe1()
492 if (*memaddr != 0x0000) goto probe_fail; in lance_probe1()
[all …]
/Linux-v4.19/drivers/misc/eeprom/
Didt_89hpesx.c165 u16 memaddr; member
577 static int idt_eeprom_read_byte(struct idt_89hpesx_dev *pdev, u16 memaddr, in idt_eeprom_read_byte() argument
599 eeseq.memaddr = cpu_to_le16(memaddr); in idt_eeprom_read_byte()
603 memaddr); in idt_eeprom_read_byte()
612 memaddr); in idt_eeprom_read_byte()
649 static int idt_eeprom_write(struct idt_89hpesx_dev *pdev, u16 memaddr, u16 len, in idt_eeprom_write() argument
663 for (idx = 0; idx < len; idx++, memaddr++) { in idt_eeprom_write()
671 eeseq.memaddr = cpu_to_le16(memaddr); in idt_eeprom_write()
677 memaddr, data[idx]); in idt_eeprom_write()
686 ret = idt_eeprom_read_byte(pdev, memaddr, &eeseq.data); in idt_eeprom_write()
[all …]
/Linux-v4.19/arch/parisc/kernel/
Dperf.c206 static int perf_write_image(uint64_t *memaddr);
748 static int perf_write_image(uint64_t *memaddr) in perf_write_image() argument
784 tmp64 = *intrigue_bitmask & *memaddr++; in perf_write_image()
790 *bptr++ = *memaddr++; in perf_write_image()
816 __raw_writeq(tmp64 | (*memaddr++ & 0x0013000000000000ul), in perf_write_image()
821 __raw_writeq(*memaddr++, runway + RUNWAY_DEBUG); in perf_write_image()
Dfirmware.c701 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count) in pdc_stable_read() argument
710 memcpy(memaddr, pdc_result, count); in pdc_stable_read()
727 int pdc_stable_write(unsigned long staddr, void *memaddr, unsigned long count) in pdc_stable_write() argument
733 memcpy(pdc_result, memaddr, count); in pdc_stable_write()
/Linux-v4.19/arch/parisc/include/asm/
Dpdc.h54 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count);
55 int pdc_stable_write(unsigned long staddr, void *memaddr, unsigned long count);
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dfile_ops.c346 memaddr = 0; in hfi1_file_mmap() local
372 memaddr = ((dd->physaddr + TXE_PIO_SEND) + in hfi1_file_mmap()
399 memaddr = virt_to_phys(memvirt) + in hfi1_file_mmap()
463 memaddr = (unsigned long) in hfi1_file_mmap()
480 memaddr = (unsigned long) in hfi1_file_mmap()
495 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()
529 memaddr = (u64)uctxt->subctxt_rcvegrbuf; in hfi1_file_mmap()
542 memaddr = (u64)cq->comps; in hfi1_file_mmap()
[all …]
/Linux-v4.19/drivers/net/arcnet/
Darc-rimi.c291 void __iomem *memaddr = lp->mem_start + 0x800 + bufnum * 512 + offset; in arcrimi_copy_to_card() local
293 TIME(dev, "memcpy_toio", count, memcpy_toio(memaddr, buf, count)); in arcrimi_copy_to_card()
300 void __iomem *memaddr = lp->mem_start + 0x800 + bufnum * 512 + offset; in arcrimi_copy_from_card() local
302 TIME(dev, "memcpy_fromio", count, memcpy_fromio(buf, memaddr, count)); in arcrimi_copy_from_card()
Dcom90xx.c633 void __iomem *memaddr = lp->mem_start + bufnum * 512 + offset; in com90xx_copy_to_card() local
635 TIME(dev, "memcpy_toio", count, memcpy_toio(memaddr, buf, count)); in com90xx_copy_to_card()
642 void __iomem *memaddr = lp->mem_start + bufnum * 512 + offset; in com90xx_copy_from_card() local
644 TIME(dev, "memcpy_fromio", count, memcpy_fromio(buf, memaddr, count)); in com90xx_copy_from_card()
/Linux-v4.19/drivers/staging/vt6655/
Ddevice.h130 u32 memaddr; member
Ddevice_main.c1696 "Before get pci_info memaddr is %x\n", priv->memaddr); in vt6655_probe()
1700 priv->memaddr = pci_resource_start(pcid, 0); in vt6655_probe()
1702 priv->PortOffset = ioremap(priv->memaddr & PCI_BASE_ADDRESS_MEM_MASK, in vt6655_probe()
/Linux-v4.19/include/linux/usb/
Dnet2280.h211 u32 memaddr; member
/Linux-v4.19/arch/sh/kernel/
Ddisassemble.c294 static void print_sh_insn(u32 memaddr, u16 insn) in print_sh_insn() argument
430 disp_pc_addr = imm + 4 + (memaddr & relmask); in print_sh_insn()
448 printk("%08x", imm + memaddr); in print_sh_insn()
/Linux-v4.19/drivers/video/fbdev/sis/
Dinit.c1569 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-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c1750 u32 offset, memtype, memaddr; in cxgb4_read_tpte() local
1782 memaddr = offset; in cxgb4_read_tpte()
1785 memaddr = offset - edc0_end; in cxgb4_read_tpte()
1789 memaddr = offset - edc1_end; in cxgb4_read_tpte()
1792 memaddr = offset - edc1_end; in cxgb4_read_tpte()
1799 memaddr = offset - mc0_end; in cxgb4_read_tpte()
1811 ret = t4_memory_rw(adap, 0, memtype, memaddr, 32, tpte, T4_MEMORY_READ); in cxgb4_read_tpte()
/Linux-v4.19/drivers/net/ethernet/via/
Dvia-rhine.c1041 long pioaddr, memaddr; in rhine_init_one_pci() local
1089 memaddr = pci_resource_start(pdev, 1); in rhine_init_one_pci()
1102 dev_name(hwdev), io_size, memaddr); in rhine_init_one_pci()
Dvia-velocity.h1447 unsigned long memaddr; member
Dvia-velocity.c2672 vptr->memaddr = pci_resource_start(pdev, 1); in velocity_get_pci_info()
2715 vptr->memaddr = res.start; in velocity_get_platform_info()
2813 regs = ioremap(vptr->memaddr, VELOCITY_IO_SIZE); in velocity_probe()
/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_nx.c1293 long flashaddr, memaddr; in qla4_82xx_load_from_flash() local
1297 flashaddr = memaddr = ha->hw.flt_region_bootload; in qla4_82xx_load_from_flash()
1311 rval = qla4_82xx_pci_mem_write_2M(ha, memaddr, &data, 8); in qla4_82xx_load_from_flash()
1316 memaddr += 8; in qla4_82xx_load_from_flash()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_nx.c1435 long memaddr = BOOTLD_START; in qla82xx_fw_load_from_flash() local
1446 qla82xx_pci_mem_write_2M(ha, memaddr, &data, 8); in qla82xx_fw_load_from_flash()
1448 memaddr += 8; in qla82xx_fw_load_from_flash()
/Linux-v4.19/tools/power/pm-graph/
Dsleepgraph.py4916 memaddr = 0xf0000
4927 memaddr = int(buf[i+7:], 16)
4935 fp.seek(memaddr)