HomeSort by: relevance | last modified time | path
    Searched defs:bytestream_ptr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 8948 uint8_t *bytestream_ptr; local in function:ahd_read_seeprom
8950 bytestream_ptr = (uint8_t *)tbuf;
8951 *bytestream_ptr++ = ahd_inb(ahd, SEEDAT);
8952 *bytestream_ptr = ahd_inb(ahd, SEEDAT+1);
aic79xx.c 8948 uint8_t *bytestream_ptr; local in function:ahd_read_seeprom
8950 bytestream_ptr = (uint8_t *)tbuf;
8951 *bytestream_ptr++ = ahd_inb(ahd, SEEDAT);
8952 *bytestream_ptr = ahd_inb(ahd, SEEDAT+1);

Completed in 31 milliseconds