Home
last modified time | relevance | path

Searched refs:byte_p (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/atari/dev/
H A Datari5380.c437 uint8_t *byte_p; in tt_get_dma_result() local
443 byte_p = (uint8_t *)get_scsi_dma(SCSI_DMA->s_dma_ptr); in tt_get_dma_result()
453 "SCSI-DMA buserror - accessing 0x%x\n", byte_p); in tt_get_dma_result()
477 ((u_long)byte_p & 3) && PH_IN(reqp->phase)) { in tt_get_dma_result()
481 p = ptov(reqp, (u_long *)((u_long)byte_p & ~3)); in tt_get_dma_result()
483 switch ((u_long)byte_p & 3) { in tt_get_dma_result()