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:tcic_getw
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pcmcia/
H
A
D
tcic.c
131
static u_short
tcic_getw
(u_char reg)
in tcic_getw()
function
134
printk(KERN_DEBUG "
tcic_getw
(%#lx) = %#x\n", tcic_base+reg, val);
in tcic_getw()
151
#define
tcic_getw
(reg) inw(tcic_base+reg)
macro
176
return
tcic_getw
(TCIC_AUX);
in tcic_aux_getw()
302
scf1 =
tcic_getw
(TCIC_DATA);
in is_active()
307
base =
tcic_getw
(TCIC_DATA);
in is_active()
309
ioctl =
tcic_getw
(TCIC_DATA);
in is_active()
379
if (
tcic_getw
(TCIC_ADDR) == 0) {
in init_tcic()
381
if (
tcic_getw
(TCIC_ADDR) == 0xc3a5) sock = 2;
in init_tcic()
388
if (
tcic_getw
(TCIC_ADD
in init_tcic()
[all...]
/kernel/linux/linux-6.6/drivers/pcmcia/
H
A
D
tcic.c
131
static u_short
tcic_getw
(u_char reg)
in tcic_getw()
function
134
printk(KERN_DEBUG "
tcic_getw
(%#lx) = %#x\n", tcic_base+reg, val);
in tcic_getw()
151
#define
tcic_getw
(reg) inw(tcic_base+reg)
macro
176
return
tcic_getw
(TCIC_AUX);
in tcic_aux_getw()
302
scf1 =
tcic_getw
(TCIC_DATA);
in is_active()
307
base =
tcic_getw
(TCIC_DATA);
in is_active()
309
ioctl =
tcic_getw
(TCIC_DATA);
in is_active()
379
if (
tcic_getw
(TCIC_ADDR) == 0) {
in init_tcic()
381
if (
tcic_getw
(TCIC_ADDR) == 0xc3a5) sock = 2;
in init_tcic()
388
if (
tcic_getw
(TCIC_ADD
in init_tcic()
[all...]
Completed in 3 milliseconds