Lines Matching +full:cs +full:- +full:output
4 * SPDX-License-Identifier: Apache-2.0
18 * are responsible for pin muxing, input/output, pull-up, etc.
25 * Pins 0 - 15 are for GPIO0
26 * Pins 16 - 31 are for GPIO1
108 CMSDK_AHB_GPIO0_DEV->altfuncset = gpio_0; in arm_v2m_beetle_pinmux_defaults()
119 gpio_1 |= (1<<8); /* QSPI CS 2 */ in arm_v2m_beetle_pinmux_defaults()
120 gpio_1 |= (1<<9); /* QSPI CS 1 */ in arm_v2m_beetle_pinmux_defaults()
127 CMSDK_AHB_GPIO1_DEV->altfuncset = gpio_1; in arm_v2m_beetle_pinmux_defaults()
129 /* Set the ARD_PWR_EN GPIO1[15] as an output */ in arm_v2m_beetle_pinmux_defaults()
130 CMSDK_AHB_GPIO1_DEV->outenableset |= (0x1 << 15); in arm_v2m_beetle_pinmux_defaults()
132 CMSDK_AHB_GPIO1_DEV->data |= (0x1 << 15); in arm_v2m_beetle_pinmux_defaults()