Searched refs:rmp (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/radeon/ |
| H A D | cypress_dpm.h | 56 u32 rmp; member
|
| H A D | btc_dpm.c | 1673 pi->rmp = 100; in btc_set_at_for_uvd() 1678 pi->rmp = eg_pi->ats[idx].rmp; in btc_set_at_for_uvd() 2587 pi->rmp = RV770_RMP_DFLT; in btc_dpm_init() 2592 eg_pi->ats[0].rmp = RV770_RMP_DFLT; in btc_dpm_init() 2597 eg_pi->ats[1].rmp = BTC_RMP_UVD_DFLT; in btc_dpm_init()
|
| H A D | rv770_dpm.h | 131 u32 rmp; member
|
| H A D | rv770_dpm.c | 282 (R600_AH_DFLT - pi->rmp); in rv770_populate_smc_t() 283 a_d = (int)state->medium.sclk * (100 - (int)pi->rmp) + in rv770_populate_smc_t() 287 r[1] = (u8)(pi->rmp + (100 - (int)pi->rmp) * a_n / a_d); in rv770_populate_smc_t() 2385 pi->rmp = RV770_RMP_DFLT; in rv770_dpm_init()
|
| H A D | ni_dpm.c | 4110 pi->rmp = RV770_RMP_DFLT; in ni_dpm_init() 4115 eg_pi->ats[0].rmp = RV770_RMP_DFLT; in ni_dpm_init() 4120 eg_pi->ats[1].rmp = BTC_RMP_UVD_DFLT; in ni_dpm_init()
|
| H A D | cypress_dpm.c | 2070 pi->rmp = RV770_RMP_DFLT; in cypress_dpm_init()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_bsg.c | 77 struct lpfc_dmabuf *rmp; member 307 struct lpfc_dmabuf *bmp, *cmp, *rmp; in lpfc_bsg_send_mgmt_cmd_cmp() local 333 rmp = iocb->rmp; in lpfc_bsg_send_mgmt_cmd_cmp() 361 lpfc_bsg_copy_data(rmp, &job->reply_payload, in lpfc_bsg_send_mgmt_cmd_cmp() 367 lpfc_free_bsg_buffers(phba, rmp); in lpfc_bsg_send_mgmt_cmd_cmp() 398 struct lpfc_dmabuf *bmp = NULL, *cmp = NULL, *rmp = NULL; in lpfc_bsg_send_mgmt_cmd() local 459 rmp = lpfc_alloc_bsg_buffers(phba, job->reply_payload.payload_len, 0, in lpfc_bsg_send_mgmt_cmd() 461 if (!rmp) { in lpfc_bsg_send_mgmt_cmd() 488 dd_data->context_un.iocb.rmp = rmp; in lpfc_bsg_send_mgmt_cmd() 527 lpfc_free_bsg_buffers(phba, rmp); in lpfc_bsg_send_mgmt_cmd() [all …]
|