Lines Matching defs:address
157 * This function provides access to physical memory at the requested address.
167 * addr is: The physical address being accessed
217 * This function uses Sys_info.video_reg_base as the base address, so
231 * This function uses Sys_info.video_reg_base as the base address, so
245 * void Redcloud_fp_reg( int mode, unsigned long address, unsigned long *data )
249 * This routine expects the actual GX2 macro definitions for the address.
254 * address: A dword value representing the offset of the register.
261 Redcloud_fp_reg(int mode, unsigned long address, unsigned long *data)
264 *data = read_video_reg64_low(address);
266 write_video_reg64_low(address, *data);