| /board/phytec/common/ |
| A D | am6_som_detection.c | 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() 155 inline u8 __maybe_unused phytec_get_am6_eth(struct phytec_eeprom_data *data) in phytec_get_am6_eth() [all …]
|
| A D | imx8m_som_detection.c | 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() 197 inline u8 __maybe_unused phytec_get_imx8m_eth(struct phytec_eeprom_data *data) in phytec_get_imx8m_eth()
|
| A D | imx93_som_detection.c | 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 D | phytec_som_detection.c | 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() 274 static int phytec_get_product_name(struct phytec_eeprom_data *data, in phytec_get_product_name() 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 …]
|
| A D | am6_som_detection.h | 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()
|
| /board/freescale/common/ |
| A D | i2c_common.h | 15 #define I2C_READ(dev, register, data, length) \ argument 17 #define I2C_WRITE(dev, register, data, length) \ argument 22 #define I2C_READ(dev, register, data, length) \ argument 24 #define I2C_WRITE(dev, register, data, length) \ argument
|
| A D | emc2305.c | 16 void set_fan_speed(u8 data, int chip_addr) in set_fan_speed() 47 u8 data; in emc2305_init() local
|
| /board/hisilicon/hikey/ |
| A D | hikey.c | 156 uint32_t data; in hi6220_clk_enable() local 172 uint32_t data; in hi6220_clk_disable() local 187 unsigned int data; in board_usb_init() local 249 uint32_t data; in mmc1_init_pll() local 277 unsigned int data; in mmc1_reset_clk() local 310 unsigned int data; in mmc0_reset_clk() local 344 uint32_t data; in hi6220_pmussi_init() local
|
| /board/phytec/phycore_imx93/ |
| A D | phycore-imx93.c | 52 static void emmc_fixup(void *blob, struct phytec_eeprom_data *data) in emmc_fixup() 76 struct phytec_eeprom_data data; in board_fix_fdt() local
|
| /board/cssi/mcr3000/ |
| A D | mcr3000_gpio.c | 25 struct mcr3000_spi_gpio_data *data = dev_get_priv(dev); in mcr3000_spi_gpio_set_value() local 37 struct mcr3000_spi_gpio_data *data = dev_get_priv(dev); in mcr3000_spi_gpio_get_value() local 69 struct mcr3000_spi_gpio_data *data = dev_get_priv(dev); in mcr3000_spi_gpio_probe() local
|
| /board/ge/common/ |
| A D | vpd_reader.c | 51 static int verify_bch(int ecc_bits, unsigned int prim_poly, u8 *data, in verify_bch() 113 int vpd_reader(size_t size, u8 *data, struct vpd_cache *userdata, in vpd_reader() 115 size_t size, u8 const *data)) in vpd_reader() 205 u8 type, size_t size, u8 const *data)) in read_i2c_vpd() 209 u8 *data; in read_i2c_vpd() local
|
| /board/kontron/sl28/ |
| A D | cmds.c | 28 u16 data = 0; in ufm_shift_data() local 110 static int ufm_write(struct udevice *dev, u16 data) in ufm_write() 125 static int ufm_read(struct udevice *dev, u16 *data) in ufm_read()
|
| /board/softing/vining_fpga/ |
| A D | socfpga.c | 49 uchar data[128]; in misc_init_r() local
|
| /board/phytec/common/k3/ |
| A D | board.c | 182 struct phytec_eeprom_data data; in setup_mac_from_eeprom() local 238 struct phytec_eeprom_data data; in fdt_apply_som_overlays() local 289 struct phytec_eeprom_data data; in ft_board_setup() local
|
| /board/LaCie/common/ |
| A D | cpld-gpio-bus.h | 12 unsigned *data; member
|
| A D | cpld-gpio-bus.c | 25 static void cpld_gpio_bus_set_data(struct cpld_gpio_bus *bus, unsigned data) in cpld_gpio_bus_set_data()
|
| /board/renesas/stout/ |
| A D | cpld.c | 31 u32 data = 0; in cpld_read() local 56 static void cpld_write(u8 addr, u32 data) in cpld_write()
|
| /board/ti/ks2_evm/ |
| A D | board_k2e.c | 76 struct pll_init_data *data; in get_pll_init_data() local
|
| A D | board_k2l.c | 67 struct pll_init_data *data; in get_pll_init_data() local
|
| A D | board_k2hk.c | 79 struct pll_init_data *data; in get_pll_init_data() local
|
| /board/renesas/ulcb/ |
| A D | cpld.c | 33 u32 data = 0; in cpld_read() local 59 static void cpld_write(struct udevice *dev, u8 addr, u32 data) in cpld_write()
|
| /board/nvidia/cardhu/ |
| A D | cardhu.c | 93 u8 addr, data[1]; in tegra_pcie_board_init() local
|
| /board/imgtec/malta/ |
| A D | superio.c | 27 u8 data; member
|
| /board/phytec/phycore_am64x/ |
| A D | phycore-am64x.c | 25 struct phytec_eeprom_data data; in phytec_get_am64_ddr_size_default() local
|
| /board/highbank/ |
| A D | ahci.c | 43 u32 data; in __combo_phy_reg_read() local 49 static void __combo_phy_reg_write(u8 phy, u8 dev, u32 addr, u32 data) in __combo_phy_reg_write() 69 static void combo_phy_write(u8 phy, u32 addr, u32 data) in combo_phy_write()
|