Searched refs:alchemy_gpio_direction_output (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/mips/alchemy/ |
D | board-mtx1.c | 57 alchemy_gpio_direction_output(204, 0); in board_setup() 65 alchemy_gpio_direction_output(0, 0); /* Disable M66EN (PCI 66MHz) */ in board_setup() 66 alchemy_gpio_direction_output(3, 1); /* Disable PCI CLKRUN# */ in board_setup() 67 alchemy_gpio_direction_output(1, 1); /* Enable EXT_IO3 */ in board_setup() 68 alchemy_gpio_direction_output(5, 0); /* Disable eth PHY TX_ER */ in board_setup() 71 alchemy_gpio_direction_output(211, 1); /* green on */ in board_setup() 72 alchemy_gpio_direction_output(212, 0); /* red off */ in board_setup()
|
D | board-gpr.c | 42 alchemy_gpio_direction_output(4, 0); in gpr_reset() 43 alchemy_gpio_direction_output(5, 0); in gpr_reset() 48 alchemy_gpio_direction_output(1, 0); in gpr_reset() 74 alchemy_gpio_direction_output(215, 1); in board_setup()
|
/linux-5.19.10/arch/mips/alchemy/devboards/ |
D | db1550.c | 510 alchemy_gpio_direction_output(203, 0); /* red led on */ in db1550_devices() 541 alchemy_gpio_direction_output(202, 0); /* green led on */ in db1550_devices()
|
/linux-5.19.10/arch/mips/include/asm/mach-au1x00/ |
D | gpio-au1000.h | 474 static inline int alchemy_gpio_direction_output(int gpio, int v) in alchemy_gpio_direction_output() function
|