Lines Matching defs:address
58 * This function provides access to physical memory at the requested address.
74 * The physical address being accessed
128 * This function uses Sys_info.video_reg_base as the base address, so
143 * This function uses Sys_info.video_reg_base as the base address, so
157 * void Redcloud_fp_reg(int mode, unsigned long address, unsigned long *data)
162 * This routine expects the actual GX2 macro definitions for the address.
167 * address: A dword value representing the offset of the register.
173 Redcloud_fp_reg(int mode, unsigned long address, unsigned long *data)
176 *data = read_video_reg64_low(address);
179 write_video_reg64_low(address, *data);