Home
last modified time | relevance | path

Searched refs:esdp (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/media/i2c/
H A Dadv7604.yaml36 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
37 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
38 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
39 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
40 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
41 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
42 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
43 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
44 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
45 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
[all …]
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c271 u32 esdp; in ixgbe_init_phy_ops_82599() local
279 esdp |= IXGBE_ESDP_SDP0_DIR; in ixgbe_init_phy_ops_82599()
280 esdp &= ~IXGBE_ESDP_SDP1_DIR; in ixgbe_init_phy_ops_82599()
281 esdp &= ~IXGBE_ESDP_SDP0; in ixgbe_init_phy_ops_82599()
2073 u32 esdp; in ixgbe_read_i2c_byte_82599() local
2078 esdp |= IXGBE_ESDP_SDP0; in ixgbe_read_i2c_byte_82599()
2084 if (esdp & IXGBE_ESDP_SDP1) in ixgbe_read_i2c_byte_82599()
2104 esdp &= ~IXGBE_ESDP_SDP0; in ixgbe_read_i2c_byte_82599()
2127 u32 esdp; in ixgbe_write_i2c_byte_82599() local
2132 esdp |= IXGBE_ESDP_SDP0; in ixgbe_write_i2c_byte_82599()
[all …]
H A Dixgbe_ptp.c165 u32 esdp, tsauxc, clktiml, clktimh, trgttiml, trgttimh, rem; in ixgbe_ptp_setup_sdp_X540() local
176 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP); in ixgbe_ptp_setup_sdp_X540()
181 esdp |= IXGBE_ESDP_SDP0_DIR | in ixgbe_ptp_setup_sdp_X540()
222 IXGBE_WRITE_REG(hw, IXGBE_ESDP, esdp); in ixgbe_ptp_setup_sdp_X540()
242 u32 esdp, tsauxc, freqout, trgttiml, trgttimh, rem, tssdp; in ixgbe_ptp_setup_sdp_X550() local
256 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP); in ixgbe_ptp_setup_sdp_X550()
261 esdp |= IXGBE_ESDP_SDP0_DIR | in ixgbe_ptp_setup_sdp_X550()
313 IXGBE_WRITE_REG(hw, IXGBE_ESDP, esdp); in ixgbe_ptp_setup_sdp_X550()
H A Dixgbe_x550.c77 u32 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP); in ixgbe_setup_mux_ctl() local
80 esdp &= ~(IXGBE_ESDP_SDP1_NATIVE | IXGBE_ESDP_SDP1); in ixgbe_setup_mux_ctl()
81 esdp |= IXGBE_ESDP_SDP1_DIR; in ixgbe_setup_mux_ctl()
83 esdp &= ~(IXGBE_ESDP_SDP0_NATIVE | IXGBE_ESDP_SDP0_DIR); in ixgbe_setup_mux_ctl()
84 IXGBE_WRITE_REG(hw, IXGBE_ESDP, esdp); in ixgbe_setup_mux_ctl()
3649 u32 esdp; in ixgbe_set_mux() local
3653 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP); in ixgbe_set_mux()
3655 esdp |= IXGBE_ESDP_SDP1; in ixgbe_set_mux()
3657 esdp &= ~IXGBE_ESDP_SDP1; in ixgbe_set_mux()
3658 IXGBE_WRITE_REG(hw, IXGBE_ESDP, esdp); in ixgbe_set_mux()
H A Dixgbe_main.c6074 u32 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP); in ixgbe_up_complete() local
6075 if (esdp & IXGBE_ESDP_SDP1) in ixgbe_up_complete()
11374 u32 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP); in ixgbe_probe() local
11375 if (esdp & IXGBE_ESDP_SDP1) in ixgbe_probe()