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:re_map_membase
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
H
A
D
jsm_driver.c
156
brd->
re_map_membase
= ioremap(brd->membase,
in jsm_probe_one()
158
if (!brd->
re_map_membase
) {
in jsm_probe_one()
204
brd->
re_map_membase
= ioremap(brd->membase,
in jsm_probe_one()
206
if (!brd->
re_map_membase
) {
in jsm_probe_one()
252
iounmap(brd->
re_map_membase
);
in jsm_probe_one()
283
iounmap(brd->
re_map_membase
);
in jsm_remove_one()
H
A
D
jsm_tty.c
404
vaddr = brd->
re_map_membase
;
in jsm_tty_init()
458
brd->channels[i]->uart_port.membase = brd->
re_map_membase
;
in jsm_uart_port_init()
H
A
D
jsm.h
146
u8 __iomem *
re_map_membase
;/* Remapped memory of the card */
member
H
A
D
jsm_neo.c
32
readb(bd->
re_map_membase
+ 0x8D);
in neo_pci_posting_flush()
1118
uart_poll = readl(brd->
re_map_membase
+ UART_17158_POLL_ADDR_OFFSET);
in neo_intr()
H
A
D
jsm_cls.c
835
uart_poll = readb(brd->
re_map_membase
+ UART_CLASSIC_POLL_ADDR_OFFSET);
in cls_intr()
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/
H
A
D
jsm_driver.c
155
brd->
re_map_membase
= ioremap(brd->membase,
in jsm_probe_one()
157
if (!brd->
re_map_membase
) {
in jsm_probe_one()
203
brd->
re_map_membase
= ioremap(brd->membase,
in jsm_probe_one()
205
if (!brd->
re_map_membase
) {
in jsm_probe_one()
251
iounmap(brd->
re_map_membase
);
in jsm_probe_one()
282
iounmap(brd->
re_map_membase
);
in jsm_remove_one()
H
A
D
jsm_tty.c
404
vaddr = brd->
re_map_membase
;
in jsm_tty_init()
458
brd->channels[i]->uart_port.membase = brd->
re_map_membase
;
in jsm_uart_port_init()
H
A
D
jsm.h
146
u8 __iomem *
re_map_membase
;/* Remapped memory of the card */
member
H
A
D
jsm_neo.c
32
readb(bd->
re_map_membase
+ 0x8D);
in neo_pci_posting_flush()
1099
uart_poll = readl(brd->
re_map_membase
+ UART_17158_POLL_ADDR_OFFSET);
in neo_intr()
H
A
D
jsm_cls.c
811
uart_poll = readb(brd->
re_map_membase
+ UART_CLASSIC_POLL_ADDR_OFFSET);
in cls_intr()
Completed in 11 milliseconds