Home
last modified time | relevance | path

Searched refs:str3 (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dprobe_read_user_str.c7 static const char str3[] = "mestringblubblubblubblubblub"; variable
66 if (test_one_str(skel, str3, sizeof(str3))) in test_probe_read_user_str()
/linux/drivers/ata/
H A Dahci_imx.c299 u32 str1, str2, str3, str4; in __sata_ahci_read_temperature() local
335 str3 = (dac_ctl_reg >> 12) & 0x7; in __sata_ahci_read_temperature()
365 dac_ctl_reg = (dac_ctl_reg & 0x8FF) | (str3) << 12; in __sata_ahci_read_temperature()