Lines Matching +full:clock +full:- +full:falling +full:- +full:edge
1 // SPDX-License-Identifier: GPL-2.0
27 /* Write Data To EEProm from SI line on rising edge of CLK */
28 /* Read Data From EEProm on falling edge of CLK */
32 #define CLK_HIGH 0x0004 /* Clock high */
33 #define CLK_LOW 0x0000 /* Clock low */
83 /* Clock to read from/write to the eeprom */
112 * This routine will clock the Read_Status_reg function into the X2520
132 /* Done sending instruction - now pull data off of bit 16, MSB first */
133 /* Data clocked out of eeprom on falling edge of clock */
136 for (i = 7, j = 0; i >= 0; i--) {
152 * This routine will clock the Read_data function into the X2520
173 for (i = 7; i >= 0; i--) { in read_eprom_byte()
185 for (i = 7; i >= 0; i--) { in read_eprom_byte()