Lines Matching refs:scic_controller
4822 SCIC_SDS_CONTROLLER_T * scic_controller = (SCIC_SDS_CONTROLLER_T *)controller; in scic_controller_set_interrupt_coalescence() local
4907 scic_controller, in scic_controller_set_interrupt_coalescence()
4912 scic_controller->interrupt_coalesce_number = (U16)coalesce_number; in scic_controller_set_interrupt_coalescence()
4913 scic_controller->interrupt_coalesce_timeout = coalesce_timeout/100; in scic_controller_set_interrupt_coalescence()
4926 SCIC_SDS_CONTROLLER_T * scic_controller = (SCIC_SDS_CONTROLLER_T *)controller; in scic_controller_get_interrupt_coalescence() local
4927 *coalesce_number = scic_controller->interrupt_coalesce_number; in scic_controller_get_interrupt_coalescence()
4928 *coalesce_timeout = scic_controller->interrupt_coalesce_timeout; in scic_controller_get_interrupt_coalescence()
4951 SCIC_SDS_CONTROLLER_T * scic_controller = (SCIC_SDS_CONTROLLER_T *)controller; in scic_controller_read_scratch_ram_dword() local
4952 U32 status = SMU_SMUCSR_READ(scic_controller); 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()
4975 *value = scu_controller_scratch_ram_register_read_ext(scic_controller,zpt_index); in scic_controller_read_scratch_ram_dword()
4998 SCIC_SDS_CONTROLLER_T * scic_controller = (SCIC_SDS_CONTROLLER_T *)controller; in scic_controller_write_scratch_ram_dword() local
5004 scu_controller_scratch_ram_register_write(scic_controller,zpt_index,value); 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()