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:ifctrl
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
timer-ti-dm-systimer.c
47
u8
ifctrl
;
member
100
writel_relaxed(BIT(1) | BIT(2), t->base + t->
ifctrl
);
in dmtimer_systimer_type1_reset()
414
t->
ifctrl
= regbase + _OMAP_TIMER_IF_CTRL_OFFSET;
in dmtimer_systimer_setup()
578
writel_relaxed(OMAP_TIMER_CTRL_POSTED, t->base + t->
ifctrl
);
in dmtimer_clkevt_init_common()
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
timer-ti-dm-systimer.c
47
u8
ifctrl
;
member
100
writel_relaxed(BIT(1) | BIT(2), t->base + t->
ifctrl
);
in dmtimer_systimer_type1_reset()
412
t->
ifctrl
= regbase + _OMAP_TIMER_IF_CTRL_OFFSET;
in dmtimer_systimer_setup()
576
writel_relaxed(OMAP_TIMER_CTRL_POSTED, t->base + t->
ifctrl
);
in dmtimer_clkevt_init_common()
/kernel/linux/linux-5.10/drivers/net/ethernet/agere/
H
A
D
et131x.c
871
u32
ifctrl
;
in et1310_config_mac_regs2()
local
877
ifctrl
= readl(&mac->if_ctrl);
in et1310_config_mac_regs2()
883
ifctrl
&= ~ET_MAC_IFCTRL_PHYMODE;
in et1310_config_mac_regs2()
886
ifctrl
|= ET_MAC_IFCTRL_PHYMODE;
in et1310_config_mac_regs2()
911
ifctrl
&= ~ET_MAC_IFCTRL_GHDMODE;
in et1310_config_mac_regs2()
913
ifctrl
|= ET_MAC_IFCTRL_GHDMODE;
in et1310_config_mac_regs2()
915
writel(
ifctrl
, &mac->if_ctrl);
in et1310_config_mac_regs2()
/kernel/linux/linux-6.6/drivers/net/ethernet/agere/
H
A
D
et131x.c
871
u32
ifctrl
;
in et1310_config_mac_regs2()
local
877
ifctrl
= readl(&mac->if_ctrl);
in et1310_config_mac_regs2()
883
ifctrl
&= ~ET_MAC_IFCTRL_PHYMODE;
in et1310_config_mac_regs2()
886
ifctrl
|= ET_MAC_IFCTRL_PHYMODE;
in et1310_config_mac_regs2()
911
ifctrl
&= ~ET_MAC_IFCTRL_GHDMODE;
in et1310_config_mac_regs2()
913
ifctrl
|= ET_MAC_IFCTRL_GHDMODE;
in et1310_config_mac_regs2()
915
writel(
ifctrl
, &mac->if_ctrl);
in et1310_config_mac_regs2()
/kernel/linux/linux-5.10/drivers/net/ethernet/alacritech/
H
A
D
slic.h
338
u8
ifctrl
; /* 10-bit interface control (Mojave only) */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/alacritech/
H
A
D
slic.h
336
u8
ifctrl
; /* 10-bit interface control (Mojave only) */
member
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H
A
D
gianfar.h
766
u32
ifctrl
; /* 0x.538 - Interface control register */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H
A
D
gianfar.h
826
u32
ifctrl
; /* 0x.538 - Interface control register */
member
Completed in 23 milliseconds