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:ufs_phy
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/phy/samsung/
H
A
D
phy-samsung-ufs.c
50
struct samsung_ufs_phy *
ufs_phy
= get_samsung_ufs_phy(phy);
in samsung_ufs_phy_wait_for_lock_acq()
local
57
ufs_phy
->reg_pma + PHY_APB_ADDR(PHY_PLL_LOCK_STATUS),
in samsung_ufs_phy_wait_for_lock_acq()
60
dev_err(
ufs_phy
->dev,
in samsung_ufs_phy_wait_for_lock_acq()
66
ufs_phy
->reg_pma +
in samsung_ufs_phy_wait_for_lock_acq()
67
PHY_APB_ADDR(
ufs_phy
->drvdata->cdr_lock_status_offset),
in samsung_ufs_phy_wait_for_lock_acq()
70
dev_err(
ufs_phy
->dev,
in samsung_ufs_phy_wait_for_lock_acq()
78
struct samsung_ufs_phy *
ufs_phy
= get_samsung_ufs_phy(phy);
in samsung_ufs_phy_calibrate()
local
79
const struct samsung_ufs_phy_cfg * const *cfgs =
ufs_phy
->cfgs;
in samsung_ufs_phy_calibrate()
84
if (unlikely(
ufs_phy
->ufs_phy_state < CFG_PRE_INIT ||
in samsung_ufs_phy_calibrate()
85
ufs_phy
in samsung_ufs_phy_calibrate()
[all...]
/kernel/linux/linux-5.10/drivers/phy/samsung/
H
A
D
phy-samsung-ufs.c
50
struct samsung_ufs_phy *
ufs_phy
= get_samsung_ufs_phy(phy);
in samsung_ufs_phy_wait_for_lock_acq()
local
57
ufs_phy
->reg_pma + PHY_APB_ADDR(PHY_PLL_LOCK_STATUS),
in samsung_ufs_phy_wait_for_lock_acq()
60
dev_err(
ufs_phy
->dev,
in samsung_ufs_phy_wait_for_lock_acq()
66
ufs_phy
->reg_pma + PHY_APB_ADDR(PHY_CDR_LOCK_STATUS),
in samsung_ufs_phy_wait_for_lock_acq()
69
dev_err(
ufs_phy
->dev,
in samsung_ufs_phy_wait_for_lock_acq()
77
struct samsung_ufs_phy *
ufs_phy
= get_samsung_ufs_phy(phy);
in samsung_ufs_phy_calibrate()
local
78
struct samsung_ufs_phy_cfg **cfgs =
ufs_phy
->cfg;
in samsung_ufs_phy_calibrate()
83
if (unlikely(
ufs_phy
->ufs_phy_state < CFG_PRE_INIT ||
in samsung_ufs_phy_calibrate()
84
ufs_phy
->ufs_phy_state >= CFG_TAG_MAX)) {
in samsung_ufs_phy_calibrate()
85
dev_err(
ufs_phy
in samsung_ufs_phy_calibrate()
[all...]
Completed in 2 milliseconds