Searched refs:scratch_dma (Results 1 – 6 of 6) sorted by relevance
652 msg[12] = LE_32(DWORD0(pwp->scratch_dma)); in pmcs_run_sata_cmd()653 msg[13] = LE_32(DWORD1(pwp->scratch_dma)); in pmcs_run_sata_cmd()
369 msg[12] = LE_32(DWORD0(pwp->scratch_dma)); in pmcs_flash_chunk()370 msg[13] = LE_32(DWORD1(pwp->scratch_dma)); in pmcs_flash_chunk()
1101 msg[8] = LE_32(DWORD0(pwp->scratch_dma)); in pmcs_smp_start()1102 msg[9] = LE_32(DWORD1(pwp->scratch_dma)); in pmcs_smp_start()1105 msg[12] = LE_32(DWORD0(pwp->scratch_dma+rdoff)); in pmcs_smp_start()1106 msg[13] = LE_32(DWORD1(pwp->scratch_dma+rdoff)); in pmcs_smp_start()
4206 msg[12] = LE_32(DWORD0(pwp->scratch_dma+rdoff)); in pmcs_expander_get_nphy()4207 msg[13] = LE_32(DWORD1(pwp->scratch_dma+rdoff)); in pmcs_expander_get_nphy()4434 msg[12] = LE_32(DWORD0(pwp->scratch_dma+rdoff)); in pmcs_expander_content_discover()4435 msg[13] = LE_32(DWORD1(pwp->scratch_dma+rdoff)); in pmcs_expander_content_discover()5302 msg[12] = LE_32(DWORD0(pwp->scratch_dma)); in pmcs_sata_abort_ncq()5303 msg[13] = LE_32(DWORD1(pwp->scratch_dma)); in pmcs_sata_abort_ncq()
739 pwp->scratch_dma = pwp->ciaddr + PMCS_INDICES_SIZE; in pmcs_attach()
466 uint64_t scratch_dma; member