Searched refs:opt_bit_time (Results 1 – 2 of 2) sorted by relevance
206 int mec_hal_peci_set_opt_bit_time(struct mec_peci_regs *regs, uint16_t opt_bit_time) in mec_hal_peci_set_opt_bit_time() argument214 if (opt_bit_time < MEC_PECI_OPT_BIT_TIME_MIN) { in mec_hal_peci_set_opt_bit_time()221 regs->OPTBTM_LO = (uint8_t)opt_bit_time; in mec_hal_peci_set_opt_bit_time()222 regs->OPTBTM_HI = (uint8_t)(opt_bit_time >> 8); in mec_hal_peci_set_opt_bit_time()
84 int mec_hal_peci_set_opt_bit_time(struct mec_peci_regs *regs, uint16_t opt_bit_time);