Searched refs:NCR53c7x0_read32 (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | 53c7xx.c | 1657 host->host_no, bus_to_virt(NCR53c7x0_read32(DSP_REG)), in NCR53c7xx_run_tests() 1660 NCR53c7x0_read32(DSPS_REG)); in NCR53c7xx_run_tests() 1998 dsp = (u32 *) bus_to_virt(NCR53c7x0_read32(DSP_REG)); in intr_break() 2267 dsps = NCR53c7x0_read32(DSPS_REG); in NCR53c7x0_dstat_sir_intr() 2268 dsp = (u32 *) bus_to_virt(NCR53c7x0_read32(DSP_REG)); in NCR53c7x0_dstat_sir_intr() 2537 dsa = (u32 *) bus_to_virt (NCR53c7x0_read32(DSA_REG)); in NCR53c7x0_dstat_sir_intr() 2540 host->host_no, NCR53c7x0_read32(DSA_REG), dsa); in NCR53c7x0_dstat_sir_intr() 2574 dsa = bus_to_virt (NCR53c7x0_read32(DSA_REG)); in NCR53c7x0_dstat_sir_intr() 2602 dsa = (u32 *) bus_to_virt (NCR53c7x0_read32(DSA_REG)); in NCR53c7x0_dstat_sir_intr() 2610 NCR53c7x0_read32 (TEMP_REG), in NCR53c7x0_dstat_sir_intr() [all …]
|
D | 53c7,8xx.c | 1902 host->host_no, bus_to_virt(NCR53c7x0_read32(DSP_REG)), in NCR53c8xx_run_tests() 1905 NCR53c7x0_read32(DSPS_REG)); in NCR53c8xx_run_tests() 2256 dsp = (u32 *) bus_to_virt(NCR53c7x0_read32(DSP_REG)); in intr_break() 2515 dsps = NCR53c7x0_read32(DSPS_REG); in NCR53c8x0_dstat_sir_intr() 2516 dsp = (u32 *) bus_to_virt(NCR53c7x0_read32(DSP_REG)); in NCR53c8x0_dstat_sir_intr() 2753 dsa = (u32 *) bus_to_virt (NCR53c7x0_read32(DSA_REG)); in NCR53c8x0_dstat_sir_intr() 2756 host->host_no, NCR53c7x0_read32(DSA_REG), dsa); in NCR53c8x0_dstat_sir_intr() 2786 dsa = bus_to_virt (NCR53c7x0_read32(DSA_REG)); in NCR53c8x0_dstat_sir_intr() 2814 dsa = (u32 *) bus_to_virt (NCR53c7x0_read32(DSA_REG)); in NCR53c8x0_dstat_sir_intr() 2822 NCR53c7x0_read32 (TEMP_REG), in NCR53c8x0_dstat_sir_intr() [all …]
|
D | 53c7xx.h | 1509 #define NCR53c7x0_read32(address) \ macro 1512 #define NCR53c7x0_read32(address) \ macro
|
D | 53c7,8xx.h | 1463 #define NCR53c7x0_read32(address) \ macro
|