Searched refs:NCR_read32 (Results 1 – 2 of 2) sorted by relevance
313 NCR_read8(DSTAT_REG), NCR_read32(DSA_REG), NCR_read8(CTEST3_REG), in ncr_dump()318 NCR_read32(DBC_REG), NCR_read32(DNAD_REG), NCR_read32(DSP_REG), in ncr_dump()319 NCR_read32(DSPS_REG), NCR_read32(SCRATCH_REG), NCR_read8(DCNTL_REG), in ncr_dump()321 NCR_read32(ADDER_REG)); in ncr_dump()656 (NCR_read32 (DBC_REG) & DFIFO_10_BO_MASK)) & DFIFO_10_BO_MASK; in datapath_residual()687 index = (u32)((u32 *)(bus_to_virt(NCR_read32(DSP_REG))) - hostdata->script); in handle_idd()734 index = (u32)((u32 *)(bus_to_virt(NCR_read32(DSP_REG))) - hostdata->script); in handle_phase_mismatch()784 naddr = NCR_read32(DNAD_REG) - residual; in handle_phase_mismatch()785 nlen = (NCR_read32(DBC_REG) & 0x00ffffff) + residual; in handle_phase_mismatch()810 naddr = NCR_read32(DNAD_REG) - residual; in handle_phase_mismatch()[all …]
813 #define NCR_read32(address) \ macro829 #define NCR_read32(address) \ macro