Lines Matching refs:boot_address
177 u32 boot_address; in ast_backup_fw() local
181 boot_address = get_fw_base(ast); in ast_backup_fw()
183 *(u32 *)(addr + i) = ast_mindwm(ast, boot_address + i); in ast_backup_fw()
193 u32 boot_address; in ast_launch_m68k() local
216 boot_address = 0x44000000; in ast_launch_m68k()
220 boot_address = 0x48000000; in ast_launch_m68k()
223 boot_address = 0x50000000; in ast_launch_m68k()
226 boot_address = 0x60000000; in ast_launch_m68k()
229 boot_address -= 0x200000; /* -2MB */ in ast_launch_m68k()
234 ast_moutdwm(ast, boot_address + i, data); in ast_launch_m68k()
241 ast_moutdwm(ast, 0x1e6e2104, 0x80000000 + boot_address); in ast_launch_m68k()
259 u32 boot_address, offset, data; in ast_get_dp501_max_clk() local
262 boot_address = get_fw_base(ast); in ast_get_dp501_max_clk()
266 data = ast_mindwm(ast, boot_address + offset); in ast_get_dp501_max_clk()
272 *(u32 *)linkcap = ast_mindwm(ast, boot_address + offset); in ast_get_dp501_max_clk()
287 u32 i, boot_address, offset, data; in ast_dp501_read_edid() local
289 boot_address = get_fw_base(ast); in ast_dp501_read_edid()
293 data = ast_mindwm(ast, boot_address + offset); in ast_dp501_read_edid()
299 data = ast_mindwm(ast, boot_address + offset); in ast_dp501_read_edid()
306 data = ast_mindwm(ast, boot_address + offset + i); in ast_dp501_read_edid()