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:MAP_16BIT
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pcmcia/
H
A
D
vrc4173_cardu.c
267
io->flags |=
MAP_16BIT
;
in cardu_get_io_map()
296
else if (io->flags &
MAP_16BIT
) ioctl |= IO_WIN_DATA_16BIT(map);
in cardu_set_io_map()
320
mem->flags |= (start & MEM_WIN_DSIZE) ?
MAP_16BIT
: 0;
in cardu_get_mem_map()
366
if (mem->flags &
MAP_16BIT
) value |= MEM_WIN_DSIZE;
in cardu_set_mem_map()
H
A
D
at91_cf.c
151
io->flags &= (MAP_ACTIVE |
MAP_16BIT
| MAP_AUTOSZ);
in at91_cf_set_io_map()
165
if (!(io->flags & (
MAP_16BIT
| MAP_AUTOSZ))) {
in at91_cf_set_io_map()
192
map->flags &= (MAP_ACTIVE | MAP_ATTRIB |
MAP_16BIT
);
in at91_cf_set_mem_map()
H
A
D
omap_cf.c
165
io->flags &= MAP_ACTIVE|MAP_ATTRIB|
MAP_16BIT
;
in omap_cf_set_io_map()
180
map->flags &= MAP_ACTIVE|MAP_ATTRIB|
MAP_16BIT
;
in omap_cf_set_mem_map()
H
A
D
i82092.c
577
if (io->flags & (
MAP_16BIT
|MAP_AUTOSZ))
in i82092aa_set_io_map()
623
if (mem->flags &
MAP_16BIT
)
in i82092aa_set_mem_map()
H
A
D
pd6729.c
452
if (io->flags &
MAP_16BIT
)
in pd6729_set_io_map()
492
if (mem->flags &
MAP_16BIT
)
in pd6729_set_mem_map()
H
A
D
vrc4171_card.c
393
if (io->flags &
MAP_16BIT
)
in pccard_set_io_map()
435
if (mem->flags &
MAP_16BIT
)
in pccard_set_mem_map()
H
A
D
soc_common.c
573
(map->flags &
MAP_16BIT
) ? "16BIT " : "",
in soc_common_pcmcia_set_io_map()
627
(map->flags &
MAP_16BIT
) ? "16BIT " : "",
in soc_common_pcmcia_set_mem_map()
H
A
D
tcic.c
721
ioctl |= (io->flags &
MAP_16BIT
) ? TCIC_ICTL_BW_16 : TCIC_ICTL_BW_8;
in tcic_set_io_map()
765
ctl |= (mem->flags &
MAP_16BIT
) ? 0 : TCIC_MCTL_B8;
in tcic_set_mem_map()
H
A
D
cistpl.c
152
((cis_width) ?
MAP_16BIT
: 0));
in pcmcia_read_cis_mem()
176
flags = MAP_ACTIVE | ((cis_width) ?
MAP_16BIT
: 0);
in pcmcia_read_cis_mem()
234
((cis_width) ?
MAP_16BIT
: 0));
in pcmcia_write_cis_mem()
250
flags = MAP_ACTIVE | ((cis_width) ?
MAP_16BIT
: 0);
in pcmcia_write_cis_mem()
H
A
D
i82365.c
1050
if (io->flags &
MAP_16BIT
) ioctl |= I365_IOCTL_16BIT(map);
in i365_set_io_map()
1084
if (mem->flags &
MAP_16BIT
) i |= I365_MEM_16BIT;
in i365_set_mem_map()
H
A
D
yenta_socket.c
429
if (io->flags &
MAP_16BIT
)
in yenta_set_io_map()
470
if (mem->flags &
MAP_16BIT
)
in yenta_set_mem_map()
H
A
D
pcmcia_resource.c
595
iomap.flags |=
MAP_16BIT
; break;
in pcmcia_enable_device()
/kernel/linux/linux-6.6/drivers/pcmcia/
H
A
D
omap_cf.c
162
io->flags &= MAP_ACTIVE|MAP_ATTRIB|
MAP_16BIT
;
in omap_cf_set_io_map()
177
map->flags &= MAP_ACTIVE|MAP_ATTRIB|
MAP_16BIT
;
in omap_cf_set_mem_map()
H
A
D
i82092.c
577
if (io->flags & (
MAP_16BIT
|MAP_AUTOSZ))
in i82092aa_set_io_map()
623
if (mem->flags &
MAP_16BIT
)
in i82092aa_set_mem_map()
H
A
D
pd6729.c
452
if (io->flags &
MAP_16BIT
)
in pd6729_set_io_map()
492
if (mem->flags &
MAP_16BIT
)
in pd6729_set_mem_map()
H
A
D
tcic.c
721
ioctl |= (io->flags &
MAP_16BIT
) ? TCIC_ICTL_BW_16 : TCIC_ICTL_BW_8;
in tcic_set_io_map()
765
ctl |= (mem->flags &
MAP_16BIT
) ? 0 : TCIC_MCTL_B8;
in tcic_set_mem_map()
H
A
D
soc_common.c
572
(map->flags &
MAP_16BIT
) ? "16BIT " : "",
in soc_common_pcmcia_set_io_map()
626
(map->flags &
MAP_16BIT
) ? "16BIT " : "",
in soc_common_pcmcia_set_mem_map()
H
A
D
cistpl.c
152
((cis_width) ?
MAP_16BIT
: 0));
in pcmcia_read_cis_mem()
176
flags = MAP_ACTIVE | ((cis_width) ?
MAP_16BIT
: 0);
in pcmcia_read_cis_mem()
234
((cis_width) ?
MAP_16BIT
: 0));
in pcmcia_write_cis_mem()
250
flags = MAP_ACTIVE | ((cis_width) ?
MAP_16BIT
: 0);
in pcmcia_write_cis_mem()
H
A
D
yenta_socket.c
431
if (io->flags &
MAP_16BIT
)
in yenta_set_io_map()
472
if (mem->flags &
MAP_16BIT
)
in yenta_set_mem_map()
H
A
D
i82365.c
1050
if (io->flags &
MAP_16BIT
) ioctl |= I365_IOCTL_16BIT(map);
in i365_set_io_map()
1084
if (mem->flags &
MAP_16BIT
) i |= I365_MEM_16BIT;
in i365_set_mem_map()
H
A
D
pcmcia_resource.c
592
iomap.flags |=
MAP_16BIT
; break;
in pcmcia_enable_device()
/kernel/linux/linux-5.10/include/pcmcia/
H
A
D
ss.h
69
#define
MAP_16BIT
0x02
macro
/kernel/linux/linux-6.6/include/pcmcia/
H
A
D
ss.h
69
#define
MAP_16BIT
0x02
macro
Completed in 26 milliseconds