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:spics
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-spear-spics.c
65
struct spear_spics *
spics
= gpiochip_get_data(chip);
in spics_set_value()
local
69
tmp = readl_relaxed(
spics
->base +
spics
->perip_cfg);
in spics_set_value()
70
if (
spics
->last_off != offset) {
in spics_set_value()
71
spics
->last_off = offset;
in spics_set_value()
72
tmp &= ~(
spics
->cs_enable_mask <<
spics
->cs_enable_shift);
in spics_set_value()
73
tmp |= offset <<
spics
->cs_enable_shift;
in spics_set_value()
77
tmp &= ~(0x1 <<
spics
->cs_value_bit);
in spics_set_value()
78
tmp |= value <<
spics
in spics_set_value()
96
struct spear_
spics
*
spics
= gpiochip_get_data(chip);
spics_request()
local
111
struct spear_
spics
*
spics
= gpiochip_get_data(chip);
spics_free()
local
124
struct spear_
spics
*
spics
;
spics_gpio_probe()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-spear-spics.c
62
struct spear_spics *
spics
= gpiochip_get_data(chip);
in spics_set_value()
local
66
tmp = readl_relaxed(
spics
->base +
spics
->perip_cfg);
in spics_set_value()
67
if (
spics
->last_off != offset) {
in spics_set_value()
68
spics
->last_off = offset;
in spics_set_value()
69
tmp &= ~(
spics
->cs_enable_mask <<
spics
->cs_enable_shift);
in spics_set_value()
70
tmp |= offset <<
spics
->cs_enable_shift;
in spics_set_value()
74
tmp &= ~(0x1 <<
spics
->cs_value_bit);
in spics_set_value()
75
tmp |= value <<
spics
in spics_set_value()
93
struct spear_
spics
*
spics
= gpiochip_get_data(chip);
spics_request()
local
108
struct spear_
spics
*
spics
= gpiochip_get_data(chip);
spics_free()
local
121
struct spear_
spics
*
spics
;
spics_gpio_probe()
local
[all...]
Completed in 2 milliseconds