Home
last modified time | relevance | path

Searched refs:header1 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/boot/dts/rockchip/
H A Drk3308-rock-pi-s.dts173 "", "", "", "header1-pin3 [GPIO0_B3]",
174 "header1-pin5 [GPIO0_B4]", "", "",
175 "header1-pin11 [GPIO0_B7]",
177 "header1-pin13 [GPIO0_C0]",
178 "header1-pin15 [GPIO0_C1]", "", "", "",
191 "", "", "", "", "", "", "header1-pin21 [GPIO1_C6]",
192 "header1-pin19 [GPIO1_C7]",
194 "header1-pin23 [GPIO1_D0]", "header1-pin24 [GPIO1_D1]",
201 "header1-pin10 [GPIO2_A0]", "header1-pin8 [GPIO2_A1]",
203 "header1-pin7 [GPIO2_A4]", "header1-pin12 [GPIO2_A5]",
[all …]
/linux/tools/testing/selftests/sgx/
H A Dsigstruct.c316 uint64_t header1[2] = {0x000000E100000006, 0x0000000000010000}; in encl_measure()
328 sigstruct->header.header1[0] = header1[0]; in encl_measure()
329 sigstruct->header.header1[1] = header1[1]; in encl_measure()
315 uint64_t header1[2] = {0x000000E100000006, 0x0000000000010000}; encl_measure() local
/linux/tools/testing/selftests/net/ovpn/
H A Dtest.sh61 local header1
78 header1=$(printf "0x4800000%x" ${p})
89 "$(ovpn_build_capture_filter "${header1}" "${raddr}")" \
/linux/drivers/infiniband/hw/hfi1/
H A Dfirmware.c1731 u32 header1 = 0, header2 = 0, magic_num = 0, crc = 0, file_length = 0; in parse_platform_config() local
1794 header1 = *ptr; in parse_platform_config()
1796 if (header1 != ~header2) { in parse_platform_config()