Home
last modified time | relevance | path

Searched refs:cpld_read (Results 1 – 16 of 16) sorted by relevance

/external/u-boot/board/renesas/stout/
Dcpld.c27 static u32 cpld_read(u8 addr) in cpld_read() function
104 cpld_read(CPLD_ADDR_VERSION); in cpld_init()
107 cpld_read(CPLD_ADDR_VERSION)); in cpld_init()
109 cpld_read(CPLD_ADDR_MODE)); in cpld_init()
111 cpld_read(CPLD_ADDR_MUX)); in cpld_init()
113 cpld_read(CPLD_ADDR_HDMI)); in cpld_init()
115 cpld_read(CPLD_ADDR_DIPSW)); in cpld_init()
119 val = cpld_read(CPLD_ADDR_MUX); in cpld_init()
142 printf("0x%x\n", cpld_read(addr)); in do_cpld()
/external/u-boot/board/renesas/ulcb/
Dcpld.c30 static u32 cpld_read(struct udevice *dev, u8 addr) in cpld_read() function
99 cpld_read(dev, CPLD_ADDR_VERSION)); in do_cpld()
101 cpld_read(dev, CPLD_ADDR_MODE)); in do_cpld()
103 cpld_read(dev, CPLD_ADDR_MUX)); in do_cpld()
105 cpld_read(dev, CPLD_ADDR_DIPSW6)); in do_cpld()
121 printf("0x%x\n", cpld_read(dev, addr)); in do_cpld()
169 cpld_read(dev, CPLD_ADDR_VERSION); in renesas_ulcb_sysreset_probe()
/external/u-boot/board/freescale/t208xrdb/
Dcpld.h26 u8 cpld_read(unsigned int reg);
29 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg))
Dcpld.c12 u8 cpld_read(unsigned int reg) in cpld_read() function
/external/u-boot/board/freescale/t4rdb/
Dcpld.h42 u8 cpld_read(unsigned int reg);
45 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg))
Dcpld.c23 u8 cpld_read(unsigned int reg) in cpld_read() function
/external/u-boot/board/freescale/t104xrdb/
Dcpld.h38 u8 cpld_read(unsigned int reg);
41 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg))
Dcpld.c19 u8 cpld_read(unsigned int reg) in cpld_read() function
/external/u-boot/board/freescale/ls1043ardb/
Dcpld.h30 u8 cpld_read(unsigned int reg);
34 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg))
Dcpld.c13 u8 cpld_read(unsigned int reg) in cpld_read() function
/external/u-boot/board/freescale/t102xrdb/
Dcpld.h29 u8 cpld_read(unsigned int reg);
32 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg))
Dcpld.c15 u8 cpld_read(unsigned int reg) in cpld_read() function
/external/u-boot/board/freescale/ls1046ardb/
Dcpld.h34 u8 cpld_read(unsigned int reg);
39 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg))
Dcpld.c13 u8 cpld_read(unsigned int reg) in cpld_read() function
/external/u-boot/board/freescale/p2041rdb/
Dcpld.h50 u8 cpld_read(unsigned int reg);
53 #define CPLD_READ(reg) cpld_read(offsetof(cpld_data_t, reg))
Dcpld.c26 u8 cpld_read(unsigned int reg) __attribute__((weak, alias("__cpld_read")));