Searched refs:esync (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 528 struct dpll_pin_esync esync; in dpll_msg_add_pin_esync() local 535 dpll_priv(dpll), &esync, extack); in dpll_msg_add_pin_esync() 540 if (nla_put_64bit(msg, DPLL_A_PIN_ESYNC_FREQUENCY, sizeof(esync.freq), in dpll_msg_add_pin_esync() 541 &esync.freq, DPLL_A_PIN_PAD)) in dpll_msg_add_pin_esync() 543 if (nla_put_u32(msg, DPLL_A_PIN_ESYNC_PULSE, esync.pulse)) in dpll_msg_add_pin_esync() 545 for (i = 0; i < esync.range_num; i++) { in dpll_msg_add_pin_esync() 551 sizeof(esync.range[i].min), in dpll_msg_add_pin_esync() 552 &esync.range[i].min, DPLL_A_PIN_PAD)) in dpll_msg_add_pin_esync() 555 sizeof(esync.range[i].max), in dpll_msg_add_pin_esync() 556 &esync.range[i].max, DPLL_A_PIN_PAD)) in dpll_msg_add_pin_esync() [all …]
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | dpll.c | 153 struct dpll_pin_esync *esync, in zl3073x_dpll_input_pin_esync_get() argument 170 esync->range = esync_freq_ranges; in zl3073x_dpll_input_pin_esync_get() 171 esync->range_num = ARRAY_SIZE(esync_freq_ranges); in zl3073x_dpll_input_pin_esync_get() 175 esync->freq = ref->esync_n_div == ZL_REF_ESYNC_DIV_1HZ ? 1 : 0; in zl3073x_dpll_input_pin_esync_get() 176 esync->pulse = 25; in zl3073x_dpll_input_pin_esync_get() 179 esync->freq = 0; in zl3073x_dpll_input_pin_esync_get() 180 esync->pulse = 0; in zl3073x_dpll_input_pin_esync_get() 847 struct dpll_pin_esync *esync, in zl3073x_dpll_output_pin_esync_get() argument 878 esync->range = esync_freq_ranges; in zl3073x_dpll_output_pin_esync_get() 879 esync->range_num = ARRAY_SIZE(esync_freq_ranges); in zl3073x_dpll_output_pin_esync_get() [all …]
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 2127 struct dpll_pin_esync *esync, in ice_dpll_output_esync_get() argument 2142 esync->range = ice_esync_range; in ice_dpll_output_esync_get() 2143 esync->range_num = ARRAY_SIZE(ice_esync_range); in ice_dpll_output_esync_get() 2145 esync->freq = DPLL_PIN_FREQUENCY_1_HZ; in ice_dpll_output_esync_get() 2146 esync->pulse = ICE_DPLL_PIN_ESYNC_PULSE_HIGH_PERCENT; in ice_dpll_output_esync_get() 2148 esync->freq = 0; in ice_dpll_output_esync_get() 2149 esync->pulse = 0; in ice_dpll_output_esync_get() 2231 struct dpll_pin_esync *esync, in ice_dpll_input_esync_get() argument 2246 esync->range = ice_esync_range; in ice_dpll_input_esync_get() 2247 esync->range_num = ARRAY_SIZE(ice_esync_range); in ice_dpll_input_esync_get() [all …]
|
| /linux/arch/xtensa/kernel/ |
| H A D | entry.S | 1714 esync 1887 esync
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | eliza.dtsi | 2644 "esync", 2752 "esync",
|