Lines Matching defs:set
2016 u8 reg, u8 offset, bool set)
2018 if (set)
2027 u8 reg, u8 offset, bool set)
2029 if (set)
2195 * best we can do is to set up a single-edge interrupt and then
2263 unsigned int pin, u8 reg, bool set)
2269 (set ? REG_SET(reg) : REG_CLEAR(reg)), BIT(idx));
2273 unsigned int pin, u8 reg, bool set)
2278 (set ? REG_SET(reg) : REG_CLEAR(reg)), BIT(idx));
2355 dev_dbg(jzpc->dev, "set pin P%c%u to function %u\n",
2414 dev_dbg(pctldev->dev, "set pin P%c%u to %sput\n",
2552 dev_dbg(jzpc->dev, "set pull-up for pin P%c%u\n",
2560 dev_dbg(jzpc->dev, "set pull-down for pin P%c%u\n",
2691 jzgc->gc.set = ingenic_gpio_set;