Searched refs:taps (Results 1 – 4 of 4) sorted by relevance
189 channel->taps[i].len = fdt32_to_cpu(tap_values[i * 4 + 0]); in cvmx_fdt_parse_vsc7224_channels()190 channel->taps[i].main_tap = fdt32_to_cpu(tap_values[i * 4 + 1]); in cvmx_fdt_parse_vsc7224_channels()191 channel->taps[i].pre_tap = fdt32_to_cpu(tap_values[i * 4 + 2]); in cvmx_fdt_parse_vsc7224_channels()192 channel->taps[i].post_tap = fdt32_to_cpu(tap_values[i * 4 + 3]); in cvmx_fdt_parse_vsc7224_channels()194 __func__, i, channel->taps[i].len, channel->taps[i].main_tap, in cvmx_fdt_parse_vsc7224_channels()195 channel->taps[i].pre_tap, channel->taps[i].post_tap); in cvmx_fdt_parse_vsc7224_channels()
118 struct cvmx_vsc7224_tap *taps, *match = NULL; in cvmx_sfp_vsc7224_mod_abs_changed() local149 taps = vsc7224_chan->taps; in cvmx_sfp_vsc7224_mod_abs_changed()159 if (length >= taps->len) in cvmx_sfp_vsc7224_mod_abs_changed()160 match = taps; in cvmx_sfp_vsc7224_mod_abs_changed()161 taps++; in cvmx_sfp_vsc7224_mod_abs_changed()
225 taps = <0 0x0013 0x000f 0x0000>,252 * NOTE: if taps are disabled then they255 taps = <0 0x0a 0x0b 0x10>;280 taps = <0 0x0013 0x000f 0x0000>,307 * NOTE: if taps are disabled then they310 taps = <0 0x0a 0x0b 0x10>;
178 struct cvmx_vsc7224_tap taps[0]; member
Completed in 11 milliseconds