Lines Matching refs:subseconds
3711 uint64_t subseconds) in al_eth_pth_read_compensation_set() argument
3716 reg = (subseconds & AL_BIT_MASK(18)) << EC_PTH_READ_COMPENSATION_SUBSECONDS_LSB_VAL_SHIFT; in al_eth_pth_read_compensation_set()
3719 reg = subseconds >> 18; in al_eth_pth_read_compensation_set()
3726 uint64_t subseconds) in al_eth_pth_int_write_compensation_set() argument
3731 reg = (subseconds & AL_BIT_MASK(18)) << EC_PTH_INT_WRITE_COMPENSATION_SUBSECONDS_LSB_VAL_SHIFT; in al_eth_pth_int_write_compensation_set()
3734 reg = subseconds >> 18; in al_eth_pth_int_write_compensation_set()
3741 uint64_t subseconds) in al_eth_pth_ext_write_compensation_set() argument
3746 reg = (subseconds & AL_BIT_MASK(18)) << EC_PTH_EXT_WRITE_COMPENSATION_SUBSECONDS_LSB_VAL_SHIFT; in al_eth_pth_ext_write_compensation_set()
3749 reg = subseconds >> 18; in al_eth_pth_ext_write_compensation_set()
3756 uint64_t subseconds) in al_eth_pth_sync_compensation_set() argument
3761 reg = (subseconds & AL_BIT_MASK(18)) << EC_PTH_SYNC_COMPENSATION_SUBSECONDS_LSB_VAL_SHIFT; in al_eth_pth_sync_compensation_set()
3764 reg = subseconds >> 18; in al_eth_pth_sync_compensation_set()