Lines Matching +full:simple +full:- +full:framebuffer
1 // SPDX-License-Identifier: GPL-2.0
23 * System-specifc irq names for clarity
95 res[0].end = MI_REG_BASE + NUM_MI_REGS * 4 - 1; in n64_platform_init()
99 res[1].end = AI_REG_BASE + NUM_AI_REGS * 4 - 1; in n64_platform_init()
105 platform_device_register_simple("n64audio", -1, res, 3); in n64_platform_init()
110 res[0].end = PI_REG_BASE + NUM_PI_REGS * 4 - 1; in n64_platform_init()
112 platform_device_register_simple("n64cart", -1, res, 1); in n64_platform_init()
117 res[0].end = SI_REG_BASE + NUM_SI_REGS * 4 - 1; in n64_platform_init()
119 platform_device_register_simple("n64joy", -1, res, 1); in n64_platform_init()
121 /* The framebuffer needs 64-byte alignment */ in n64_platform_init()
124 return -ENOMEM; in n64_platform_init()
136 /* setup IORESOURCE_MEM as framebuffer memory */ in n64_platform_init()
141 res[0].end = phys + W * H * 2 - 1; in n64_platform_init()
143 platform_device_register_resndata(NULL, "simple-framebuffer", 0, in n64_platform_init()