Home
last modified time | relevance | path

Searched refs:runway (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/parisc/kernel/
Dperf.c742 void __iomem *runway; in perf_write_image() local
794 runway = ioremap(cpu_device->hpa.start, 4096); in perf_write_image()
795 if (!runway) { in perf_write_image()
801 tmp64 = __raw_readq(runway + RUNWAY_STATUS) & 0xffecfffffffffffful; in perf_write_image()
803 runway + RUNWAY_STATUS); in perf_write_image()
807 __raw_writeq(*memaddr++, runway + RUNWAY_DEBUG); in perf_write_image()
/linux-6.12.1/drivers/parisc/
Dccio-dma.c1560 struct proc_dir_entry *runway; in ccio_probe() local
1562 runway = proc_mkdir("bus/runway", NULL); in ccio_probe()
1563 if (runway) { in ccio_probe()
1564 proc_create_single(MODULE_NAME, 0, runway, in ccio_probe()
1566 proc_create_single(MODULE_NAME"-bitmap", 0, runway, in ccio_probe()