Home
last modified time | relevance | path

Searched refs:cpld_data_t (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/board/freescale/p2041rdb/
H A Dcpld.h31 } __attribute__ ((packed)) cpld_data_t; typedef
46 #define cpld ((cpld_data_t *)CPLD_BASE)
54 #define CPLD_READ(reg) cpld_read(offsetof(cpld_data_t, reg))
55 #define CPLD_WRITE(reg, value) cpld_write(offsetof(cpld_data_t, reg), value)
/OK3568_Linux_fs/u-boot/board/freescale/t104xrdb/
H A Dcpld.h34 } cpld_data_t; variable
/OK3568_Linux_fs/u-boot/board/freescale/t208xrdb/
H A Dcpld.h25 } cpld_data_t; variable
/OK3568_Linux_fs/u-boot/board/freescale/t102xrdb/
H A Dcpld.h25 } cpld_data_t; variable