Searched refs:edge (Results 1 – 7 of 7) sorted by relevance
/arch/arm/plat-mxc/ |
D | gpio.c | 72 int edge; in gpio_set_irq_type() local 77 edge = GPIO_INT_RISE_EDGE; in gpio_set_irq_type() 80 edge = GPIO_INT_FALL_EDGE; in gpio_set_irq_type() 83 edge = GPIO_INT_LOW_LEV; in gpio_set_irq_type() 86 edge = GPIO_INT_HIGH_LEV; in gpio_set_irq_type() 95 __raw_writel(val | (edge << (bit << 1)), reg); in gpio_set_irq_type()
|
/arch/avr32/mach-at32ap/ |
D | extint.c | 93 u32 mode, edge, level; in eic_set_irq_type() local 103 edge = eic_readl(eic, EDGE); in eic_set_irq_type() 117 edge |= 1 << i; in eic_set_irq_type() 121 edge &= ~(1 << i); in eic_set_irq_type() 130 eic_writel(eic, EDGE, edge); in eic_set_irq_type()
|
/arch/arm/mach-pxa/ |
D | mfp-pxa3xx.c | 111 int pin, af, drv, lpm, edge, pull; in pxa3xx_mfp_config() local 120 edge = MFP_LPM_EDGE(c); in pxa3xx_mfp_config() 130 p->mfpr_run = tmp | mfpr_lpm[lpm] | mfpr_edge[edge]; in pxa3xx_mfp_config() 133 p->mfpr_lpm = tmp | mfpr_lpm[lpm] | mfpr_edge[edge]; in pxa3xx_mfp_config()
|
/arch/blackfin/kernel/ |
D | bfin_gpio.c | 362 SET_GPIO(edge) /* set_gpio_edge() */ in SET_GPIO() 421 SET_GPIO_P(edge) 447 GET_GPIO(edge) 474 GET_GPIO_P(edge) 595 gpio_bank_saved[bank].edge = gpio_array[bank]->edge; in bfin_pm_standby_setup() 640 gpio_array[bank]->edge = gpio_bank_saved[bank].edge; in bfin_pm_standby_restore() 673 gpio_bank_saved[bank].edge = gpio_array[bank]->edge; in bfin_gpio_pm_hibernate_suspend() 700 gpio_array[bank]->edge = gpio_bank_saved[bank].edge; in bfin_gpio_pm_hibernate_restore()
|
/arch/blackfin/include/asm/ |
D | gpio.h | 177 unsigned short edge; member 210 unsigned short edge; member
|
/arch/m68k/include/asm/ |
D | m68360_quicc.h | 262 volatile unsigned short edge:2; member
|
/arch/sparc/kernel/ |
D | visemul.c | 287 static void edge(struct pt_regs *regs, unsigned int insn, unsigned int opf) in edge() function 862 edge(regs, insn, opf); in vis_emul()
|