/src/sys/arch/evbppc/wii/dev/ |
hwgpio.c | 46 #define PIN(_num, _name, _caps) \ 52 PIN( 0, "POWER", GPIO_PIN_INPUT), 53 PIN( 1, "SHUTDOWN", GPIO_PIN_OUTPUT), 54 PIN( 2, "FAN", GPIO_PIN_OUTPUT), 55 PIN( 3, "DC_DC", GPIO_PIN_OUTPUT), 56 PIN( 4, "DI_SPIN", GPIO_PIN_OUTPUT), 57 PIN( 5, "SLOT_LED", GPIO_PIN_OUTPUT), 58 PIN( 6, "EJECT_BTN", GPIO_PIN_INPUT), 59 PIN( 7, "SLOT_IN", GPIO_PIN_INPUT), 60 PIN( 8, "SENSOR_BAR", GPIO_PIN_OUTPUT) [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/exynos/ |
exynos5433-tm2-common.dtsi | 865 compatible = "samsung,usb-connector-11pin", 1014 PIN(INPUT, gpa0-0, DOWN, FAST_SR1); 1015 PIN(INPUT, gpa0-1, NONE, FAST_SR1); 1016 PIN(INPUT, gpa0-2, DOWN, FAST_SR1); 1017 PIN(INPUT, gpa0-3, NONE, FAST_SR1); 1018 PIN(INPUT, gpa0-4, NONE, FAST_SR1); 1019 PIN(INPUT, gpa0-5, DOWN, FAST_SR1); 1020 PIN(INPUT, gpa0-6, NONE, FAST_SR1); 1021 PIN(INPUT, gpa0-7, NONE, FAST_SR1); 1023 PIN(INPUT, gpa1-0, UP, FAST_SR1) [all...] |
exynos5433-pinctrl.dtsi | 3 * Samsung's Exynos5433 SoC pin-mux and pin-config device tree source 8 * Samsung's Exynos5433 SoC pin-mux and pin-config options are listed as device 14 #define PIN(_func, _pin, _pull, _drv) \ 17 samsung,pin-function = <EXYNOS_PIN_FUNC_ ##_func>; \ 18 samsung,pin-pud = <EXYNOS_PIN_PULL_ ##_pull>; \ 19 samsung,pin-drv = <EXYNOS5433_PIN_DRV_ ##_drv>; \ 134 samsung,pin-function = <EXYNOS_PIN_FUNC_2>; 135 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE> [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
am335x-pocketbeagle.dts | 215 /* P2_03 (ZCZ ball T10) gpio0_23 0x824 PIN 9 */ 224 /* P1_34 (ZCZ ball T11) gpio0_26 0x828 PIN 10 */ 233 /* P2_19 (ZCZ ball U12) gpio0_27 0x82c PIN 11 */ 242 /* P2_24 (ZCZ ball T12) gpio1_12 0x830 PIN 12 */ 251 /* P2_33 (ZCZ ball R12) gpio1_13 0x834 PIN 13 */ 260 /* P2_22 (ZCZ ball V13) gpio1_14 0x838 PIN 14 */ 269 /* P2_18 (ZCZ ball U13) gpio1_15 0x83c PIN 15 */ 278 /* P2_10 (ZCZ ball R14) gpio1_20 0x850 PIN 20 */ 287 /* P2_06 (ZCZ ball U16) gpio1_25 0x864 PIN 25 */ 296 /* P2_04 (ZCZ ball T16) gpio1_26 0x868 PIN 26 * [all...] |
am335x-moxa-uc-8100-common.dtsi | 45 AM33XX_PADCONF(AM335X_PIN_LCD_VSYNC, PIN_INPUT_PULLDOWN, MUX_MODE7) /* lcd_vsync.gpio2_22 Power off PIN*/
|
/src/bin/csh/ |
parse.c | 205 #define PIN 2 430 t->t_dcdr = syn2(p->next, p2, flags | PIN); 581 else if ((flags & PIN) || t->t_dlef)
|
/src/sys/arch/arm/rockchip/ |
rk3588_iomux.c | 70 #define PIN(bank, idx) (((bank) * NPINPERBANK) + (idx)) 840 rk3588_iomux_pinname(int pin) 844 int bank = pin / 32; 845 int group = (pin / 8) & 3; 846 int idx = pin & 7; 848 pin, bank, 'A' + group, idx); 854 rk3588_iomux_set_bias(struct rk3588_iomux_softc *sc, int pin, int bias) 872 bus_size_t reg = rk3588_pull_regmap[pin].reg; 873 uint32_t mask = rk3588_pull_regmap[pin].mask; 879 printf("%s: pin=%s bias %s (reg:%08lx -> %08x)\n", __func__ 944 const int pin = PIN(bank, idx); local in function:rk3588_iomux_config [all...] |