Home
last modified time | relevance | path

Searched refs:phytec_eeprom_data (Results 1 – 12 of 12) sorted by relevance

/board/phytec/common/
A Dam6_som_detection.h26 int __maybe_unused phytec_am6_detect(struct phytec_eeprom_data *data);
27 u8 __maybe_unused phytec_get_am6_ddr_size(struct phytec_eeprom_data *data);
28 u8 __maybe_unused phytec_get_am6_spi(struct phytec_eeprom_data *data);
29 u8 __maybe_unused phytec_get_am6_eth(struct phytec_eeprom_data *data);
30 u8 __maybe_unused phytec_get_am6_rtc(struct phytec_eeprom_data *data);
32 static inline int phytec_am6_is_qspi(struct phytec_eeprom_data *data) in phytec_am6_is_qspi()
41 static inline int phytec_am6_is_ospi(struct phytec_eeprom_data *data) in phytec_am6_is_ospi()
A Dimx8m_som_detection.h16 int __maybe_unused phytec_imx8m_detect(struct phytec_eeprom_data *data);
17 u8 __maybe_unused phytec_get_imx8m_ddr_size(struct phytec_eeprom_data *data);
18 u8 __maybe_unused phytec_get_imx8mp_rtc(struct phytec_eeprom_data *data);
19 u8 __maybe_unused phytec_get_imx8m_spi(struct phytec_eeprom_data *data);
20 u8 __maybe_unused phytec_get_imx8m_eth(struct phytec_eeprom_data *data);
A Dam6_som_detection.c11 extern struct phytec_eeprom_data eeprom_data;
24 int phytec_am6_detect(struct phytec_eeprom_data *data) in phytec_am6_detect()
55 static u8 phytec_check_opt(struct phytec_eeprom_data *data, u8 option) in phytec_check_opt()
81 u8 __maybe_unused phytec_get_am6_ddr_size(struct phytec_eeprom_data *data) in phytec_get_am6_ddr_size()
97 u8 __maybe_unused phytec_get_am6_spi(struct phytec_eeprom_data *data) in phytec_get_am6_spi()
113 u8 __maybe_unused phytec_get_am6_eth(struct phytec_eeprom_data *data) in phytec_get_am6_eth()
129 u8 __maybe_unused phytec_get_am6_rtc(struct phytec_eeprom_data *data) in phytec_get_am6_rtc()
139 inline int __maybe_unused phytec_am6_detect(struct phytec_eeprom_data *data) in phytec_am6_detect()
145 phytec_get_am6_ddr_size(struct phytec_eeprom_data *data) in phytec_get_am6_ddr_size()
150 inline u8 __maybe_unused phytec_get_am6_spi(struct phytec_eeprom_data *data) in phytec_get_am6_spi()
[all …]
A Dphytec_som_detection.h81 struct phytec_eeprom_data { struct
86 int phytec_eeprom_data_setup_fallback(struct phytec_eeprom_data *data, argument
89 int phytec_eeprom_data_setup(struct phytec_eeprom_data *data,
91 int phytec_eeprom_data_init(struct phytec_eeprom_data *data, int bus_num,
93 void __maybe_unused phytec_print_som_info(struct phytec_eeprom_data *data);
95 char * __maybe_unused phytec_get_opt(struct phytec_eeprom_data *data);
96 u8 __maybe_unused phytec_get_rev(struct phytec_eeprom_data *data);
97 u8 __maybe_unused phytec_get_som_type(struct phytec_eeprom_data *data);
99 int phytec_ft_board_fixup(struct phytec_eeprom_data *data, void *blob);
108 __maybe_unused phytec_get_block_head(struct phytec_eeprom_data *data);
A Dimx93_som_detection.c15 extern struct phytec_eeprom_data eeprom_data;
24 u8 __maybe_unused phytec_imx93_detect(struct phytec_eeprom_data *data) in phytec_imx93_detect()
53 u8 __maybe_unused phytec_imx93_get_opt(struct phytec_eeprom_data *data, in phytec_imx93_get_opt()
83 enum phytec_imx93_voltage __maybe_unused phytec_imx93_get_voltage(struct phytec_eeprom_data *data) in phytec_imx93_get_voltage()
94 inline u8 __maybe_unused phytec_imx93_detect(struct phytec_eeprom_data *data) in phytec_imx93_detect()
99 inline u8 __maybe_unused phytec_imx93_get_opt(struct phytec_eeprom_data *data, in phytec_imx93_get_opt()
106 (struct phytec_eeprom_data *data) in phytec_imx93_get_voltage()
A Dimx8m_som_detection.c15 extern struct phytec_eeprom_data eeprom_data;
27 int __maybe_unused phytec_imx8m_detect(struct phytec_eeprom_data *data) in phytec_imx8m_detect()
69 u8 __maybe_unused phytec_get_imx8m_ddr_size(struct phytec_eeprom_data *data) in phytec_get_imx8m_ddr_size()
96 u8 __maybe_unused phytec_get_imx8m_spi(struct phytec_eeprom_data *data) in phytec_get_imx8m_spi()
123 u8 __maybe_unused phytec_get_imx8m_eth(struct phytec_eeprom_data *data) in phytec_get_imx8m_eth()
151 u8 __maybe_unused phytec_get_imx8mp_rtc(struct phytec_eeprom_data *data) in phytec_get_imx8mp_rtc()
176 inline int __maybe_unused phytec_imx8m_detect(struct phytec_eeprom_data *data) in phytec_imx8m_detect()
182 phytec_get_imx8m_ddr_size(struct phytec_eeprom_data *data) in phytec_get_imx8m_ddr_size()
187 inline u8 __maybe_unused phytec_get_imx8mp_rtc(struct phytec_eeprom_data *data) in phytec_get_imx8mp_rtc()
192 inline u8 __maybe_unused phytec_get_imx8m_spi(struct phytec_eeprom_data *data) in phytec_get_imx8m_spi()
[all …]
A Dimx93_som_detection.h45 u8 __maybe_unused phytec_imx93_detect(struct phytec_eeprom_data *data);
46 u8 __maybe_unused phytec_imx93_get_opt(struct phytec_eeprom_data *data,
49 (struct phytec_eeprom_data *data);
A Dphytec_som_detection.c16 struct phytec_eeprom_data eeprom_data;
20 int phytec_eeprom_data_setup_fallback(struct phytec_eeprom_data *data, in phytec_eeprom_data_setup_fallback()
38 int phytec_eeprom_data_setup(struct phytec_eeprom_data *data, in phytec_eeprom_data_setup()
75 int phytec_eeprom_data_init_v2(struct phytec_eeprom_data *data) in phytec_eeprom_data_init_v2()
96 int phytec_eeprom_data_init_v3_block(struct phytec_eeprom_data *data, in phytec_eeprom_data_init_v3_block()
133 int phytec_eeprom_data_init_v3(struct phytec_eeprom_data *data, in phytec_eeprom_data_init_v3()
222 int phytec_eeprom_data_init(struct phytec_eeprom_data *data, in phytec_eeprom_data_init()
323 static int phytec_get_part_number(struct phytec_eeprom_data *data, in phytec_get_part_number()
430 u8 __maybe_unused phytec_get_rev(struct phytec_eeprom_data *data) in phytec_get_rev()
550 u8 __maybe_unused phytec_get_rev(struct phytec_eeprom_data *data) in phytec_get_rev()
[all …]
/board/phytec/phycore_imx93/
A Dphycore-imx93.c52 static void emmc_fixup(void *blob, struct phytec_eeprom_data *data) in emmc_fixup()
76 struct phytec_eeprom_data data; in board_fix_fdt()
/board/phytec/common/k3/
A Dboard.c182 struct phytec_eeprom_data data; in setup_mac_from_eeprom()
238 struct phytec_eeprom_data data; in fdt_apply_som_overlays()
289 struct phytec_eeprom_data data; in ft_board_setup()
/board/phytec/phycore_am64x/
A Dphycore-am64x.c25 struct phytec_eeprom_data data; in phytec_get_am64_ddr_size_default()
/board/phytec/phycore_am62x/
A Dphycore-am62x.c25 struct phytec_eeprom_data data; in phytec_get_am62_ddr_size_default()

Completed in 28 milliseconds