Searched refs:ngpixis_t (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | ngpixis.h | 46 } __attribute__ ((packed)) ngpixis_t; typedef 49 #define pixis ((ngpixis_t *)PIXIS_BASE) 60 #define PIXIS_READ(reg) pixis_read(offsetof(ngpixis_t, reg)) 61 #define PIXIS_WRITE(reg, value) pixis_write(offsetof(ngpixis_t, reg), value)
|
| /OK3568_Linux_fs/u-boot/board/freescale/p1022ds/ |
| H A D | diu.c | 186 out_8(lbc_lcs0_ba, offsetof(ngpixis_t, brdcfg0)); in platform_diu_init() 225 out_8(lbc_lcs0_ba, offsetof(ngpixis_t, brdcfg0)); in set_mux_to_lbc() 230 out_8(lbc_lcs0_ba, offsetof(ngpixis_t, csr)); in set_mux_to_lbc() 269 out_8(lbc_lcs0_ba, offsetof(ngpixis_t, brdcfg0)); in set_mux_to_diu()
|