Lines Matching refs:boot_address
178 u32 boot_address; in ast_backup_fw() local
182 boot_address = get_fw_base(ast); in ast_backup_fw()
184 *(u32 *)(addr + i) = ast_mindwm(ast, boot_address + i); in ast_backup_fw()
194 u32 boot_address; in ast_launch_m68k() local
213 boot_address = 0x44000000; in ast_launch_m68k()
217 boot_address = 0x48000000; in ast_launch_m68k()
220 boot_address = 0x50000000; in ast_launch_m68k()
223 boot_address = 0x60000000; in ast_launch_m68k()
226 boot_address -= 0x200000; /* -2MB */ in ast_launch_m68k()
231 ast_moutdwm(ast, boot_address + i, data); in ast_launch_m68k()
238 ast_moutdwm(ast, 0x1e6e2104, 0x80000000 + boot_address); in ast_launch_m68k()
256 u32 boot_address, offset, data; in ast_get_dp501_max_clk() local
259 boot_address = get_fw_base(ast); in ast_get_dp501_max_clk()
263 data = ast_mindwm(ast, boot_address + offset); in ast_get_dp501_max_clk()
269 *(u32 *)linkcap = ast_mindwm(ast, boot_address + offset); in ast_get_dp501_max_clk()
284 u32 i, boot_address, offset, data; in ast_dp501_read_edid() local
286 boot_address = get_fw_base(ast); in ast_dp501_read_edid()
290 data = ast_mindwm(ast, boot_address + offset); in ast_dp501_read_edid()
296 data = ast_mindwm(ast, boot_address + offset); in ast_dp501_read_edid()
303 data = ast_mindwm(ast, boot_address + offset + i); in ast_dp501_read_edid()