Searched refs:io_of_addr (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | offb.c | 372 const __be32 io_of_addr[3] = { 0x01000000, 0x0, 0x0 }; in offb_init_palette_hacks() local 374 const __be32 io_of_addr[3] = { 0x00000001, 0x0, 0x0 }; in offb_init_palette_hacks() 376 u64 io_addr = of_translate_address(dp, io_of_addr); in offb_init_palette_hacks()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | offb.c | 375 const __be32 io_of_addr[3] = { 0x01000000, 0x0, 0x0 }; in offb_init_palette_hacks() local 377 const __be32 io_of_addr[3] = { 0x00000001, 0x0, 0x0 }; in offb_init_palette_hacks() 379 u64 io_addr = of_translate_address(dp, io_of_addr); in offb_init_palette_hacks()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/ |
H A D | ofdrm.c | 616 static const __be32 io_of_addr[3] = { in ofdrm_qemu_cmap_ioremap() local 626 address = of_translate_address(of_node, io_of_addr); in ofdrm_qemu_cmap_ioremap()
|
Completed in 5 milliseconds