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:max_blk_count
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_sdio_if.h
73
#define sdio_get_max_block_count(func) ((func)->card->host->
max_blk_count
)
182
#define sdio_get_max_block_count(func) (func->card->host->
max_blk_count
)
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
bcmsdh_sdmmc.c
1131
uint
max_blk_count
;
in sdioh_request_packet_chain()
local
1155
max_blk_count
= min(host->
max_blk_count
, (uint)MAX_IO_RW_EXTENDED_BLK);
in sdioh_request_packet_chain()
1156
max_req_size = min(
max_blk_count
* blk_size, host->max_req_size);
in sdioh_request_packet_chain()
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H
A
D
host.c
547
host->
max_blk_count
= PAGE_SIZE / MMC_MAX_BLK_SIZE;
in mmc_alloc_host()
H
A
D
block.c
1306
if (brq->data.blocks > card->host->
max_blk_count
) {
in mmc_blk_data_prep()
1307
brq->data.blocks = card->host->
max_blk_count
;
in mmc_blk_data_prep()
/device/soc/rockchip/common/sdk_linux/include/linux/mmc/
H
A
D
host.h
378
unsigned int
max_blk_count
; /* maximum number of blocks in one req */
member
Completed in 9 milliseconds