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:mdio_regs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/
H
A
D
ixp4xx_eth.c
251
static struct eth_regs __iomem *
mdio_regs
; /* mdio command and status only */
variable
445
if (__raw_readl(&
mdio_regs
->mdio_command[3]) & 0x80) {
in ixp4xx_mdio_cmd()
451
__raw_writel(cmd & 0xFF, &
mdio_regs
->mdio_command[0]);
in ixp4xx_mdio_cmd()
452
__raw_writel(cmd >> 8, &
mdio_regs
->mdio_command[1]);
in ixp4xx_mdio_cmd()
455
&
mdio_regs
->mdio_command[2]);
in ixp4xx_mdio_cmd()
457
&
mdio_regs
->mdio_command[3]);
in ixp4xx_mdio_cmd()
460
(__raw_readl(&
mdio_regs
->mdio_command[3]) & 0x80)) {
in ixp4xx_mdio_cmd()
479
if (__raw_readl(&
mdio_regs
->mdio_status[3]) & 0x80) {
in ixp4xx_mdio_cmd()
487
return (__raw_readl(&
mdio_regs
->mdio_status[0]) & 0xFF) |
in ixp4xx_mdio_cmd()
488
((__raw_readl(&
mdio_regs
in ixp4xx_mdio_cmd()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/xscale/
H
A
D
ixp4xx_eth.c
269
static struct eth_regs __iomem *
mdio_regs
; /* mdio command and status only */
variable
466
if (__raw_readl(&
mdio_regs
->mdio_command[3]) & 0x80) {
in ixp4xx_mdio_cmd()
472
__raw_writel(cmd & 0xFF, &
mdio_regs
->mdio_command[0]);
in ixp4xx_mdio_cmd()
473
__raw_writel(cmd >> 8, &
mdio_regs
->mdio_command[1]);
in ixp4xx_mdio_cmd()
476
&
mdio_regs
->mdio_command[2]);
in ixp4xx_mdio_cmd()
478
&
mdio_regs
->mdio_command[3]);
in ixp4xx_mdio_cmd()
481
(__raw_readl(&
mdio_regs
->mdio_command[3]) & 0x80)) {
in ixp4xx_mdio_cmd()
500
if (__raw_readl(&
mdio_regs
->mdio_status[3]) & 0x80) {
in ixp4xx_mdio_cmd()
508
return (__raw_readl(&
mdio_regs
->mdio_status[0]) & 0xFF) |
in ixp4xx_mdio_cmd()
509
((__raw_readl(&
mdio_regs
in ixp4xx_mdio_cmd()
[all...]
Completed in 4 milliseconds