Searched refs:boot_cfg (Results 1 – 3 of 3) sorted by relevance
320 struct psp_gfx_cmd_boot_cfg boot_cfg; member337 uint32_t boot_cfg; /* boot config data */ member343 struct psp_gfx_uresp_bootcfg boot_cfg; member
706 static int psp_boot_config_get(struct amdgpu_device *adev, uint32_t *boot_cfg) in psp_boot_config_get() argument718 cmd->cmd.boot_cfg.sub_cmd = BOOTCFG_CMD_GET; in psp_boot_config_get()722 *boot_cfg = in psp_boot_config_get()723 (cmd->resp.uresp.boot_cfg.boot_cfg & BOOT_CONFIG_GECC) ? 1 : 0; in psp_boot_config_get()731 static int psp_boot_config_set(struct amdgpu_device *adev, uint32_t boot_cfg) in psp_boot_config_set() argument743 cmd->cmd.boot_cfg.sub_cmd = BOOTCFG_CMD_SET; in psp_boot_config_set()744 cmd->cmd.boot_cfg.boot_config = boot_cfg; in psp_boot_config_set()745 cmd->cmd.boot_cfg.boot_config_valid = boot_cfg; in psp_boot_config_set()1478 uint32_t boot_cfg = 0xFF; in psp_ras_initialize() local1497 ret = psp_boot_config_get(adev, &boot_cfg); in psp_ras_initialize()[all …]
32 unsigned int boot_cfg; member39 unsigned int boot_cfg; member411 if (hc->boot_cfg & HPET_TN_PERIODIC) { in hpet_init_clockevent()728 if (!(hc->boot_cfg & HPET_TN_FSB_CAP)) in hpet_select_clockevents()1060 hpet_base.boot_cfg = cfg; in hpet_enable()1071 hc->boot_cfg = cfg; in hpet_enable()1176 cfg = hpet_base.boot_cfg; in hpet_disable()1182 hpet_writel(hpet_base.channels[i].boot_cfg, HPET_Tn_CFG(i)); in hpet_disable()1185 if (hpet_base.boot_cfg & HPET_CFG_ENABLE) in hpet_disable()1186 hpet_writel(hpet_base.boot_cfg, HPET_CFG); in hpet_disable()