Searched refs:runway (Results 1 – 2 of 2) sorted by relevance
742 void __iomem *runway; in perf_write_image() local794 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()
1560 struct proc_dir_entry *runway; in ccio_probe() local1562 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()