Searched refs:PIN (Results 1 - 7 of 7) sorted by relevance

/src/sys/arch/evbppc/nintendo/dev/
H A Dhwgpio.c46 #define PIN(_num, _name, _caps) \ macro
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(
[all...]
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2-common.dtsi1014 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);
1024 PIN(INPU
[all...]
H A Dexynos5433-pinctrl.dtsi14 #define PIN(_func, _pin, _pull, _drv) \ macro
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dam335x-pocketbeagle.dts215 /* 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 2
[all...]
H A Dam335x-moxa-uc-8100-common.dtsi45 AM33XX_PADCONF(AM335X_PIN_LCD_VSYNC, PIN_INPUT_PULLDOWN, MUX_MODE7) /* lcd_vsync.gpio2_22 Power off PIN*/
/src/bin/csh/
H A Dparse.c205 #define PIN 2 macro
430 t->t_dcdr = syn2(p->next, p2, flags | PIN);
581 else if ((flags & PIN) || t->t_dlef)
/src/sys/arch/arm/rockchip/
H A Drk3588_iomux.c70 #define PIN(bank, idx) (((bank) * NPINPERBANK) + (idx)) macro
944 const int pin = PIN(bank, idx);

Completed in 8 milliseconds