Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/ast/
H A Dast_dp501.c182 u32 boot_address; in ast_backup_fw() local
186 boot_address = get_fw_base(ast); in ast_backup_fw()
188 *(u32 *)(addr + i) = ast_mindwm(ast, boot_address + i); in ast_backup_fw()
198 u32 boot_address; in ast_launch_m68k() local
221 boot_address = 0x44000000; in ast_launch_m68k()
225 boot_address = 0x48000000; in ast_launch_m68k()
228 boot_address = 0x50000000; in ast_launch_m68k()
231 boot_address = 0x60000000; in ast_launch_m68k()
234 boot_address -= 0x200000; /* -2MB */ in ast_launch_m68k()
239 ast_moutdwm(ast, boot_address + i, data); in ast_launch_m68k()
[all …]