Searched refs:ptmp_byte (Results 1 – 1 of 1) sorted by relevance
262 u8 *ptmp_byte = NULL; in rtl92de_set_hw_reg() local277 ptmp_byte = (u8 *)(®toset) + index; in rtl92de_set_hw_reg()278 if ((*ptmp_byte & 0xf0) > in rtl92de_set_hw_reg()280 *ptmp_byte = (*ptmp_byte & 0x0f) in rtl92de_set_hw_reg()282 if ((*ptmp_byte & 0x0f) > factor_toset) in rtl92de_set_hw_reg()283 *ptmp_byte = (*ptmp_byte & 0xf0) in rtl92de_set_hw_reg()