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

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

Completed in 22 milliseconds