Searched refs:zpt_index (Results 1 – 1 of 1) sorted by relevance
4950 U32 zpt_index; in scic_controller_read_scratch_ram_dword() local4965 zpt_index = offset + (offset - (offset % 4)) + 4; in scic_controller_read_scratch_ram_dword()4967 *value = scu_controller_scratch_ram_register_read(scic_controller,zpt_index); in scic_controller_read_scratch_ram_dword()4973 zpt_index = offset + (offset - (offset % 4)) + 4; in scic_controller_read_scratch_ram_dword()4975 *value = scu_controller_scratch_ram_register_read_ext(scic_controller,zpt_index); in scic_controller_read_scratch_ram_dword()4994 U32 zpt_index; in scic_controller_write_scratch_ram_dword() local5002 zpt_index = offset + (offset - (offset % 4)) + 4; in scic_controller_write_scratch_ram_dword()5004 scu_controller_scratch_ram_register_write(scic_controller,zpt_index,value); in scic_controller_write_scratch_ram_dword()5010 zpt_index = offset + (offset - (offset % 4)) + 4; in scic_controller_write_scratch_ram_dword()5012 scu_controller_scratch_ram_register_write_ext(scic_controller,zpt_index,value); in scic_controller_write_scratch_ram_dword()