Home
last modified time | relevance | path

Searched refs:taps (Results 1 – 4 of 4) sorted by relevance

/arch/mips/mach-octeon/
A Dcvmx-helper-fdt.c189 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()
A Dcvmx-helper-board.c118 struct cvmx_vsc7224_tap *taps, *match = NULL; in cvmx_sfp_vsc7224_mod_abs_changed() local
149 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()
/arch/mips/dts/
A Dmrvl,octeon-nic23.dts225 taps = <0 0x0013 0x000f 0x0000>,
252 * NOTE: if taps are disabled then they
255 taps = <0 0x0a 0x0b 0x10>;
280 taps = <0 0x0013 0x000f 0x0000>,
307 * NOTE: if taps are disabled then they
310 taps = <0 0x0a 0x0b 0x10>;
/arch/mips/mach-octeon/include/mach/
A Dcvmx-helper-board.h178 struct cvmx_vsc7224_tap taps[0]; member

Completed in 11 milliseconds