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()
297 DWORD1(pwp->iqaddr[i])); in pmcs_setup()301 DWORD1(pwp->ciaddr+IQ_OFFSET(i))); in pmcs_setup()319 DWORD1(pwp->oqaddr[i])); in pmcs_setup()323 DWORD1(pwp->ciaddr+OQ_OFFSET(i))); in pmcs_setup()345 pmcs_wr_mpi_tbl(pwp, PMCS_MPI_MELBAH, DWORD1(logdma)); in pmcs_setup()350 pmcs_wr_mpi_tbl(pwp, PMCS_MPI_IELBAH, DWORD1(logdma)); in pmcs_setup()4211 msg[13] = LE_32(DWORD1(pwp->scratch_dma+rdoff)); in pmcs_expander_get_nphy()4439 msg[13] = LE_32(DWORD1(pwp->scratch_dma+rdoff)); in pmcs_expander_content_discover()5307 msg[13] = LE_32(DWORD1(pwp->scratch_dma)); in pmcs_sata_abort_ncq()6224 msg[13] = LE_32(DWORD1(sg->dmac_laddress)); in pmcs_dma_load()[all …]
654 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