Searched refs:ngpixis_t (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/board/freescale/common/ |
D | ngpixis.h | 45 } __attribute__ ((packed)) ngpixis_t; typedef 48 #define pixis ((ngpixis_t *)PIXIS_BASE) 59 #define PIXIS_READ(reg) pixis_read(offsetof(ngpixis_t, reg)) 60 #define PIXIS_WRITE(reg, value) pixis_write(offsetof(ngpixis_t, reg), value)
|
/external/u-boot/board/freescale/p1022ds/ |
D | diu.c | 185 out_8(lbc_lcs0_ba, offsetof(ngpixis_t, brdcfg0)); in platform_diu_init() 224 out_8(lbc_lcs0_ba, offsetof(ngpixis_t, brdcfg0)); in set_mux_to_lbc() 229 out_8(lbc_lcs0_ba, offsetof(ngpixis_t, csr)); in set_mux_to_lbc() 268 out_8(lbc_lcs0_ba, offsetof(ngpixis_t, brdcfg0)); in set_mux_to_diu()
|