Searched refs:REG_LL_PROXY_H_EXEC (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ptp_hw.c | 4342 val = FIELD_PREP(REG_LL_PROXY_H_TS_IDX, idx) | REG_LL_PROXY_H_EXEC; in ice_read_phy_tstamp_ll_e810() 4347 !FIELD_GET(REG_LL_PROXY_H_EXEC, val), 10, in ice_read_phy_tstamp_ll_e810() 4576 FIELD_PREP(REG_LL_PROXY_H_PHY_TMR_IDX_M, tmr_idx) | REG_LL_PROXY_H_EXEC; in ice_ptp_prep_phy_adj_ll_e810() 4581 !FIELD_GET(REG_LL_PROXY_H_EXEC, val), in ice_ptp_prep_phy_adj_ll_e810() 4669 FIELD_PREP(REG_LL_PROXY_H_PHY_TMR_IDX_M, tmr_idx) | REG_LL_PROXY_H_EXEC; in ice_ptp_prep_phy_incval_ll_e810() 4674 !FIELD_GET(REG_LL_PROXY_H_EXEC, val), in ice_ptp_prep_phy_incval_ll_e810()
|
H A D | ice_ptp_hw.h | 638 #define REG_LL_PROXY_H_EXEC BIT(31) macro
|
H A D | ice_ptp.c | 416 REG_LL_PROXY_H_EXEC); in ice_ptp_req_tx_single_tstamp() 469 if (reg_ll_high & REG_LL_PROXY_H_EXEC) { in ice_ptp_complete_tx_single_tstamp()
|