Home
last modified time | relevance | path

Searched refs:GPIO_RESET (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/pcmcia/
H A Dxxs1500_ss.c47 #define GPIO_RESET 204 macro
101 gpio_set_value(GPIO_RESET, 1); /* assert reset */ in xxs1500_pcmcia_configure()
104 gpio_set_value(GPIO_RESET, 0); /* deassert reset */ in xxs1500_pcmcia_configure()
145 status |= gpio_get_value(GPIO_RESET) ? SS_RESET : SS_READY; in xxs1500_pcmcia_get_status()
164 gpio_direction_output(GPIO_RESET, 1); /* assert reset */ in xxs1500_pcmcia_sock_init()
/openbmc/linux/arch/arm/mach-footbridge/include/mach/
H A Dhardware.h74 #define GPIO_RESET 0x001 macro
/openbmc/qemu/hw/dma/
H A Dsparc32_dma.c69 GPIO_RESET = 0, enumerator
202 qemu_irq_raise(s->gpio[GPIO_RESET]); in dma_mem_write()
203 qemu_irq_lower(s->gpio[GPIO_RESET]); in dma_mem_write()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmxic_nand.c162 #define GPIO_RESET(x) BIT(2 + ((x) * 16)) macro
/openbmc/linux/drivers/spi/
H A Dspi-mxic.c163 #define GPIO_RESET(x) BIT(2 + ((x) * 16)) macro