Searched refs:ahd_inb_scbram (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c562 nvram_scb = ahd_inb_scbram(ahd, SCB_BASE + NVRAM_SCB_OFFSET);
564 && ((ahd_inb_scbram(ahd, SCB_BASE + 0) == 'A'
565 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'D'
566 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'P'
567 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'T')
568 || (ahd_inb_scbram(ahd, SCB_BASE + 0) == 'B'
569 && ahd_inb_scbram(ahd, SCB_BASE + 1) == 'I'
570 && ahd_inb_scbram(ahd, SCB_BASE + 2) == 'O'
571 && ahd_inb_scbram(ahd, SCB_BASE + 3) == 'S')
572 || (ahd_inb_scbram(ah
[all...]
H A Daic79xx_inline.h448 static __inline u_int ahd_inb_scbram(struct ahd_softc *ahd, u_int offset);
646 ahd_inb_scbram(struct ahd_softc *ahd, u_int offset) function
659 return (ahd_inb_scbram(ahd, offset)
660 | (ahd_inb_scbram(ahd, offset+1) << 8));
H A Daic79xx_core.c492 if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0
493 && ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0
494 || (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR)
506 ahd_inb_scbram(ahd, SCB_SGPTR)
582 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
705 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) + 1);
749 resid |= ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT+3) << 24;
873 ahd_inb_scbram(ahd, SCB_SGPTR) | SG_LIST_NULL);
884 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) - 1);
1272 ahd_inb_scbram(ah
[all...]

Completed in 161 milliseconds