Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c449 u32 ptp_opts = aq_hw_read_reg(self, HW_ATL_FW3X_EXT_STATE_ADDR); in aq_fw3x_enable_ptp() local
454 ptp_opts |= all_ptp_features; in aq_fw3x_enable_ptp()
456 ptp_opts &= ~all_ptp_features; in aq_fw3x_enable_ptp()
458 aq_hw_write_reg(self, HW_ATL_FW3X_EXT_CONTROL_ADDR, ptp_opts); in aq_fw3x_enable_ptp()