Searched refs:def_val (Results 1 – 1 of 1) sorted by relevance
/arch/arm/mach-sa1100/ |
D | assabet.c | 87 static int __init assabet_init_gpio(void __iomem *reg, u32 def_val) in assabet_init_gpio() argument 91 writel_relaxed(def_val, reg); in assabet_init_gpio() 93 gc = gpio_reg_init(NULL, reg, -1, 32, "assabet", 0xff000000, def_val, in assabet_init_gpio() 743 u32 def_val; in assabet_init_irq() local 748 def_val = ASSABET_BCR_DB1111; in assabet_init_irq() 750 def_val = ASSABET_BCR_DB1110; in assabet_init_irq() 757 assabet_gpio_base = assabet_init_gpio((void *)&ASSABET_BCR, def_val); in assabet_init_irq()
|