Searched refs:DWORD1 (Results 1 – 5 of 5) sorted by relevance
370 msg[13] = LE_32(DWORD1(pwp->scratch_dma)); in pmcs_flash_chunk()693 iomb.ipbah = LE_32(DWORD1(pwp->flash_chunk_addr)); in pmcs_get_nvmd()833 iomb.ipbah = LE_32(DWORD1(pwp->flash_chunk_addr)); in pmcs_set_nvmd()
295 DWORD1(pwp->iqaddr[i])); in pmcs_setup()299 DWORD1(pwp->ciaddr+IQ_OFFSET(i))); in pmcs_setup()317 DWORD1(pwp->oqaddr[i])); in pmcs_setup()321 DWORD1(pwp->ciaddr+OQ_OFFSET(i))); in pmcs_setup()343 pmcs_wr_mpi_tbl(pwp, PMCS_MPI_MELBAH, DWORD1(logdma)); in pmcs_setup()348 pmcs_wr_mpi_tbl(pwp, PMCS_MPI_IELBAH, DWORD1(logdma)); in pmcs_setup()4207 msg[13] = LE_32(DWORD1(pwp->scratch_dma+rdoff)); in pmcs_expander_get_nphy()4435 msg[13] = LE_32(DWORD1(pwp->scratch_dma+rdoff)); in pmcs_expander_content_discover()5303 msg[13] = LE_32(DWORD1(pwp->scratch_dma)); in pmcs_sata_abort_ncq()6220 msg[13] = LE_32(DWORD1(sg->dmac_laddress)); in pmcs_dma_load()[all …]
653 msg[13] = LE_32(DWORD1(pwp->scratch_dma)); in pmcs_run_sata_cmd()
1102 msg[9] = LE_32(DWORD1(pwp->scratch_dma)); in pmcs_smp_start()1106 msg[13] = LE_32(DWORD1(pwp->scratch_dma+rdoff)); in pmcs_smp_start()
508 #define DWORD1(x) ((uint32_t)(((uint64_t)x) >> 32)) macro