Searched refs:boot_cfg (Results 1 – 3 of 3) sorted by relevance
34 unsigned int boot_cfg; member41 unsigned int boot_cfg; member413 if (hc->boot_cfg & HPET_TN_PERIODIC) { in hpet_init_clockevent()722 if (!(hc->boot_cfg & HPET_TN_FSB_CAP)) in hpet_select_clockevents()1051 hpet_base.boot_cfg = cfg; in hpet_enable()1062 hc->boot_cfg = cfg; in hpet_enable()1169 cfg = hpet_base.boot_cfg; in hpet_disable()1175 hpet_writel(hpet_base.channels[i].boot_cfg, HPET_Tn_CFG(i)); in hpet_disable()1178 if (hpet_base.boot_cfg & HPET_CFG_ENABLE) in hpet_disable()1179 hpet_writel(hpet_base.boot_cfg, HPET_CFG); in hpet_disable()
1103 static int psp_boot_config_get(struct amdgpu_device *adev, uint32_t *boot_cfg) in psp_boot_config_get() argument1115 cmd->cmd.boot_cfg.sub_cmd = BOOTCFG_CMD_GET; in psp_boot_config_get()1119 *boot_cfg = in psp_boot_config_get()1120 (cmd->resp.uresp.boot_cfg.boot_cfg & BOOT_CONFIG_GECC) ? 1 : 0; in psp_boot_config_get()1128 static int psp_boot_config_set(struct amdgpu_device *adev, uint32_t boot_cfg) in psp_boot_config_set() argument1140 cmd->cmd.boot_cfg.sub_cmd = BOOTCFG_CMD_SET; in psp_boot_config_set()1141 cmd->cmd.boot_cfg.boot_config = boot_cfg; in psp_boot_config_set()1142 cmd->cmd.boot_cfg.boot_config_valid = boot_cfg; in psp_boot_config_set()1906 uint32_t boot_cfg = 0xFF; in psp_ras_initialize() local1926 ret = psp_boot_config_get(adev, &boot_cfg); in psp_ras_initialize()[all …]
56 } boot_cfg; member