Home
last modified time | relevance | path

Searched refs:PIXIS_VCTL (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/board/freescale/common/
Dpixis.c243 clrbits_8(pixis_base + PIXIS_VCTL, 9); in set_px_go()
246 setbits_8(pixis_base + PIXIS_VCTL, 0x1); in set_px_go()
258 clrbits_8(pixis_base + PIXIS_VCTL, 1); in set_px_go_with_watchdog()
261 setbits_8(pixis_base + PIXIS_VCTL, 0x9); in set_px_go_with_watchdog()
273 clrbits_8(pixis_base + PIXIS_VCTL, 9); in pixis_disable_watchdog_cmd()
/external/u-boot/board/freescale/mpc8641hpcn/
Dmpc8641hpcn.c175 go_bit = in_8(pixis_base + PIXIS_VCTL); in get_board_sys_clk()
/external/u-boot/include/configs/
DMPC8544DS.h143 #define PIXIS_VCTL 0x10 /* VELA Control Register */ macro
DMPC8610HPCD.h152 #define PIXIS_VCTL 0x10 /* VELA Control Register */ macro
DMPC8572DS.h202 #define PIXIS_VCTL 0x10 /* VELA Control Register */ macro
DMPC8536DS.h215 #define PIXIS_VCTL 0x10 /* VELA Control Register */ macro
DMPC8641HPCN.h190 #define PIXIS_VCTL 0x10 /* VELA Control Register */ macro
/external/u-boot/board/freescale/mpc8544ds/
Dmpc8544ds.c182 go_bit = in_8(pixis_base + PIXIS_VCTL); in get_board_sys_clk()