Searched refs:field_val (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/include/ |
| H A D | cgs_common.h | 123 #define CGS_REG_SET_FIELD(orig_val, reg, field, field_val) \ argument 125 (CGS_REG_FIELD_MASK(reg, field) & ((field_val) << CGS_REG_FIELD_SHIFT(reg, field))))
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_psp.h | 539 uint32_t field_val, uint32_t mask, uint32_t flags); 541 uint32_t field_val, uint32_t mask, uint32_t msec_timeout);
|
| H A D | amdgpu.h | 1505 #define REG_SET_FIELD(orig_val, reg, field, field_val) \ argument 1507 (REG_FIELD_MASK(reg, field) & ((field_val) << REG_FIELD_SHIFT(reg, field))))
|
| /linux/drivers/phy/cadence/ |
| H A D | phy-cadence-torrent.c | 1282 u32 read_val, field_val; in cdns_torrent_dp_configure_rate() local 1289 ret = regmap_field_read(cdns_phy->phy_pma_pll_raw_ctrl, &field_val); in cdns_torrent_dp_configure_rate() 1292 field_val &= ~(cdns_phy->dp_pll); in cdns_torrent_dp_configure_rate() 1293 regmap_field_write(cdns_phy->phy_pma_pll_raw_ctrl, field_val); in cdns_torrent_dp_configure_rate() 1333 ret = regmap_field_read(cdns_phy->phy_pma_pll_raw_ctrl, &field_val); in cdns_torrent_dp_configure_rate() 1336 field_val |= cdns_phy->dp_pll; in cdns_torrent_dp_configure_rate() 1337 regmap_field_write(cdns_phy->phy_pma_pll_raw_ctrl, field_val); in cdns_torrent_dp_configure_rate()
|