Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dtwt.c258 u32 reg_h = 0; in mac_get_tsf() local
262 reg_h = R_AX_TSFTR_HIGH_P0; in mac_get_tsf()
266 reg_h = R_AX_TSFTR_HIGH_P1; in mac_get_tsf()
270 reg_h = R_AX_TSFTR_HIGH_P2; in mac_get_tsf()
274 reg_h = R_AX_TSFTR_HIGH_P3; in mac_get_tsf()
278 reg_h = R_AX_TSFTR_HIGH_P0; in mac_get_tsf()
283 tsf->tsf_h = MAC_REG_R32(reg_h); in mac_get_tsf()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dtwt.c258 u32 reg_h = 0; in mac_get_tsf() local
262 reg_h = R_AX_TSFTR_HIGH_P0; in mac_get_tsf()
266 reg_h = R_AX_TSFTR_HIGH_P1; in mac_get_tsf()
270 reg_h = R_AX_TSFTR_HIGH_P2; in mac_get_tsf()
274 reg_h = R_AX_TSFTR_HIGH_P3; in mac_get_tsf()
278 reg_h = R_AX_TSFTR_HIGH_P0; in mac_get_tsf()
283 tsf->tsf_h = MAC_REG_R32(reg_h); in mac_get_tsf()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dltc2947-core.c272 static int ltc2947_reset_history(struct ltc2947_data *st, const u8 reg_h, in ltc2947_reset_history() argument
280 ret = ltc2947_val_write(st, reg_h, LTC2947_PAGE0, 2, 0x8000U); in ltc2947_reset_history()