Searched refs:esync (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/dpll/zl3073x/ |
| H A D | dpll.c | 127 struct dpll_pin_esync *esync, in zl3073x_dpll_input_pin_esync_get() argument 142 esync->range = esync_freq_ranges; in zl3073x_dpll_input_pin_esync_get() 143 esync->range_num = ARRAY_SIZE(esync_freq_ranges); in zl3073x_dpll_input_pin_esync_get() 147 esync->freq = ref->esync_n_div == ZL_REF_ESYNC_DIV_1HZ ? 1 : 0; in zl3073x_dpll_input_pin_esync_get() 148 esync->pulse = 25; in zl3073x_dpll_input_pin_esync_get() 151 esync->freq = 0; in zl3073x_dpll_input_pin_esync_get() 152 esync->pulse = 0; in zl3073x_dpll_input_pin_esync_get() 694 struct dpll_pin_esync *esync, in zl3073x_dpll_output_pin_esync_get() argument 723 esync->range = esync_freq_ranges; in zl3073x_dpll_output_pin_esync_get() 724 esync->range_num = ARRAY_SIZE(esync_freq_ranges); in zl3073x_dpll_output_pin_esync_get() [all …]
|
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 502 struct dpll_pin_esync esync; in dpll_msg_add_pin_esync() local 509 dpll_priv(dpll), &esync, extack); in dpll_msg_add_pin_esync() 514 if (nla_put_64bit(msg, DPLL_A_PIN_ESYNC_FREQUENCY, sizeof(esync.freq), in dpll_msg_add_pin_esync() 515 &esync.freq, DPLL_A_PIN_PAD)) in dpll_msg_add_pin_esync() 517 if (nla_put_u32(msg, DPLL_A_PIN_ESYNC_PULSE, esync.pulse)) in dpll_msg_add_pin_esync() 519 for (i = 0; i < esync.range_num; i++) { in dpll_msg_add_pin_esync() 525 sizeof(esync.range[i].min), in dpll_msg_add_pin_esync() 526 &esync.range[i].min, DPLL_A_PIN_PAD)) in dpll_msg_add_pin_esync() 529 sizeof(esync.range[i].max), in dpll_msg_add_pin_esync() 530 &esync.range[i].max, DPLL_A_PIN_PAD)) in dpll_msg_add_pin_esync() [all …]
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 2118 struct dpll_pin_esync *esync, in ice_dpll_output_esync_get() argument 2133 esync->range = ice_esync_range; in ice_dpll_output_esync_get() 2134 esync->range_num = ARRAY_SIZE(ice_esync_range); in ice_dpll_output_esync_get() 2136 esync->freq = DPLL_PIN_FREQUENCY_1_HZ; in ice_dpll_output_esync_get() 2137 esync->pulse = ICE_DPLL_PIN_ESYNC_PULSE_HIGH_PERCENT; in ice_dpll_output_esync_get() 2139 esync->freq = 0; in ice_dpll_output_esync_get() 2140 esync->pulse = 0; in ice_dpll_output_esync_get() 2222 struct dpll_pin_esync *esync, in ice_dpll_input_esync_get() argument 2237 esync->range = ice_esync_range; in ice_dpll_input_esync_get() 2238 esync->range_num = ARRAY_SIZE(ice_esync_range); in ice_dpll_input_esync_get() [all …]
|
| /linux/include/linux/ |
| H A D | dpll.h | 128 struct dpll_pin_esync *esync,
|
| /linux/arch/xtensa/kernel/ |
| H A D | entry.S | 1714 esync 1887 esync
|