Home
last modified time | relevance | path

Searched refs:CPHYSADDR (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.1.9/arch/mips/include/asm/
Daddrspace.h53 #define CPHYSADDR(a) ((_ACAST32_(a)) & 0x1fffffff) macro
73 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0)
74 #define CKSEG1ADDR(a) (CPHYSADDR(a) | CKSEG1)
75 #define CKSEG2ADDR(a) (CPHYSADDR(a) | CKSEG2)
76 #define CKSEG3ADDR(a) (CPHYSADDR(a) | CKSEG3)
80 #define CKSEG0ADDR(a) (CPHYSADDR(a) | KSEG0)
81 #define CKSEG1ADDR(a) (CPHYSADDR(a) | KSEG1)
82 #define CKSEG2ADDR(a) (CPHYSADDR(a) | KSEG2)
83 #define CKSEG3ADDR(a) (CPHYSADDR(a) | KSEG3)
88 #define KSEG0ADDR(a) (CPHYSADDR(a) | KSEG0)
[all …]
Dpage.h179 return x < CKSEG0 ? XPHYSADDR(x) : CPHYSADDR(x); in ___pa()
189 return CPHYSADDR(x); in ___pa()
/linux-6.1.9/arch/mips/include/asm/mach-jazz/
Dfloppy.h67 vdma_set_addr(JAZZ_FLOPPY_DMA, vdma_phys2log(CPHYSADDR((unsigned long)a))); in fd_set_dma_addr()
111 vdma_alloc(CPHYSADDR(mem), size); /* XXX error checking */ in fd_dma_mem_alloc()
118 vdma_free(vdma_phys2log(CPHYSADDR(addr))); in fd_dma_mem_free()
/linux-6.1.9/include/linux/
Dlantiq.h14 #ifndef CPHYSADDR
15 #define CPHYSADDR(a) 0 macro
/linux-6.1.9/arch/mips/alchemy/devboards/
Dbcsr.c33 bcsr1_phys = KSEG1ADDR(CPHYSADDR(bcsr1_phys)); in bcsr_init()
34 bcsr2_phys = KSEG1ADDR(CPHYSADDR(bcsr2_phys)); in bcsr_init()
/linux-6.1.9/arch/mips/include/asm/mach-dec/
Dmc146818rtc.h20 #define RTC_PORT(x) CPHYSADDR((long)dec_rtc_base)
/linux-6.1.9/arch/mips/sibyte/common/
Dcfe.c94 initrd_pstart = CPHYSADDR(initrd_start); in prom_meminit()
95 initrd_pend = CPHYSADDR(initrd_end); in prom_meminit()
/linux-6.1.9/arch/mips/ar7/
Dmemory.c24 u32 *kernel_end = (u32 *)KSEG1ADDR(CPHYSADDR((u32)&_end)); in memsize()
/linux-6.1.9/arch/mips/ralink/
Dprom.c52 if (CPHYSADDR(p) && *p) { in prom_init_cmdline()
Dmt7621.c68 if (CPHYSADDR(dm + size) >= MT7621_LOWMEM_MAX_SIZE) in mt7621_addr_wraparound_test()
/linux-6.1.9/arch/mips/lantiq/xway/
Dvmmc.c35 (void *) CPHYSADDR(dma_alloc_coherent(&pdev->dev, CP1_SIZE, in vmmc_probe()
/linux-6.1.9/arch/mips/dec/
Dtc.c45 tbus->slot_base = CPHYSADDR((long)rex_slot_address(0)); in tc_bus_get_info()
Dkn01-berr.c106 address = CPHYSADDR(vaddr); in dec_kn01_be_backend()
/linux-6.1.9/arch/mips/lantiq/
Dprom.c66 if (CPHYSADDR(p) && *p) { in prom_init_cmdline()
/linux-6.1.9/arch/mips/bcm47xx/
Dprom.c77 off = CPHYSADDR((unsigned long)prom_init); in prom_init_mem()
/linux-6.1.9/arch/mips/include/asm/mach-au1x00/
Dau1000_dma.h242 __raw_writel(CPHYSADDR(chan->fifo_addr), chan->io + DMA_PERIPHERAL_ADDR); in init_dma()
307 __raw_writel(CPHYSADDR(a), chan->io + DMA_PERIPHERAL_ADDR); in set_dma_fifo_addr()
/linux-6.1.9/drivers/gpio/
Dgpio-mm-lantiq.c96 ltq_ebu_w32(CPHYSADDR(chip->mmchip.regs) | 0x1, LTQ_EBU_ADDRSEL1); in ltq_mm_save_regs()
/linux-6.1.9/arch/mips/alchemy/common/
Dplatform.c37 alchemy_uart_enable(CPHYSADDR(port->membase)); in alchemy_8250_pm()
42 alchemy_uart_disable(CPHYSADDR(port->membase)); in alchemy_8250_pm()
/linux-6.1.9/arch/mips/mm/
Dpage.c632 u64 to_phys = CPHYSADDR((unsigned long)page); in clear_page()
657 u64 from_phys = CPHYSADDR((unsigned long)from); in copy_page()
658 u64 to_phys = CPHYSADDR((unsigned long)to); in copy_page()
/linux-6.1.9/drivers/mtd/nand/raw/
Dxway_nand.c208 ltq_ebu_w32(CPHYSADDR(data->nandaddr) in xway_nand_probe()
/linux-6.1.9/arch/mips/pci/
Dpci-malta.c100 GT_WRITE(GT_PCI0_CFGDATA_OFS, CPHYSADDR(MIPS_GT_BASE)); in mips_pcibios_init()
/linux-6.1.9/drivers/net/ethernet/
Dlantiq_etop.c118 CPHYSADDR(ch->skb[ch->dma.desc]->data); in ltq_etop_alloc_skb()
494 byte_offset = CPHYSADDR(skb->data) % (priv->tx_burst_len * 4); in ltq_etop_tx()
/linux-6.1.9/arch/mips/jazz/
Djazzdma.c83 CPHYSADDR((unsigned long)pgtbl)); in vdma_init()
/linux-6.1.9/arch/mips/sgi-ip22/
Dip28-berr.c414 CPHYSADDR(hp->addr), hp->ctrl, hp->ndptr, hp->cbp); in ip28_be_interrupt()
/linux-6.1.9/drivers/tty/serial/
Dlantiq.c864 if (mmres->start == CPHYSADDR(LTQ_EARLY_ASC)) in lqasc_probe()

12