Home
last modified time | relevance | path

Searched refs:boot_cfg (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/x86/kernel/
H A Dhpet.c33 unsigned int boot_cfg; member
40 unsigned int boot_cfg; member
412 if (hc->boot_cfg & HPET_TN_PERIODIC) { in hpet_init_clockevent()
721 if (!(hc->boot_cfg & HPET_TN_FSB_CAP)) in hpet_select_clockevents()
1050 hpet_base.boot_cfg = cfg; in hpet_enable()
1061 hc->boot_cfg = cfg; in hpet_enable()
1168 cfg = hpet_base.boot_cfg; in hpet_disable()
1174 hpet_writel(hpet_base.channels[i].boot_cfg, HPET_Tn_CFG(i)); in hpet_disable()
1177 if (hpet_base.boot_cfg & HPET_CFG_ENABLE) in hpet_disable()
1178 hpet_writel(hpet_base.boot_cfg, HPET_CFG); in hpet_disable()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Dpsp_gfx_if.h384 struct psp_gfx_cmd_boot_cfg boot_cfg; member
404 uint32_t boot_cfg; /* boot config data */ member
410 struct psp_gfx_uresp_bootcfg boot_cfg; member
H A Damdgpu_psp.c999 cmd->cmd.boot_cfg.sub_cmd = BOOTCFG_CMD_GET; in psp_boot_config_get()
1003 *boot_cfg = in psp_boot_config_get()
1004 (cmd->resp.uresp.boot_cfg.boot_cfg & BOOT_CONFIG_GECC) ? 1 : 0; in psp_boot_config_get()
1024 cmd->cmd.boot_cfg.sub_cmd = BOOTCFG_CMD_SET; in psp_boot_config_set()
1025 cmd->cmd.boot_cfg.boot_config = boot_cfg; in psp_boot_config_set()
1026 cmd->cmd.boot_cfg.boot_config_valid = boot_cfg; in psp_boot_config_set()
1776 uint32_t boot_cfg = 0xFF; in psp_ras_initialize() local
1796 ret = psp_boot_config_get(adev, &boot_cfg); in psp_ras_initialize()
1800 if (boot_cfg == 1 && !adev->ras_default_ecc_enabled && in psp_ras_initialize()
1808 if (boot_cfg == 1) { in psp_ras_initialize()
[all …]
/linux-6.15/sound/soc/intel/avs/
H A Dmessages.c20 msg.boot_cfg.rom_ctrl_msg_type = AVS_ROM_SET_BOOT_CONFIG; in avs_ipc_set_boot_config()
21 msg.boot_cfg.dma_id = dma_id; in avs_ipc_set_boot_config()
22 msg.boot_cfg.purge_request = purge; in avs_ipc_set_boot_config()
H A Dmessages.h56 } boot_cfg; member