Lines Matching defs:line
125 static unsigned long bgpio_line2mask(struct gpio_chip *gc, unsigned int line)
128 return BIT(gc->bgpio_bits - 1 - line);
129 return BIT(line);
205 * Mirror the result into the "bits" result, this will give line 0
206 * in bit 0 ... line 31 in bit 31 for a 32bit register.
526 * reading each line individually in that fringe case.
579 * line is asserted
581 * expected that we write the line with 1 in this register to drive the GPIO line
584 * expected that we write the line with 1 in this register to drive the GPIO line
586 * will be assumed to also clear the GPIO lines, by actively writing the line
588 * @dirout: MMIO address for the register to set the line as OUTPUT. It is assumed
589 * that setting a line to 1 in this register will turn that line into an
590 * output line. Conversely, setting the line to 0 will turn that line into
592 * @dirin: MMIO address for the register to set this line as INPUT. It is assumed
593 * that setting a line to 1 in this register will turn that line into an
594 * input line. Conversely, setting the line to 0 will turn that line into
653 * can not handle a line being input and output at