Home
last modified time | relevance | path

Searched refs:skip_image (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/plat/marvell/armada/a8k/common/
H A Dplat_ble_setup.c629 static int ble_skip_image_i2c(struct skip_image *skip_im) in ble_skip_image_i2c()
636 static int ble_skip_image_other(struct skip_image *skip_im) in ble_skip_image_other()
643 static int ble_skip_image_gpio(struct skip_image *skip_im) in ble_skip_image_gpio()
683 struct skip_image *skip_im; in ble_skip_current_image()
686 skip_im = (struct skip_image *)plat_marvell_get_skip_image_data(); in ble_skip_current_image()
/rk3399_ARM-atf/include/plat/marvell/armada/a8k/common/
H A Darmada_common.h30 struct skip_image { struct
/rk3399_ARM-atf/plat/marvell/armada/a8k/a70x0/board/
H A Dmarvell_plat_config.c137 struct skip_image skip_im = {
/rk3399_ARM-atf/plat/marvell/armada/a8k/a70x0_amc/board/
H A Dmarvell_plat_config.c134 struct skip_image skip_im = {
/rk3399_ARM-atf/plat/marvell/armada/a8k/a80x0/board/
H A Dmarvell_plat_config.c188 struct skip_image skip_im = {
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A Dporting.rst58 Under marvell_plat_config.c, implement struct skip_image that includes
62 To disable this feature make sure the struct skip_image is not implemented.