Home
last modified time | relevance | path

Searched refs:ij (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dmodule.c478 unsigned int *ij; in module_finalize() local
480 ij = me->core_layout.base + me->arch.plt_offset + in module_finalize()
483 ij[0] = 0xc6000000; /* exrl %r0,.+10 */ in module_finalize()
484 ij[1] = 0x0005a7f4; /* j . */ in module_finalize()
485 ij[2] = 0x000007f1; /* br %r1 */ in module_finalize()
487 ij[0] = 0x44000000 | (unsigned int) in module_finalize()
489 ij[1] = 0xa7f40000; /* j . */ in module_finalize()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dmodule.c540 unsigned int *ij; in module_finalize() local
542 ij = me->mem[MOD_TEXT].base + me->arch.plt_offset + in module_finalize()
544 ij[0] = 0xc6000000; /* exrl %r0,.+10 */ in module_finalize()
545 ij[1] = 0x0005a7f4; /* j . */ in module_finalize()
546 ij[2] = 0x000007f1; /* br %r1 */ in module_finalize()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1680 u32 ij, tmp_val; in _rtl92e_process_phyinfo() local
1829 for (ij = 0; ij < 2; ij++) { in _rtl92e_process_phyinfo()
1830 if (prev_st->RxMIMOSignalQuality[ij] != -1) { in _rtl92e_process_phyinfo()
1831 if (priv->stats.rx_evm_percentage[ij] == 0) in _rtl92e_process_phyinfo()
1832 priv->stats.rx_evm_percentage[ij] = in _rtl92e_process_phyinfo()
1833 prev_st->RxMIMOSignalQuality[ij]; in _rtl92e_process_phyinfo()
1834 priv->stats.rx_evm_percentage[ij] = in _rtl92e_process_phyinfo()
1835 ((priv->stats.rx_evm_percentage[ij] * in _rtl92e_process_phyinfo()
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1407 u32 ij, tmp_val; in _rtl92e_process_phyinfo() local
1539 for (ij = 0; ij < 2; ij++) { in _rtl92e_process_phyinfo()
1540 if (prev_st->RxMIMOSignalQuality[ij] != -1) { in _rtl92e_process_phyinfo()
1541 if (priv->stats.rx_evm_percentage[ij] == 0) in _rtl92e_process_phyinfo()
1542 priv->stats.rx_evm_percentage[ij] = in _rtl92e_process_phyinfo()
1543 prev_st->RxMIMOSignalQuality[ij]; in _rtl92e_process_phyinfo()
1544 priv->stats.rx_evm_percentage[ij] = in _rtl92e_process_phyinfo()
1545 ((priv->stats.rx_evm_percentage[ij] * in _rtl92e_process_phyinfo()
[all...]
/kernel/linux/linux-5.10/net/wireless/
H A Dibss.c77 memcpy(ev->ij.bssid, bssid, ETH_ALEN); in cfg80211_ibss_joined()
78 ev->ij.channel = channel; in cfg80211_ibss_joined()
H A Dcore.h267 } ij; member
H A Dutil.c980 __cfg80211_ibss_joined(wdev->netdev, ev->ij.bssid, in cfg80211_process_wdev_events()
981 ev->ij.channel); in cfg80211_process_wdev_events()
/kernel/linux/linux-6.6/net/wireless/
H A Dibss.c77 memcpy(ev->ij.bssid, bssid, ETH_ALEN); in cfg80211_ibss_joined()
78 ev->ij.channel = channel; in cfg80211_ibss_joined()
H A Dcore.h277 } ij; member
H A Dutil.c1065 __cfg80211_ibss_joined(wdev->netdev, ev->ij.bssid, in cfg80211_process_wdev_events()
1066 ev->ij.channel); in cfg80211_process_wdev_events()

Completed in 15 milliseconds