OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MMC_BLOCK_SIZE
(Results
1 - 2
of
2
) sorted by null
/system/core/trusty/storage/proxy/
rpmb.c
50
#define
MMC_BLOCK_SIZE
512
102
if ((req->reliable_write_size %
MMC_BLOCK_SIZE
) != 0) {
111
cmd->blksz =
MMC_BLOCK_SIZE
;
112
cmd->blocks = req->reliable_write_size /
MMC_BLOCK_SIZE
;
124
if ((req->write_size %
MMC_BLOCK_SIZE
) != 0) {
133
cmd->blksz =
MMC_BLOCK_SIZE
;
134
cmd->blocks = req->write_size /
MMC_BLOCK_SIZE
;
146
if (req->read_size %
MMC_BLOCK_SIZE
!= 0 ||
156
cmd->blksz =
MMC_BLOCK_SIZE
;
157
cmd->blocks = req->read_size /
MMC_BLOCK_SIZE
;
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyFastbootDxe/
HiKeyFastbootDxe.c
49
#define
MMC_BLOCK_SIZE
512
Completed in 515 milliseconds