Searched refs:str3 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | probe_read_user_str.c | 7 static const char str3[] = "mestringblubblubblubblubblub"; variable 66 if (test_one_str(skel, str3, sizeof(str3))) in test_probe_read_user_str()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | probe_read_user_str.c | 7 static const char str3[] = "mestringblubblubblubblubblub"; variable 66 if (test_one_str(skel, str3, sizeof(str3))) in test_probe_read_user_str()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | ahci_imx.c | 333 u32 str1, str2, str3, str4; in sata_ahci_read_temperature() local 369 str3 = (dac_ctl_reg >> 12) & 0x7; in sata_ahci_read_temperature() 399 dac_ctl_reg = (dac_ctl_reg & 0x8FF) | (str3) << 12; in sata_ahci_read_temperature()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | ahci_imx.c | 333 u32 str1, str2, str3, str4; in __sata_ahci_read_temperature() local 369 str3 = (dac_ctl_reg >> 12) & 0x7; in __sata_ahci_read_temperature() 399 dac_ctl_reg = (dac_ctl_reg & 0x8FF) | (str3) << 12; in __sata_ahci_read_temperature()
|
Completed in 4 milliseconds