Searched refs:boot_address (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/ast/ |
A D | ast_dp501.c | 190 u32 boot_address; in ast_backup_fw() local 197 boot_address = get_fw_base(ast); in ast_backup_fw() 209 u32 boot_address; in ast_launch_m68k() local 235 boot_address = 0x44000000; in ast_launch_m68k() 239 boot_address = 0x48000000; in ast_launch_m68k() 242 boot_address = 0x50000000; in ast_launch_m68k() 245 boot_address = 0x60000000; in ast_launch_m68k() 248 boot_address -= 0x200000; /* -2MB */ in ast_launch_m68k() 253 ast_moutdwm(ast, boot_address + i, data); in ast_launch_m68k() 278 u32 i, boot_address, offset, data; in ast_dp501_read_edid() local [all …]
|
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | pm2fb.c | 95 u32 boot_address; /* BootAddress reg at probe */ member 339 pm2_WR(p, PM2R_BOOT_ADDRESS, p->boot_address); in reset_card() 1587 default_par->boot_address = pm2_RD(default_par, PM2R_BOOT_ADDRESS); in pm2fb_probe() 1590 default_par->mem_control, default_par->boot_address, in pm2fb_probe() 1594 default_par->boot_address == 0x31 && in pm2fb_probe() 1598 default_par->boot_address = 0x20; in pm2fb_probe()
|
Completed in 6 milliseconds