Home
last modified time | relevance | path

Searched defs:board_id (Results 1 – 15 of 15) sorted by relevance

/rk3399_ARM-atf/fdts/
H A Dstm32mp215f-dk.dts46 board_id: board-id@3d8 { label
H A Dstm32mp235f-dk.dts45 board_id: board-id@3d8 { label
H A Dstm32mp257f-dk.dts45 board_id: board-id@3d8 { label
H A Dstm32mp257f-ev1.dts36 board_id: board-id@3d8 { label
H A Dstm32mp135f-dk.dts53 board_id: board-id@f0 { label
H A Dstm32mp157c-ed1.dts34 board_id: board-id@ec { label
H A Dstm32mp15xx-osd32.dtsi166 board_id: board-id@ec { label
H A Dstm32mp15xx-dkx.dtsi32 board_id: board-id@ec { label
H A Dstm32mp15xx-dhcom-som.dtsi21 board_id: board-id@ec { label
H A Dstm32mp157c-odyssey-som.dtsi31 board_id: board-id@ec { label
/rk3399_ARM-atf/drivers/renesas/rcar/board/
H A Dboard.c70 static uint8_t board_id = BOARD_ID_UNKNOWN; in rcar_get_board_type() local
/rk3399_ARM-atf/drivers/renesas/rzg/board/
H A Dboard.c52 static uint8_t board_id = BOARD_ID_UNKNOWN; in rzg_get_board_type() local
/rk3399_ARM-atf/plat/st/stm32mp2/
H A Dstm32mp2_private.c445 uint32_t board_id = 0U; in stm32mp_print_boardinfo() local
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_private.c494 uint32_t board_id = 0U; in stm32mp_print_boardinfo() local
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_common.c348 void stm32_display_board_info(uint32_t board_id) in stm32_display_board_info()