Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2682 struct hardware_scb *pending_hscb; in ahc_update_pending_scbs() local
2690 pending_hscb = pending_scb->hscb; in ahc_update_pending_scbs()
2691 pending_hscb->control &= ~ULTRAENB; in ahc_update_pending_scbs()
2693 pending_hscb->control |= ULTRAENB; in ahc_update_pending_scbs()
2694 pending_hscb->scsirate = tinfo->scsirate; in ahc_update_pending_scbs()
2695 pending_hscb->scsioffset = tinfo->curr.offset; in ahc_update_pending_scbs()
2699 pending_hscb->control &= ~MK_MESSAGE; in ahc_update_pending_scbs()
2719 struct hardware_scb *pending_hscb; in ahc_update_pending_scbs() local
2729 pending_hscb = pending_scb->hscb; in ahc_update_pending_scbs()
2734 ahc_outb(ahc, SCB_SCSIRATE, pending_hscb->scsirate); in ahc_update_pending_scbs()
[all …]