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:gpmc_capability
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/memory/
H
A
D
omap-gpmc.c
246
static unsigned int
gpmc_capability
;
variable
540
if (
gpmc_capability
& GPMC_HAS_MUX_AAD) {
in gpmc_cs_show_timings()
550
if (
gpmc_capability
& GPMC_HAS_MUX_AAD) {
in gpmc_cs_show_timings()
744
if (
gpmc_capability
& GPMC_HAS_MUX_AAD) {
in gpmc_cs_set_timings()
762
if (
gpmc_capability
& GPMC_HAS_MUX_AAD) {
in gpmc_cs_set_timings()
798
if (
gpmc_capability
& GPMC_HAS_WR_DATA_MUX_BUS) {
in gpmc_cs_set_timings()
805
if (
gpmc_capability
& GPMC_HAS_WR_ACCESS) {
in gpmc_cs_set_timings()
1574
if (
gpmc_capability
& GPMC_HAS_WR_DATA_MUX_BUS)
in gpmc_calc_sync_write_timings()
1580
/* XXX:
gpmc_capability
check reqd ? , even if not, will not harm */
in gpmc_calc_sync_write_timings()
1665
if (
gpmc_capability
in gpmc_calc_async_write_timings()
[all...]
/kernel/linux/linux-6.6/drivers/memory/
H
A
D
omap-gpmc.c
260
static unsigned int
gpmc_capability
;
variable
554
if (
gpmc_capability
& GPMC_HAS_MUX_AAD) {
in gpmc_cs_show_timings()
564
if (
gpmc_capability
& GPMC_HAS_MUX_AAD) {
in gpmc_cs_show_timings()
758
if (
gpmc_capability
& GPMC_HAS_MUX_AAD) {
in gpmc_cs_set_timings()
776
if (
gpmc_capability
& GPMC_HAS_MUX_AAD) {
in gpmc_cs_set_timings()
812
if (
gpmc_capability
& GPMC_HAS_WR_DATA_MUX_BUS) {
in gpmc_cs_set_timings()
819
if (
gpmc_capability
& GPMC_HAS_WR_ACCESS) {
in gpmc_cs_set_timings()
1650
if (
gpmc_capability
& GPMC_HAS_WR_DATA_MUX_BUS)
in gpmc_calc_sync_write_timings()
1656
/* XXX:
gpmc_capability
check reqd ? , even if not, will not harm */
in gpmc_calc_sync_write_timings()
1741
if (
gpmc_capability
in gpmc_calc_async_write_timings()
[all...]
Completed in 9 milliseconds