OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHIP_RW_A_MEM_OFF
(Results
1 - 2
of
2
) sorted by null
/external/nos/host/generic/nugget/include/
flash_layout.h
47
#define
CHIP_RW_A_MEM_OFF
CHIP_RO_SIZE
48
#define CHIP_RW_B_MEM_OFF (CHIP_FLASH_HALF +
CHIP_RW_A_MEM_OFF
)
56
(CHIP_FLASH_HALF -
CHIP_RW_A_MEM_OFF
- CONFIG_FLASH_TOP_SIZE)
/external/nos/host/generic/citadel/updater/
updater.cpp
598
show_rw_string("RW_A", image.data() +
CHIP_RW_A_MEM_OFF
);
613
show_header(image.data() +
CHIP_RW_A_MEM_OFF
);
1162
CHIP_RW_A_MEM_OFF
, CHIP_RW_B_MEM_OFF) != APP_SUCCESS) {
[
all
...]
Completed in 123 milliseconds