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:START_PG
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H
A
D
smc-ultra.c
116
#define
START_PG
0x00 /* First page of TX buffer */
macro
294
ei_status.tx_start_page =
START_PG
;
in ultra_probe1()
295
ei_status.rx_start_page =
START_PG
+ TX_PAGES;
in ultra_probe1()
298
ei_status.mem = ioremap(dev->mem_start, (ei_status.stop_page -
START_PG
)*256);
in ultra_probe1()
305
dev->mem_end = dev->mem_start + (ei_status.stop_page -
START_PG
)*256;
in ultra_probe1()
444
void __iomem *hdr_start = ei_status.mem + ((ring_page -
START_PG
)<<8);
in ultra_get_8390_hdr()
464
void __iomem *xfer_start = ei_status.mem + ring_offset - (
START_PG
<<8);
in ultra_block_input()
486
void __iomem *shmem = ei_status.mem + ((start_page -
START_PG
)<<8);
in ultra_block_output()
H
A
D
stnic.c
40
#define
START_PG
0 /* First page of TX buffer */
macro
146
ei_status.tx_start_page =
START_PG
;
in stnic_probe()
147
ei_status.rx_start_page =
START_PG
+ TX_PAGES;
in stnic_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H
A
D
smc-ultra.c
115
#define
START_PG
0x00 /* First page of TX buffer */
macro
295
ei_status.tx_start_page =
START_PG
;
in ultra_probe1()
296
ei_status.rx_start_page =
START_PG
+ TX_PAGES;
in ultra_probe1()
299
ei_status.mem = ioremap(dev->mem_start, (ei_status.stop_page -
START_PG
)*256);
in ultra_probe1()
306
dev->mem_end = dev->mem_start + (ei_status.stop_page -
START_PG
)*256;
in ultra_probe1()
445
void __iomem *hdr_start = ei_status.mem + ((ring_page -
START_PG
)<<8);
in ultra_get_8390_hdr()
465
void __iomem *xfer_start = ei_status.mem + ring_offset - (
START_PG
<<8);
in ultra_block_input()
487
void __iomem *shmem = ei_status.mem + ((start_page -
START_PG
)<<8);
in ultra_block_output()
H
A
D
stnic.c
37
#define
START_PG
0 /* First page of TX buffer */
macro
142
ei_status.tx_start_page =
START_PG
;
in stnic_probe()
143
ei_status.rx_start_page =
START_PG
+ TX_PAGES;
in stnic_probe()
Completed in 3 milliseconds