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:bus_widths
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/dwc/
H
A
D
dwc-i2s.c
439
static const u32
bus_widths
[COMP_MAX_DATA_WIDTH] = {
variable
528
if (WARN_ON(idx >= ARRAY_SIZE(
bus_widths
)))
in dw_configure_dai_by_pd()
544
dev->play_dma_data.pd.addr_width =
bus_widths
[idx];
in dw_configure_dai_by_pd()
545
dev->capture_dma_data.pd.addr_width =
bus_widths
[idx];
in dw_configure_dai_by_pd()
563
if (WARN_ON(idx >= ARRAY_SIZE(
bus_widths
)))
in dw_configure_dai_by_dt()
575
dev->play_dma_data.dt.addr_width =
bus_widths
[idx];
in dw_configure_dai_by_dt()
585
dev->capture_dma_data.dt.addr_width =
bus_widths
[idx];
in dw_configure_dai_by_dt()
/kernel/linux/linux-5.10/include/linux/mmc/
H
A
D
card.h
136
unsigned char
bus_widths
;
member
/kernel/linux/linux-6.6/include/linux/mmc/
H
A
D
card.h
137
unsigned char
bus_widths
;
member
/kernel/linux/linux-5.10/drivers/mmc/core/
H
A
D
sd.c
210
scr->
bus_widths
= UNSTUFF_BITS(resp, 48, 4);
in mmc_decode_scr()
229
if (!(scr->
bus_widths
& SD_SCR_BUS_WIDTH_1) ||
in mmc_decode_scr()
230
!(scr->
bus_widths
& SD_SCR_BUS_WIDTH_4)) {
in mmc_decode_scr()
1129
(card->scr.
bus_widths
& SD_SCR_BUS_WIDTH_4)) {
in mmc_sd_init_card()
H
A
D
sdio.c
343
if (!(card->scr.
bus_widths
& SD_SCR_BUS_WIDTH_4))
in sdio_disable_4bit_bus()
365
if (card->scr.
bus_widths
& SD_SCR_BUS_WIDTH_4) {
in sdio_enable_4bit_bus()
H
A
D
mmc.c
1001
static unsigned
bus_widths
[] = {
in mmc_select_bus_width()
local
1021
for (; idx < ARRAY_SIZE(
bus_widths
); idx++) {
in mmc_select_bus_width()
1036
bus_width =
bus_widths
[idx];
in mmc_select_bus_width()
/kernel/linux/linux-6.6/sound/soc/dwc/
H
A
D
dwc-i2s.c
560
static const u32
bus_widths
[COMP_MAX_DATA_WIDTH] = {
variable
649
if (WARN_ON(idx >= ARRAY_SIZE(
bus_widths
)))
in dw_configure_dai_by_pd()
686
dev->play_dma_data.pd.addr_width =
bus_widths
[idx];
in dw_configure_dai_by_pd()
687
dev->capture_dma_data.pd.addr_width =
bus_widths
[idx];
in dw_configure_dai_by_pd()
/kernel/linux/linux-6.6/drivers/mmc/core/
H
A
D
sdio.c
358
if (!(card->scr.
bus_widths
& SD_SCR_BUS_WIDTH_4))
in sdio_disable_4bit_bus()
380
if (card->scr.
bus_widths
& SD_SCR_BUS_WIDTH_4) {
in sdio_enable_4bit_bus()
H
A
D
sd.c
227
scr->
bus_widths
= UNSTUFF_BITS(resp, 48, 4);
in mmc_decode_scr()
248
if (!(scr->
bus_widths
& SD_SCR_BUS_WIDTH_1) ||
in mmc_decode_scr()
249
!(scr->
bus_widths
& SD_SCR_BUS_WIDTH_4)) {
in mmc_decode_scr()
1532
(card->scr.
bus_widths
& SD_SCR_BUS_WIDTH_4)) {
in mmc_sd_init_card()
H
A
D
mmc.c
1012
static unsigned
bus_widths
[] = {
in mmc_select_bus_width()
local
1033
for (; idx < ARRAY_SIZE(
bus_widths
); idx++) {
in mmc_select_bus_width()
1048
bus_width =
bus_widths
[idx];
in mmc_select_bus_width()
Completed in 15 milliseconds