Searched refs:rfe (Results 1 – 15 of 15) sorted by relevance
/linux/tools/memory-model/ |
H A D | lock.cat | 96 let possible-rfe-noncrit-lf e = (LKW * {e}) & loc & ext 98 (* Compute set of sets of possible rfe edges for LF events *) 99 let all-possible-rfe-lf = 101 * Convert the possible-rfe-noncrit-lf relation for e 104 let set-of-singleton-rfe-lf e = 105 map pair-to-relation (possible-rfe-noncrit-lf e) 107 in map set-of-singleton-rfe-lf (LF \ range(rfi-lf)) 110 with rfe-lf from cross(all-possible-rfe-lf) 111 let rf-lf = rfe-lf | rfi-lf 150 let rfe = rf & ext
|
H A D | linux-kernel.cat | 88 let A-cumul(r) = (rfe ; [Marked])? ; r 93 [Marked] ; rfe? ; [Marked] 99 let hb = [Marked] ; (ppo | rfe | ((prop \ id) & int)) ; [Marked] 183 let vis = cumul-fence* ; rfe? ; [Marked] ;
|
/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | 8192f.c | 803 u8 rfe = priv->rfe_type; in rtl8192fu_iqk_path_a() local 820 if (rfe == 7 || rfe == 8 || rfe == 9 || rfe == 12) in rtl8192fu_iqk_path_a() 1027 u8 rfe = priv->rfe_type; in rtl8192fu_iqk_path_b() local 1044 if (rfe == 7 || rfe == 8 || rfe == 9 || rfe == 12) in rtl8192fu_iqk_path_b() 1274 u8 rfe = priv->rfe_type; in rtl8192fu_phy_iqcalibrate() local 1304 if (rfe == 7 || rfe == 8 || rfe == 9 || rfe == 12) { in rtl8192fu_phy_iqcalibrate() 1449 u8 rfe = priv->rfe_type; in rtl8192fu_phy_iq_calibrate() local 1542 if (rfe == 7 || rfe == 8 || rfe == 9 || rfe == 12) { in rtl8192fu_phy_iq_calibrate() 1562 if (rfe == 7) { in rtl8192fu_phy_iq_calibrate() 1584 if (rfe == 7) in rtl8192fu_phy_iq_calibrate()
|
/linux/arch/mips/dec/prom/ |
H A D | locore.S | 29 rfe
|
/linux/arch/xtensa/kernel/ |
H A D | entry.S | 774 rfe 1067 rfe 1172 rfe 1177 rfe 1192 rfe 1197 rfe 1202 rfe 1212 rfe 1574 rfe 1709 rfe [all …]
|
H A D | coprocessor.S | 265 rfe
|
H A D | vectors.S | 591 rfe
|
H A D | align.S | 482 rfe
|
/linux/arch/openrisc/kernel/ |
H A D | head.S | 270 l.rfe 356 l.rfe 812 l.rfe 1044 l.rfe // SR <- ESR, PC <- EPC 1137 l.rfe // SR <- ESR, PC <- EPC 1230 l.rfe 1325 l.rfe 1544 l.rfe
|
H A D | entry.S | 140 l.rfe 802 l.rfe
|
/linux/arch/mips/kernel/ |
H A D | genex.S | 172 rfe 653 rfe
|
/linux/tools/memory-model/Documentation/ |
H A D | explanation.txt | 18 10. THE READS-FROM RELATION: rf, rfi, and rfe 542 THE READS-FROM RELATION: rf, rfi, and rfe 551 different CPUs (external reads-from, or rfe). 763 As with rf, rfi, and rfe, we subdivide the fr relation into fri (when 1248 others, one of which is rfe. 1250 W ->rfe R implies that W and R are on different CPUs. It also means 1261 hb, despite their similarities to rfe. For example, suppose we have 1382 rfe link. You can concoct more exotic examples, containing more than 1385 followed by two cumul-fences and an rfe link, utilizing the fact that 1421 store to z has propagated to P0 (an rfe link). [all …]
|
H A D | glossary.txt | 153 external" (rfe) link is used when it is necessary to exclude
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | coex.c | 416 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_check_rfk() 1287 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_set_ant_path() 1715 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_action_bt_idle()
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | coex.c | 8170 u8 cv, rfe, iso, ant_num, ant_single_pos; in _show_cx_info() local 8222 rfe = md->md_v7.rfe_type; in _show_cx_info() 8228 rfe = md->md.rfe_type; in _show_cx_info() 8235 "[hw_info]", cv, rfe, iso, ant_num, in _show_cx_info()
|