Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/devicetree/bindings/media/i2c/
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-5.19.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c271 u32 esdp; in ixgbe_init_phy_ops_82599() local
278 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP); in ixgbe_init_phy_ops_82599()
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()
282 esdp &= ~IXGBE_ESDP_SDP0_NATIVE; in ixgbe_init_phy_ops_82599()
283 esdp &= ~IXGBE_ESDP_SDP1_NATIVE; in ixgbe_init_phy_ops_82599()
284 IXGBE_WRITE_REG(hw, IXGBE_ESDP, esdp); in ixgbe_init_phy_ops_82599()
2068 u32 esdp; in ixgbe_read_i2c_byte_82599() local
2074 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP); in ixgbe_read_i2c_byte_82599()
[all …]
Dixgbe_ptp.c161 u32 esdp, tsauxc, clktiml, clktimh, trgttiml, trgttimh, rem; in ixgbe_ptp_setup_sdp_X540() local
172 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP); in ixgbe_ptp_setup_sdp_X540()
177 esdp |= IXGBE_ESDP_SDP0_DIR | in ixgbe_ptp_setup_sdp_X540()
218 IXGBE_WRITE_REG(hw, IXGBE_ESDP, esdp); in ixgbe_ptp_setup_sdp_X540()
238 u32 esdp, tsauxc, freqout, trgttiml, trgttimh, rem, tssdp; in ixgbe_ptp_setup_sdp_X550() local
252 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP); in ixgbe_ptp_setup_sdp_X550()
257 esdp |= IXGBE_ESDP_SDP0_DIR | in ixgbe_ptp_setup_sdp_X550()
309 IXGBE_WRITE_REG(hw, IXGBE_ESDP, esdp); in ixgbe_ptp_setup_sdp_X550()
Dixgbe_x550.c75 u32 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP); in ixgbe_setup_mux_ctl() local
78 esdp &= ~(IXGBE_ESDP_SDP1_NATIVE | IXGBE_ESDP_SDP1); in ixgbe_setup_mux_ctl()
79 esdp |= IXGBE_ESDP_SDP1_DIR; in ixgbe_setup_mux_ctl()
81 esdp &= ~(IXGBE_ESDP_SDP0_NATIVE | IXGBE_ESDP_SDP0_DIR); in ixgbe_setup_mux_ctl()
82 IXGBE_WRITE_REG(hw, IXGBE_ESDP, esdp); in ixgbe_setup_mux_ctl()
3645 u32 esdp; in ixgbe_set_mux() local
3649 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP); in ixgbe_set_mux()
3651 esdp |= IXGBE_ESDP_SDP1; in ixgbe_set_mux()
3653 esdp &= ~IXGBE_ESDP_SDP1; in ixgbe_set_mux()
3654 IXGBE_WRITE_REG(hw, IXGBE_ESDP, esdp); in ixgbe_set_mux()
Dixgbe_main.c5676 u32 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP); in ixgbe_up_complete() local
5677 if (esdp & IXGBE_ESDP_SDP1) in ixgbe_up_complete()
10839 u32 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP); in ixgbe_probe() local
10840 if (esdp & IXGBE_ESDP_SDP1) in ixgbe_probe()