Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/pci/cobalt/
H A Dcobalt-cpld.c15 static u16 cpld_read(struct cobalt *cobalt, u32 offset) in cpld_read() function
32 cpld_read(cobalt, 0)); in cpld_info_ver3()
35 cpld_read(cobalt, 0x04)); in cpld_info_ver3()
38 cpld_read(cobalt, 0x08)); in cpld_info_ver3()
40 cpld_read(cobalt, 0x0c)); in cpld_info_ver3()
42 cpld_read(cobalt, 0x10)); in cpld_info_ver3()
44 cpld_read(cobalt, 0x14)); in cpld_info_ver3()
46 cpld_read(cobalt, 0x18)); in cpld_info_ver3()
48 cpld_read(cobalt, 0x1c)); in cpld_info_ver3()
50 cpld_read(cobalt, 0x20)); in cpld_info_ver3()
[all …]
/OK3568_Linux_fs/u-boot/board/renesas/stout/
H A Dcpld.c28 static u32 cpld_read(u8 addr) in cpld_read() function
105 cpld_read(CPLD_ADDR_VERSION); in cpld_init()
108 cpld_read(CPLD_ADDR_VERSION)); in cpld_init()
110 cpld_read(CPLD_ADDR_MODE)); in cpld_init()
112 cpld_read(CPLD_ADDR_MUX)); in cpld_init()
114 cpld_read(CPLD_ADDR_HDMI)); in cpld_init()
116 cpld_read(CPLD_ADDR_DIPSW)); in cpld_init()
120 val = cpld_read(CPLD_ADDR_MUX); in cpld_init()
143 printf("0x%x\n", cpld_read(addr)); in do_cpld()
/OK3568_Linux_fs/u-boot/board/renesas/ulcb/
H A Dcpld.c68 static u32 cpld_read(u8 addr) in cpld_read() function
111 cpld_read(CPLD_ADDR_VERSION); in cpld_init()
124 cpld_read(CPLD_ADDR_VERSION)); in do_cpld()
126 cpld_read(CPLD_ADDR_MODE)); in do_cpld()
128 cpld_read(CPLD_ADDR_MUX)); in do_cpld()
130 cpld_read(CPLD_ADDR_DIPSW6)); in do_cpld()
146 printf("0x%x\n", cpld_read(addr)); in do_cpld()
/OK3568_Linux_fs/u-boot/board/freescale/t4rdb/
H A Dcpld.h43 u8 cpld_read(unsigned int reg);
46 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg))
H A Dcpld.c24 u8 cpld_read(unsigned int reg) in cpld_read() function
/OK3568_Linux_fs/u-boot/board/freescale/t104xrdb/
H A Dcpld.h39 u8 cpld_read(unsigned int reg);
42 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg))
H A Dcpld.c20 u8 cpld_read(unsigned int reg) in cpld_read() function
/OK3568_Linux_fs/u-boot/board/freescale/ls1043ardb/
H A Dcpld.h31 u8 cpld_read(unsigned int reg);
35 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg))
H A Dcpld.c14 u8 cpld_read(unsigned int reg) in cpld_read() function
/OK3568_Linux_fs/u-boot/board/freescale/t208xrdb/
H A Dcpld.h27 u8 cpld_read(unsigned int reg);
30 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg))
H A Dcpld.c13 u8 cpld_read(unsigned int reg) in cpld_read() function
/OK3568_Linux_fs/u-boot/board/freescale/t102xrdb/
H A Dcpld.h30 u8 cpld_read(unsigned int reg);
33 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg))
H A Dcpld.c16 u8 cpld_read(unsigned int reg) in cpld_read() function
/OK3568_Linux_fs/u-boot/board/freescale/ls1046ardb/
H A Dcpld.h35 u8 cpld_read(unsigned int reg);
40 #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg))
H A Dcpld.c14 u8 cpld_read(unsigned int reg) in cpld_read() function
/OK3568_Linux_fs/u-boot/board/freescale/p2041rdb/
H A Dcpld.h51 u8 cpld_read(unsigned int reg);
54 #define CPLD_READ(reg) cpld_read(offsetof(cpld_data_t, reg))
H A Dcpld.c27 u8 cpld_read(unsigned int reg) __attribute__((weak, alias("__cpld_read")));