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:BR_V
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/uio/
H
A
D
uio_fsl_elbc_gpcm.c
132
out_be32(&bank->br, reg_new |
BR_V
);
in reg_store()
351
if ((reg_br_cur &
BR_V
)) {
in uio_fsl_elbc_gpcm_probe()
362
if ((reg_br_cur & ~(BR_BA |
BR_V
)) !=
in uio_fsl_elbc_gpcm_probe()
363
(reg_br_new & ~(BR_BA |
BR_V
))) {
in uio_fsl_elbc_gpcm_probe()
377
reg_br_new |= fsl_lbc_addr(res.start) | BR_MS_GPCM |
BR_V
;
in uio_fsl_elbc_gpcm_probe()
/kernel/linux/linux-6.6/drivers/uio/
H
A
D
uio_fsl_elbc_gpcm.c
132
out_be32(&bank->br, reg_new |
BR_V
);
in reg_store()
349
if ((reg_br_cur &
BR_V
)) {
in uio_fsl_elbc_gpcm_probe()
359
if ((reg_br_cur & ~(BR_BA |
BR_V
)) !=
in uio_fsl_elbc_gpcm_probe()
360
(reg_br_new & ~(BR_BA |
BR_V
))) {
in uio_fsl_elbc_gpcm_probe()
374
reg_br_new |= fsl_lbc_addr(res.start) | BR_MS_GPCM |
BR_V
;
in uio_fsl_elbc_gpcm_probe()
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H
A
D
p1022_ds.c
239
if (!(br0 &
BR_V
) || !(br1 &
BR_V
)) {
in p1022ds_set_monitor_port()
250
br0 = (br0 & BR_BA) |
BR_V
;
in p1022ds_set_monitor_port()
256
br1 = (br1 & BR_BA) |
BR_V
;
in p1022ds_set_monitor_port()
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/
H
A
D
p1022_ds.c
240
if (!(br0 &
BR_V
) || !(br1 &
BR_V
)) {
in p1022ds_set_monitor_port()
251
br0 = (br0 & BR_BA) |
BR_V
;
in p1022ds_set_monitor_port()
257
br1 = (br1 & BR_BA) |
BR_V
;
in p1022ds_set_monitor_port()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
fsl_lbc.h
44
#define
BR_V
0x00000001
macro
46
#define BR_RES ~(BR_BA|BR_PS|BR_DECC|BR_WP|BR_MSEL|
BR_V
)
H
A
D
8xx_immap.h
110
#define
BR_V
0x00000001 /* Bank Valid */
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
fsl_lbc.h
44
#define
BR_V
0x00000001
macro
46
#define BR_RES ~(BR_BA|BR_PS|BR_DECC|BR_WP|BR_MSEL|
BR_V
)
H
A
D
8xx_immap.h
110
#define
BR_V
0x00000001 /* Bank Valid */
macro
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H
A
D
fsl_lbc.c
77
if (br &
BR_V
&& (br & or & BR_BA) == fsl_lbc_addr(addr_base))
in fsl_lbc_find()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H
A
D
fsl_lbc.c
78
if (br &
BR_V
&& (br & or & BR_BA) == fsl_lbc_addr(addr_base))
in fsl_lbc_find()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
fsl_elbc_nand.c
878
if ((in_be32(&lbc->bank[bank].br) &
BR_V
) &&
in fsl_elbc_nand_probe()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
fsl_elbc_nand.c
885
if ((in_be32(&lbc->bank[bank].br) &
BR_V
) &&
in fsl_elbc_nand_probe()
Completed in 12 milliseconds