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:gpio_cfg3
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H
A
D
lan743x_ptp.c
37
gpio->
gpio_cfg3
= 0;/* disable all 1588 output */
in lan743x_gpio_init()
41
lan743x_csr_write(adapter, GPIO_CFG3, gpio->
gpio_cfg3
);
in lan743x_gpio_init()
269
gpio->
gpio_cfg3
&= ~GPIO_CFG3_1588_CH_SEL_BIT_(pin);
in lan743x_gpio_rsrv_ptp_out()
272
gpio->
gpio_cfg3
|= GPIO_CFG3_1588_CH_SEL_BIT_(pin);
in lan743x_gpio_rsrv_ptp_out()
274
gpio->
gpio_cfg3
|= GPIO_CFG3_1588_OE_BIT_(pin);
in lan743x_gpio_rsrv_ptp_out()
275
lan743x_csr_write(adapter, GPIO_CFG3, gpio->
gpio_cfg3
);
in lan743x_gpio_rsrv_ptp_out()
298
gpio->
gpio_cfg3
&= ~GPIO_CFG3_1588_OE_BIT_(pin);
in lan743x_gpio_release()
300
gpio->
gpio_cfg3
);
in lan743x_gpio_release()
H
A
D
lan743x_ptp.h
35
u32
gpio_cfg3
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/
H
A
D
lan743x_ptp.h
38
u32
gpio_cfg3
;
member
H
A
D
lan743x_ptp.c
49
gpio->
gpio_cfg3
= 0;/* disable all 1588 output */
in lan743x_gpio_init()
53
lan743x_csr_write(adapter, GPIO_CFG3, gpio->
gpio_cfg3
);
in lan743x_gpio_init()
283
gpio->
gpio_cfg3
&= ~GPIO_CFG3_1588_CH_SEL_BIT_(pin);
in lan743x_gpio_rsrv_ptp_out()
286
gpio->
gpio_cfg3
|= GPIO_CFG3_1588_CH_SEL_BIT_(pin);
in lan743x_gpio_rsrv_ptp_out()
288
gpio->
gpio_cfg3
|= GPIO_CFG3_1588_OE_BIT_(pin);
in lan743x_gpio_rsrv_ptp_out()
289
lan743x_csr_write(adapter, GPIO_CFG3, gpio->
gpio_cfg3
);
in lan743x_gpio_rsrv_ptp_out()
312
gpio->
gpio_cfg3
&= ~GPIO_CFG3_1588_OE_BIT_(pin);
in lan743x_gpio_release()
314
gpio->
gpio_cfg3
);
in lan743x_gpio_release()
Completed in 5 milliseconds