Lines Matching refs:ffdc
6017 scb->cmd.ffdc.op_code = IPS_CMD_FFDC; in ips_ffdc_reset()
6018 scb->cmd.ffdc.command_id = IPS_COMMAND_ID(ha, scb); in ips_ffdc_reset()
6019 scb->cmd.ffdc.reset_count = ha->reset_count; in ips_ffdc_reset()
6020 scb->cmd.ffdc.reset_type = 0x80; in ips_ffdc_reset()
6053 scb->cmd.ffdc.op_code = IPS_CMD_FFDC; in ips_ffdc_time()
6054 scb->cmd.ffdc.command_id = IPS_COMMAND_ID(ha, scb); in ips_ffdc_time()
6055 scb->cmd.ffdc.reset_count = 0; in ips_ffdc_time()
6056 scb->cmd.ffdc.reset_type = 0; in ips_ffdc_time()
6101 scb->cmd.ffdc.hour = (rem / IPS_SECS_HOUR); in ips_fix_ffdc_time()
6103 scb->cmd.ffdc.minute = (rem / IPS_SECS_MIN); in ips_fix_ffdc_time()
6104 scb->cmd.ffdc.second = (rem % IPS_SECS_MIN); in ips_fix_ffdc_time()
6119 scb->cmd.ffdc.yearH = year / 100; in ips_fix_ffdc_time()
6120 scb->cmd.ffdc.yearL = year % 100; in ips_fix_ffdc_time()
6125 scb->cmd.ffdc.month = i + 1; in ips_fix_ffdc_time()
6126 scb->cmd.ffdc.day = days + 1; in ips_fix_ffdc_time()