Searched refs:scratch_dma (Results 1 – 6 of 6) sorted by relevance
653 msg[12] = LE_32(DWORD0(pwp->scratch_dma)); in pmcs_run_sata_cmd()654 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()
4210 msg[12] = LE_32(DWORD0(pwp->scratch_dma+rdoff)); in pmcs_expander_get_nphy()4211 msg[13] = LE_32(DWORD1(pwp->scratch_dma+rdoff)); in pmcs_expander_get_nphy()4438 msg[12] = LE_32(DWORD0(pwp->scratch_dma+rdoff)); in pmcs_expander_content_discover()4439 msg[13] = LE_32(DWORD1(pwp->scratch_dma+rdoff)); in pmcs_expander_content_discover()5306 msg[12] = LE_32(DWORD0(pwp->scratch_dma)); in pmcs_sata_abort_ncq()5307 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