Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/
Dtg3.h1834 #define TG3_EAV_REF_CLCK_CTL 0x00006908 macro
Dtg3.c6134 u32 clock_ctl = tr32(TG3_EAV_REF_CLCK_CTL); in tg3_refclk_write()
6136 tw32(TG3_EAV_REF_CLCK_CTL, clock_ctl | TG3_EAV_REF_CLCK_CTL_STOP); in tg3_refclk_write()
6139 tw32_f(TG3_EAV_REF_CLCK_CTL, clock_ctl | TG3_EAV_REF_CLCK_CTL_RESUME); in tg3_refclk_write()
6256 clock_ctl = tr32(TG3_EAV_REF_CLCK_CTL); in tg3_ptp_enable()
6284 tw32(TG3_EAV_REF_CLCK_CTL, in tg3_ptp_enable()
6288 tw32(TG3_EAV_REF_CLCK_CTL, clock_ctl); in tg3_ptp_enable()