Lines Matching defs:set
3269 u8 reg, u8 offset, bool set)
3273 BIT(offset), set ? BIT(offset) : 0);
3277 if (set)
3286 u8 reg, u8 offset, bool set)
3288 if (set)
3505 * best we can do is to set up a single-edge interrupt and then
3575 unsigned int pin, unsigned int reg, bool set)
3580 if (set) {
3598 unsigned int pin, u8 reg, bool set)
3603 (set ? REG_SET(reg) : REG_CLEAR(reg)), BIT(idx));
3723 dev_dbg(jzpc->dev, "set pin P%c%u to function %u\n",
3792 dev_dbg(pctldev->dev, "set pin P%c%u to %sput\n",
4034 dev_dbg(jzpc->dev, "set pull-up for pin P%c%u\n",
4042 dev_dbg(jzpc->dev, "set pull-down for pin P%c%u\n",
4193 jzgc->gc.set = ingenic_gpio_set;