Lines Matching +full:serial +full:- +full:out
2 * Interface to the 93C46/56 serial EEPROM that is used to store BIOS
4 * also be used for 93C26 and 93C06 serial EEPROMS.
20 * 3. Neither the names of the above-listed copyright holders nor the names
38 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
68 * This function will read count 16-bit words from the serial EEPROM and
69 * return their value in buf. The port address of the aic7xxx serial EEPROM
73 * CS - Chip select
74 * CK - Clock
75 * DO - Data out
76 * DI - Data in
77 * RDY - SEEPROM ready
78 * MS - Memory port mode select
84 ahc_inb(sd->sd_ahc, sd->sd_control_offset)
87 ahc_outb(sd->sd_ahc, sd->sd_control_offset, value); \
88 ahc_flush_device_writes(sd->sd_ahc); \
92 ahc_inb(sd->sd_ahc, sd->sd_status_offset)
94 ahc_inb(sd->sd_ahc, sd->sd_dataout_offset)