Lines Matching refs:STROBE
4369 * connection prior to establish a new one, pulsing the STROBE pin.
4378 * GPIO[10] - STROBE (xpoint) - P3[7] (microcontroller)
4472 * the switch. A STROBE bit (gpio bit 8) latches the data value into the
4474 * STROBE high, and finally bring STROBE back to low.
4761 * the switch. A STROBE bit (gpio bit 17) latches the data value into the
4764 * STROBE high, write the data, and finally bring STROBE back to low.
4781 const u32 STROBE = 1<<17;
4785 gpio_bits(0x20000, STROBE); /* STROBE high */
4787 gpio_bits(0x20000, ~STROBE); /* STROBE low */