Home
last modified time | relevance | path

Searched refs:skip_im (Results 1 – 4 of 4) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/common/
A Dplat_ble_setup.c649 switch (skip_im->info.test.cp_ap) { in ble_skip_image_gpio()
652 skip_im->info.gpio.num); in ble_skip_image_gpio()
653 if (skip_im->info.gpio.num > NUM_OF_GPIO_PER_REG) in ble_skip_image_gpio()
656 offset = skip_im->info.gpio.num; in ble_skip_image_gpio()
660 offset = skip_im->info.gpio.num; in ble_skip_image_gpio()
683 struct skip_image *skip_im; in ble_skip_current_image() local
688 if (skip_im == NULL) in ble_skip_current_image()
695 switch (skip_im->detection_method) { in ble_skip_current_image()
697 return ble_skip_image_gpio(skip_im); in ble_skip_current_image()
699 return ble_skip_image_i2c(skip_im); in ble_skip_current_image()
[all …]
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/a70x0/board/
A Dmarvell_plat_config.c137 struct skip_image skip_im = { variable
148 return &skip_im; in plat_marvell_get_skip_image_data()
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/a70x0_amc/board/
A Dmarvell_plat_config.c134 struct skip_image skip_im = { variable
145 return &skip_im; in plat_marvell_get_skip_image_data()
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/a80x0/board/
A Dmarvell_plat_config.c188 struct skip_image skip_im = { variable
199 return &skip_im; in plat_marvell_get_skip_image_data()

Completed in 6 milliseconds