Searched refs:sig_str (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/ |
H A D | ip22-eisa.c | 53 static char sig_str[EISA_SIG_LEN] __initdata; in decode_eisa_sig() 65 sig_str[0] = ((sig[0] >> 2) & 0x1f) + ('A' - 1); in decode_eisa_sig() 66 sig_str[1] = (((sig[0] & 3) << 3) | (sig[1] >> 5)) + ('A' - 1); in decode_eisa_sig() 67 sig_str[2] = (sig[1] & 0x1f) + ('A' - 1); in decode_eisa_sig() 69 sprintf(sig_str + 3, "%04X", rev); in decode_eisa_sig() 71 return sig_str; in decode_eisa_sig()
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/ |
H A D | ip22-eisa.c | 53 static char sig_str[EISA_SIG_LEN] __initdata; in decode_eisa_sig() 65 sig_str[0] = ((sig[0] >> 2) & 0x1f) + ('A' - 1); in decode_eisa_sig() 66 sig_str[1] = (((sig[0] & 3) << 3) | (sig[1] >> 5)) + ('A' - 1); in decode_eisa_sig() 67 sig_str[2] = (sig[1] & 0x1f) + ('A' - 1); in decode_eisa_sig() 69 sprintf(sig_str + 3, "%04X", rev); in decode_eisa_sig() 71 return sig_str; in decode_eisa_sig()
|
/kernel/linux/linux-5.10/drivers/eisa/ |
H A D | eisa-bus.c | 77 static char sig_str[EISA_SIG_LEN]; in decode_eisa_sig() local 99 sig_str[0] = ((sig[0] >> 2) & 0x1f) + ('A' - 1); in decode_eisa_sig() 100 sig_str[1] = (((sig[0] & 3) << 3) | (sig[1] >> 5)) + ('A' - 1); in decode_eisa_sig() 101 sig_str[2] = (sig[1] & 0x1f) + ('A' - 1); in decode_eisa_sig() 103 sprintf(sig_str + 3, "%04X", rev); in decode_eisa_sig() 105 return sig_str; in decode_eisa_sig()
|
/kernel/linux/linux-6.6/drivers/eisa/ |
H A D | eisa-bus.c | 77 static char sig_str[EISA_SIG_LEN]; in decode_eisa_sig() local 99 sig_str[0] = ((sig[0] >> 2) & 0x1f) + ('A' - 1); in decode_eisa_sig() 100 sig_str[1] = (((sig[0] & 3) << 3) | (sig[1] >> 5)) + ('A' - 1); in decode_eisa_sig() 101 sig_str[2] = (sig[1] & 0x1f) + ('A' - 1); in decode_eisa_sig() 103 sprintf(sig_str + 3, "%04X", rev); in decode_eisa_sig() 105 return sig_str; in decode_eisa_sig()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | decl.h | 256 atomic_t sig_str[MWIFIEX_MAX_SIG_STRENGTH]; member
|
H A D | util.c | 717 atomic_inc(&phist_data->sig_str[rssi + 128]); in mwifiex_hist_data_set() 734 atomic_set(&phist_data->sig_str[ix], 0); in mwifiex_hist_data_reset()
|
H A D | debugfs.c | 318 value = atomic_read(&phist_data->sig_str[i]); in mwifiex_histogram_read()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | decl.h | 243 atomic_t sig_str[MWIFIEX_MAX_SIG_STRENGTH]; member
|
H A D | util.c | 705 atomic_inc(&phist_data->sig_str[rssi + 128]); in mwifiex_hist_data_set() 722 atomic_set(&phist_data->sig_str[ix], 0); in mwifiex_hist_data_reset()
|
H A D | debugfs.c | 306 value = atomic_read(&phist_data->sig_str[i]); in mwifiex_histogram_read()
|
Completed in 9 milliseconds