Home
last modified time | relevance | path

Searched full:output (Results 1 – 25 of 3305) sorted by relevance

12345678910>>...133

/openbmc/u-boot/include/dt-bindings/clock/
H A Dtegra186-clock.h25 * @defgroup extern_output external output clocks
349 /** @brief output of gate CLK_ENB_FUSE */
353 * @details output of gate CLK_ENB_GPU. This output connects to the GPU
359 /** @brief output of gate CLK_ENB_PCIE */
361 /** @brief output of the divider IPFS_CLK_DIVISOR */
363 /** @brief output of gate CLK_ENB_PCIE2_IOBIST */
365 /** @brief output of gate CLK_ENB_PCIERX0*/
367 /** @brief output of gate CLK_ENB_PCIERX1*/
369 /** @brief output of gate CLK_ENB_PCIERX2*/
371 /** @brief output of gate CLK_ENB_PCIERX3*/
[all …]
/openbmc/phosphor-pid-control/test/
H A Dsensors_json_unittest.cpp23 auto output = buildSensorsFromJson(j2); in TEST() local
24 EXPECT_TRUE(output.empty()); in TEST()
44 auto output = buildSensorsFromJson(j2); in TEST() local
45 EXPECT_EQ(static_cast<u_int64_t>(1), output.size()); in TEST()
46 EXPECT_EQ(output["fan1"].type, "fan"); in TEST()
47 EXPECT_EQ(output["fan1"].readPath, in TEST()
49 EXPECT_EQ(output["fan1"].writePath, in TEST()
52 EXPECT_EQ(output["fan1"].min, 0); in TEST()
53 EXPECT_EQ(output["fan1"].max, 255); in TEST()
54 EXPECT_EQ(output["fan1"].timeout, in TEST()
[all …]
/openbmc/libbej/src/
H A Dbej_encoder_core.c13 struct BejEncoderOutputHandler* output) in bejEncodeNnint() argument
17 RETURN_IF_IERROR(output->recvOutput(&nnintLengthByte, sizeof(uint8_t), in bejEncodeNnint()
18 output->handlerContext)); in bejEncodeNnint()
20 return output->recvOutput(&value, nnintLengthByte, output->handlerContext); in bejEncodeNnint()
27 struct BejEncoderOutputHandler* output) in bejEncodeFormat() argument
29 return output->recvOutput(format, sizeof(struct BejTupleF), in bejEncodeFormat()
30 output->handlerContext); in bejEncodeFormat()
37 struct BejEncoderOutputHandler* output) in bejEncodeBejSetOrArray() argument
40 RETURN_IF_IERROR(bejEncodeNnint(node->metaData.sequenceNumber, output)); in bejEncodeBejSetOrArray()
42 RETURN_IF_IERROR(bejEncodeFormat(&node->nodeAttr.format, output)); in bejEncodeBejSetOrArray()
[all …]
/openbmc/u-boot/board/nvidia/p2571/
H A Dpinmux-config-p2571.h65 PINCFG(PEX_L0_CLKREQ_N_PA1, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, NORMAL),
66 PINCFG(PEX_WAKE_N_PA2, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, NORMAL),
67 PINCFG(PEX_L1_RST_N_PA3, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, NORMAL),
68 PINCFG(PEX_L1_CLKREQ_N_PA4, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, NORMAL),
70 PINCFG(PA6, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
71 PINCFG(DAP1_FS_PB0, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
72 PINCFG(DAP1_DIN_PB1, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
73 PINCFG(DAP1_DOUT_PB2, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
74 PINCFG(DAP1_SCLK_PB3, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
75 PINCFG(SPI2_MOSI_PB4, RSVD2, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
[all …]
/openbmc/u-boot/board/toradex/apalis-tk1/
H A Dpinmux-config-apalis-tk1.h77 PINCFG(DAP2_DOUT_PA5, HDA, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
86 PINCFG(UART3_RTS_N_PC0, GMI, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
87 PINCFG(UART2_TXD_PC2, IRDA, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
91 PINCFG(PC7, RSVD1, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
92 PINCFG(PG0, RSVD1, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
93 PINCFG(PG1, RSVD1, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
94 PINCFG(PG2, RSVD1, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
95 PINCFG(PG3, RSVD1, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
96 PINCFG(PG4, RSVD1, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
97 PINCFG(PG5, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbblogging.py14 …self.assertEqual(item.count(entry), count, msg="Output:\n'''\n%s\n'''\ndoesn't contain %d copies o…
20 self.assertIn("ERROR: Logfile of failure stored in:", result.output)
21 self.assertNotIn("This is shell stdout", result.output)
22 self.assertNotIn("This is shell stderr", result.output)
28 self.assertIn("ERROR: Logfile of failure stored in:", result.output)
29 self.assertCount(result.output, "This is shell stdout", 1)
30 self.assertCount(result.output, "This is shell stderr", 1)
36 self.assertIn("ERROR: Logfile of failure stored in:", result.output)
38 self.assertCount(result.output, "This is shell stdout", 2)
39 self.assertCount(result.output, "This is shell stderr", 2)
[all …]
H A Dpkgdata.py27 self.assertEqual(result.output, 'libz1\nbusybox')
29 self.assertEqual(result.output, 'libz-dev')
31 self.assertEqual(result.status, 1, "Status different than 1. output: %s" % result.output)
32 …self.assertEqual(result.output, 'ERROR: The following packages could not be found: nonexistentpkg')
35 self.assertEqual(result.output, 'zlib\nbusybox')
37 self.assertEqual(result.output, 'zlib-dev')
39 self.assertEqual(result.status, 1, "Status different than 1. output: %s" % result.output)
40 …self.assertEqual(result.output, 'ERROR: The following packages could not be found: nonexistentpkg')
44 self.assertEqual(result.output, 'zlib')
46 self.assertEqual(result.output, 'libz1')
[all …]
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dsmack.py20 status, output = cls.tc.target.run("grep smack /proc/mounts | awk '{print $2}'")
21 cls.smack_path = output
28 status,output = self.target.run("cat /proc/self/attr/current")
29 self.current_label = output.strip()
36 status, output = self.target.run("chsmack -a %s %s" %(LABEL, filename))
40 "Status and output: %d %s" %(status, output))
41 status, output = self.target.run("chsmack %s" %filename)
43 m = re.search('(access=")\S+(?=")', output)
47 label_retrieved = re.split("access=\"", output)[1][:-1]
59 status, output = self.target.run("chsmack -e %s %s" %(LABEL, filename))
[all …]
/openbmc/u-boot/board/cei/cei-tk1-som/
H A Dpinmux-config-cei-tk1-som.h84 PINCFG(UART3_CTS_N_PA1, GMI, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
85 PINCFG(DAP2_FS_PA2, I2S1, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
86 PINCFG(DAP2_SCLK_PA3, I2S1, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
88 PINCFG(DAP2_DOUT_PA5, I2S1, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
97 PINCFG(UART3_RTS_N_PC0, GMI, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
98 PINCFG(UART2_TXD_PC2, IRDA, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
102 PINCFG(PC7, RSVD1, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
108 PINCFG(PG5, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
109 PINCFG(PG6, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
111 PINCFG(PH0, GMI, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
[all …]
/openbmc/u-boot/board/nvidia/nyan-big/
H A Dpinmux-config-nyan-big.h88 PINCFG(UART3_CTS_N_PA1, GMI, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
93 PINCFG(SDMMC3_CLK_PA6, SDMMC3, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
95 PINCFG(PB0, RSVD2, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
96 PINCFG(PB1, RSVD2, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
101 PINCFG(UART3_RTS_N_PC0, GMI, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
102 PINCFG(UART2_TXD_PC2, IRDA, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
103 PINCFG(UART2_RXD_PC3, IRDA, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
111 PINCFG(PG4, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
112 PINCFG(PG5, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
113 PINCFG(PG6, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
[all …]
/openbmc/u-boot/board/nvidia/jetson-tk1/
H A Dpinmux-config-jetson-tk1.h92 PINCFG(UART3_CTS_N_PA1, GMI, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
93 PINCFG(DAP2_FS_PA2, I2S1, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
94 PINCFG(DAP2_SCLK_PA3, I2S1, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
96 PINCFG(DAP2_DOUT_PA5, I2S1, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
105 PINCFG(UART3_RTS_N_PC0, GMI, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
106 PINCFG(UART2_TXD_PC2, IRDA, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
110 PINCFG(PC7, RSVD1, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
116 PINCFG(PG5, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
117 PINCFG(PG6, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
119 PINCFG(PH0, GMI, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
[all …]
/openbmc/u-boot/test/py/tests/
H A Dtest_pinmux.py10 output = u_boot_console.run_command('pinmux')
11 assert 'Usage:' in output
17 output = u_boot_console.run_command('pinmux status')
18 assert 'Usage:' in output
24 output = u_boot_console.run_command('pinmux status -a')
25 assert ('SCL : I2C SCL' in output)
26 assert ('SDA : I2C SDA' in output)
27 assert ('TX : Uart TX' in output)
28 assert ('RX : Uart RX' in output)
29 assert ('W1 : 1-wire gpio' in output)
[all …]
H A Dtest_gpt.py79 output = u_boot_console.run_command('gpt read host 0')
80 assert 'Start 1MiB, size 1MiB' in output
81 assert 'Block size 512, name part1' in output
82 assert 'Start 2MiB, size 1MiB' in output
83 assert 'Block size 512, name part2' in output
84 output = u_boot_console.run_command('part list host 0')
85 assert '0x00000800 0x00000fff "part1"' in output
86 assert '0x00001000 0x00001bff "part2"' in output
95 output = u_boot_console.run_command('gpt verify host 0')
96 assert 'Verify GPT: success!' in output
[all …]
H A Dtest_fpga.py90 output = u_boot_console.run_command('tftpboot %x %s' % (addr, bit))
91 assert expected_tftp in output
103 output = u_boot_console.run_command('fpga broken 0')
104 #assert expected in output
105 assert expected_usage in output
110 output = u_boot_console.run_command('fpga')
111 assert expected_usage in output
134 output = u_boot_console.run_command('fpga info 0 0')
135 #assert expected in output
136 assert expected_usage in output
[all …]
/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp836 void printCommonPDRHeader(const pldm_pdr_hdr* hdr, ordered_json& output) in printCommonPDRHeader() argument
838 output["recordHandle"] = hdr->record_handle; in printCommonPDRHeader()
839 output["PDRHeaderVersion"] = unsigned(hdr->version); in printCommonPDRHeader()
840 output["PDRType"] = getPDRType(hdr->type); in printCommonPDRHeader()
841 output["recordChangeNumber"] = hdr->record_change_num; in printCommonPDRHeader()
842 output["dataLength"] = hdr->length; in printCommonPDRHeader()
868 void printStateSensorPDR(const uint8_t* data, ordered_json& output) in printStateSensorPDR() argument
871 output["PLDMTerminusHandle"] = pdr->terminus_handle; in printStateSensorPDR()
872 output["sensorID"] = pdr->sensor_id; in printStateSensorPDR()
873 output["entityType"] = getEntityName(pdr->entity_type); in printStateSensorPDR()
[all …]
/openbmc/u-boot/test/py/tests/test_fs/
H A Dtest_mkdir.py22 output = u_boot_console.run_command_list([
26 assert('dir1/' in ''.join(output))
28 output = u_boot_console.run_command(
30 assert('./' in output)
31 assert('../' in output)
39 output = u_boot_console.run_command_list([
43 assert('dir2/' in ''.join(output))
45 output = u_boot_console.run_command(
47 assert('./' in output)
48 assert('../' in output)
[all …]
/openbmc/u-boot/arch/x86/lib/
H A Ddiv64.c21 union overlay64 output; in __ashldi3() local
23 output.longw = num; in __ashldi3()
25 output.words.higher = output.words.lower << (shift - 32); in __ashldi3()
26 output.words.lower = 0; in __ashldi3()
30 output.words.higher = (output.words.higher << shift) | in __ashldi3()
31 (output.words.lower >> (32 - shift)); in __ashldi3()
32 output.words.lower = output.words.lower << shift; in __ashldi3()
34 return output.longw; in __ashldi3()
39 union overlay64 output; in __lshrdi3() local
41 output.longw = num; in __lshrdi3()
[all …]
/openbmc/u-boot/board/nvidia/venice2/
H A Dpinmux-config-venice2.h104 PINCFG(SDMMC3_CLK_PA6, SDMMC3, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
106 PINCFG(PB0, RSVD2, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
107 PINCFG(PB1, RSVD2, DOWN, TRISTATE, OUTPUT, DEFAULT, DEFAULT),
112 PINCFG(UART3_RTS_N_PC0, UARTC, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
113 PINCFG(UART2_TXD_PC2, IRDA, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
122 PINCFG(PG4, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
123 PINCFG(PG5, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
124 PINCFG(PG6, SPI4, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
126 PINCFG(PH0, PWM0, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
127 PINCFG(PH1, PWM1, NORMAL, NORMAL, OUTPUT, DEFAULT, DEFAULT),
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Drust.py30 status, output = self.target.run('rustc /tmp/test.rs -o /tmp/test')
31 msg = 'rust compile failed, output: %s' % output
34 status, output = self.target.run('/tmp/test')
35 msg = 'running compiled file failed, output: %s' % output
42 status, output = self.target.run('cargo new /tmp/hello')
43 msg = 'cargo new failed, output: %s' % output
46 status, output = self.target.run('cargo build --manifest-path=/tmp/hello/Cargo.toml')
47 msg = 'cargo build failed, output: %s' % output
50 status, output = self.target.run('cargo run --manifest-path=/tmp/hello/Cargo.toml')
51 msg = 'running compiled file failed, output: %s' % output
[all …]
H A Dgcc.py35 status, output = self.target.run('gcc /tmp/test.c -o /tmp/test -lm')
36 msg = 'gcc compile failed, output: %s' % output
39 status, output = self.target.run('/tmp/test')
40 msg = 'running compiled file failed, output: %s' % output
46 status, output = self.target.run('g++ /tmp/test.c -o /tmp/test -lm')
47 msg = 'g++ compile failed, output: %s' % output
50 status, output = self.target.run('/tmp/test')
51 msg = 'running compiled file failed, output: %s' % output
57 status, output = self.target.run('g++ /tmp/test.cpp -o /tmp/test -lm')
58 msg = 'g++ compile failed, output: %s' % output
[all …]
/openbmc/qemu/target/hexagon/
H A Dmeson.build36 output: 'semantics_generated.pyinc',
37 command: [gen_semantics, '@OUTPUT@'],
51 output: 'tcg_func_table_generated.c.inc',
54 command: [python, files('gen_tcg_func_table.py'), semantics_generated, '@OUTPUT@'],
60 output: 'printinsn_generated.h.inc',
63 command: [python, files('gen_printinsn.py'), semantics_generated, '@OUTPUT@'],
69 output: 'op_attribs_generated.h.inc',
72 command: [python, files('gen_op_attribs.py'), semantics_generated, '@OUTPUT@'],
78 output: 'opcodes_def_generated.h.inc',
81 command: [python, files('gen_opcodes_def.py'), semantics_generated, '@OUTPUT@'],
[all …]
/openbmc/u-boot/board/nvidia/p2371-0000/
H A Dpinmux-config-p2371-0000.h89 PINCFG(PEX_L0_RST_N_PA0, PE0, NORMAL, NORMAL, OUTPUT, DISABLE, HIGH),
92 PINCFG(PEX_L1_RST_N_PA3, PE1, NORMAL, NORMAL, OUTPUT, DISABLE, HIGH),
95 PINCFG(PA6, RSVD1, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
100 PINCFG(SPI2_MOSI_PB4, RSVD2, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
101 PINCFG(SPI2_MISO_PB5, RSVD2, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
102 PINCFG(SPI2_SCK_PB6, RSVD2, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
103 PINCFG(SPI2_CS0_PB7, RSVD2, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
109 PINCFG(SPI4_SCK_PC5, SPI4, NORMAL, NORMAL, OUTPUT, DISABLE, DEFAULT),
110 PINCFG(SPI4_CS0_PC6, SPI4, NORMAL, NORMAL, OUTPUT, DISABLE, DEFAULT),
111 PINCFG(SPI4_MOSI_PC7, SPI4, NORMAL, NORMAL, OUTPUT, DISABLE, DEFAULT),
[all …]
/openbmc/u-boot/board/toradex/apalis_t30/
H A Dpinmux-config-apalis_t30.h111 DEFAULT_PINMUX(ULPI_DATA0_PO1, UARTA, NORMAL, NORMAL, OUTPUT),
119 DEFAULT_PINMUX(ULPI_DATA7_PO0, UARTA, NORMAL, NORMAL, OUTPUT),
120 DEFAULT_PINMUX(ULPI_CLK_PY0, UARTD, NORMAL, NORMAL, OUTPUT),
123 DEFAULT_PINMUX(ULPI_STP_PY3, UARTD, NORMAL, NORMAL, OUTPUT),
132 DEFAULT_PINMUX(LCD_PWR1_PC1, DISPLAYA, DOWN, TRISTATE, OUTPUT), /* NC */
133 DEFAULT_PINMUX(LCD_PWR2_PC6, DISPLAYA, DOWN, TRISTATE, OUTPUT), /* NC */
136 DEFAULT_PINMUX(LCD_WR_N_PZ3, DISPLAYA, DOWN, TRISTATE, OUTPUT), /* NC */
138 DEFAULT_PINMUX(LCD_DC0_PN6, DISPLAYA, DOWN, TRISTATE, OUTPUT), /* NC */
140 DEFAULT_PINMUX(LCD_PWR0_PB2, DISPLAYA, DOWN, TRISTATE, OUTPUT), /* NC */
169 DEFAULT_PINMUX(LCD_CS1_N_PW0, DISPLAYA, DOWN, TRISTATE, OUTPUT), /* NC */
[all …]
/openbmc/qemu/scripts/
H A Dupdate-linux-headers.sh33 output="$2"
40 OUTPUT_PATH output directory, usually the qemu source tree (default: $PWD)
45 if [ -z "$output" ]; then
46 output="$PWD"
128 rm -rf "$output/linux-headers/asm-$arch"
129 mkdir -p "$output/linux-headers/asm-$arch"
132 cp "$hdrdir/include/asm/$header" "$output/linux-headers/asm-$arch"
135 cat <<EOF >$output/linux-headers/asm-$arch/$header
142 cp "$hdrdir/include/asm/sgidefs.h" "$output/linux-headers/asm-mips/"
143 cp "$hdrdir/include/asm/unistd_o32.h" "$output/linux-headers/asm-mips/"
[all …]
/openbmc/u-boot/board/nvidia/e2220-1170/
H A Dpinmux-config-e2220-1170.h98 PINCFG(PEX_L0_RST_N_PA0, PE0, NORMAL, NORMAL, OUTPUT, DISABLE, NORMAL),
101 PINCFG(PEX_L1_RST_N_PA3, PE1, NORMAL, NORMAL, OUTPUT, DISABLE, NORMAL),
110 PINCFG(SPI2_MISO_PB5, RSVD2, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
111 PINCFG(SPI2_SCK_PB6, RSVD2, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
112 PINCFG(SPI2_CS0_PB7, RSVD2, DOWN, TRISTATE, OUTPUT, DISABLE, DEFAULT),
113 PINCFG(SPI1_MOSI_PC0, SPI1, NORMAL, NORMAL, OUTPUT, DISABLE, DEFAULT),
115 PINCFG(SPI1_SCK_PC2, SPI1, NORMAL, NORMAL, OUTPUT, DISABLE, DEFAULT),
116 PINCFG(SPI1_CS0_PC3, SPI1, NORMAL, NORMAL, OUTPUT, DISABLE, DEFAULT),
117 PINCFG(SPI1_CS1_PC4, SPI1, NORMAL, NORMAL, OUTPUT, DISABLE, DEFAULT),
118 PINCFG(SPI4_SCK_PC5, SPI4, NORMAL, NORMAL, OUTPUT, DISABLE, DEFAULT),
[all …]

12345678910>>...133