Home
last modified time | relevance | path

Searched refs:go_bit (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/board/freescale/mpc8641hpcn/
Dmpc8641hpcn.c171 u8 i, go_bit, rd_clks; in get_board_sys_clk() local
175 go_bit = in_8(pixis_base + PIXIS_VCTL); in get_board_sys_clk()
176 go_bit &= 0x01; in get_board_sys_clk()
187 if (go_bit) { in get_board_sys_clk()
/external/u-boot/board/freescale/mpc8544ds/
Dmpc8544ds.c178 u8 i, go_bit, rd_clks; in get_board_sys_clk() local
182 go_bit = in_8(pixis_base + PIXIS_VCTL); in get_board_sys_clk()
183 go_bit &= 0x01; in get_board_sys_clk()
194 if (go_bit) { in get_board_sys_clk()