Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:boot_cfg
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
hpet.c
31
unsigned int
boot_cfg
;
member
38
unsigned int
boot_cfg
;
member
410
if (hc->
boot_cfg
& HPET_TN_PERIODIC) {
in hpet_init_clockevent()
618
if (!(hc->
boot_cfg
& HPET_TN_FSB_CAP))
in hpet_select_clockevents()
950
hpet_base.
boot_cfg
= cfg;
in hpet_enable()
961
hc->
boot_cfg
= cfg;
in hpet_enable()
1066
cfg = hpet_base.
boot_cfg
;
in hpet_disable()
1072
hpet_writel(hpet_base.channels[i].
boot_cfg
, HPET_Tn_CFG(i));
in hpet_disable()
1075
if (hpet_base.
boot_cfg
& HPET_CFG_ENABLE)
in hpet_disable()
1076
hpet_writel(hpet_base.
boot_cfg
, HPET_CF
in hpet_disable()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
hpet.c
32
unsigned int
boot_cfg
;
member
39
unsigned int
boot_cfg
;
member
411
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()
1178
cfg = hpet_base.
boot_cfg
;
in hpet_disable()
1184
hpet_writel(hpet_base.channels[i].
boot_cfg
, HPET_Tn_CFG(i));
in hpet_disable()
1187
if (hpet_base.
boot_cfg
& HPET_CFG_ENABLE)
in hpet_disable()
1188
hpet_writel(hpet_base.
boot_cfg
, HPET_CF
in hpet_disable()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
psp_gfx_if.h
361
struct psp_gfx_cmd_boot_cfg
boot_cfg
;
member
379
uint32_t
boot_cfg
; /* boot config data */
member
385
struct psp_gfx_uresp_bootcfg
boot_cfg
;
member
H
A
D
amdgpu_psp.c
936
static int psp_boot_config_get(struct amdgpu_device *adev, uint32_t *
boot_cfg
)
in psp_boot_config_get()
argument
948
cmd->cmd.
boot_cfg
.sub_cmd = BOOTCFG_CMD_GET;
in psp_boot_config_get()
952
*
boot_cfg
=
in psp_boot_config_get()
953
(cmd->resp.uresp.
boot_cfg
.
boot_cfg
& BOOT_CONFIG_GECC) ? 1 : 0;
in psp_boot_config_get()
961
static int psp_boot_config_set(struct amdgpu_device *adev, uint32_t
boot_cfg
)
in psp_boot_config_set()
argument
973
cmd->cmd.
boot_cfg
.sub_cmd = BOOTCFG_CMD_SET;
in psp_boot_config_set()
974
cmd->cmd.
boot_cfg
.boot_config =
boot_cfg
;
in psp_boot_config_set()
975
cmd->cmd.
boot_cfg
in psp_boot_config_set()
1600
uint32_t
boot_cfg
= 0xFF;
psp_ras_initialize()
local
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
messages.c
21
msg.
boot_cfg
.rom_ctrl_msg_type = AVS_ROM_SET_BOOT_CONFIG;
in avs_ipc_set_boot_config()
22
msg.
boot_cfg
.dma_id = dma_id;
in avs_ipc_set_boot_config()
23
msg.
boot_cfg
.purge_request = purge;
in avs_ipc_set_boot_config()
H
A
D
messages.h
54
}
boot_cfg
;
member
Completed in 11 milliseconds