Lines Matching refs:STROBE
4370 * connection prior to establish a new one, pulsing the STROBE pin.
4379 * GPIO[10] - STROBE (xpoint) - P3[7] (microcontroller)
4473 * the switch. A STROBE bit (gpio bit 8) latches the data value into the
4475 * STROBE high, and finally bring STROBE back to low.
4762 * the switch. A STROBE bit (gpio bit 17) latches the data value into the
4765 * STROBE high, write the data, and finally bring STROBE back to low.
4782 const u32 STROBE = 1<<17;
4786 gpio_bits(0x20000, STROBE); /* STROBE high */
4788 gpio_bits(0x20000, ~STROBE); /* STROBE low */