Home
last modified time | relevance | path

Searched refs:bytestream_ptr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic79xx_core.c9956 uint8_t *bytestream_ptr; in ahd_read_seeprom() local
9958 bytestream_ptr = (uint8_t *)buf; in ahd_read_seeprom()
9959 *bytestream_ptr++ = ahd_inb(ahd, SEEDAT); in ahd_read_seeprom()
9960 *bytestream_ptr = ahd_inb(ahd, SEEDAT+1); in ahd_read_seeprom()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c9951 uint8_t *bytestream_ptr; in ahd_read_seeprom() local
9953 bytestream_ptr = (uint8_t *)buf; in ahd_read_seeprom()
9954 *bytestream_ptr++ = ahd_inb(ahd, SEEDAT); in ahd_read_seeprom()
9955 *bytestream_ptr = ahd_inb(ahd, SEEDAT+1); in ahd_read_seeprom()

Completed in 26 milliseconds