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:BCSR_STATUS
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/alchemy/devboards/
H
A
D
pm.c
39
for (i =
BCSR_STATUS
; i <= j; i++)
in db1x_pm_enter()
70
for (i =
BCSR_STATUS
; i <= BCSR_SYSTEM; i++)
in db1x_pm_enter()
H
A
D
db1200.c
396
return (bcsr_read(
BCSR_STATUS
) & BCSR_STATUS_SD0WP) ? 1 : 0;
in db1200_mmc_card_readonly()
493
return (bcsr_read(
BCSR_STATUS
) & BCSR_STATUS_SD1WP) ? 1 : 0;
in pb1200_mmc1_card_readonly()
932
swapped = bcsr_read(
BCSR_STATUS
) & BCSR_STATUS_DB1200_SWAPBOOT;
in db1200_dev_setup()
H
A
D
db1000.c
31
#define F_SWAPPED (bcsr_read(
BCSR_STATUS
) & BCSR_STATUS_DB1000_SWAPBOOT)
213
return (bcsr_read(
BCSR_STATUS
) & BCSR_STATUS_SD0WP) ? 0 : 1;
in db1100_mmc_card_readonly()
H
A
D
db1550.c
221
((bcsr_read(
BCSR_STATUS
) >> 6) & 0x1);
in pb1550_nand_setup()
623
swapped = bcsr_read(
BCSR_STATUS
) &
in db1550_dev_setup()
H
A
D
db1300.c
476
return bcsr_read(
BCSR_STATUS
) & BCSR_STATUS_SD0WP;
in db1300_mmc_card_readonly()
857
swapped = bcsr_read(
BCSR_STATUS
) & BCSR_STATUS_DB1200_SWAPBOOT;
in db1300_dev_setup()
/kernel/linux/linux-6.6/arch/mips/alchemy/devboards/
H
A
D
pm.c
39
for (i =
BCSR_STATUS
; i <= j; i++)
in db1x_pm_enter()
70
for (i =
BCSR_STATUS
; i <= BCSR_SYSTEM; i++)
in db1x_pm_enter()
H
A
D
db1200.c
396
return (bcsr_read(
BCSR_STATUS
) & BCSR_STATUS_SD0WP) ? 1 : 0;
in db1200_mmc_card_readonly()
493
return (bcsr_read(
BCSR_STATUS
) & BCSR_STATUS_SD1WP) ? 1 : 0;
in pb1200_mmc1_card_readonly()
932
swapped = bcsr_read(
BCSR_STATUS
) & BCSR_STATUS_DB1200_SWAPBOOT;
in db1200_dev_setup()
H
A
D
db1550.c
222
((bcsr_read(
BCSR_STATUS
) >> 6) & 0x1);
in pb1550_nand_setup()
624
swapped = bcsr_read(
BCSR_STATUS
) &
in db1550_dev_setup()
H
A
D
db1000.c
31
#define F_SWAPPED (bcsr_read(
BCSR_STATUS
) & BCSR_STATUS_DB1000_SWAPBOOT)
213
return (bcsr_read(
BCSR_STATUS
) & BCSR_STATUS_SD0WP) ? 0 : 1;
in db1100_mmc_card_readonly()
H
A
D
db1300.c
476
return bcsr_read(
BCSR_STATUS
) & BCSR_STATUS_SD0WP;
in db1300_mmc_card_readonly()
848
swapped = bcsr_read(
BCSR_STATUS
) & BCSR_STATUS_DB1200_SWAPBOOT;
in db1300_dev_setup()
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-db1x00/
H
A
D
bcsr.h
44
BCSR_STATUS
,
enumerator
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-db1x00/
H
A
D
bcsr.h
44
BCSR_STATUS
,
enumerator
/kernel/linux/linux-5.10/drivers/pcmcia/
H
A
D
db1xxx_ss.c
348
sr = bcsr_read(
BCSR_STATUS
);
in db1x_pcmcia_get_status()
/kernel/linux/linux-6.6/drivers/pcmcia/
H
A
D
db1xxx_ss.c
348
sr = bcsr_read(
BCSR_STATUS
);
in db1x_pcmcia_get_status()
Completed in 11 milliseconds