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.c172 u8 i, go_bit, rd_clks; in get_board_sys_clk() local
176 go_bit = in_8(pixis_base + PIXIS_VCTL); in get_board_sys_clk()
177 go_bit &= 0x01; in get_board_sys_clk()
188 if (go_bit) { in get_board_sys_clk()
/external/u-boot/board/freescale/mpc8544ds/
Dmpc8544ds.c179 u8 i, go_bit, rd_clks; in get_board_sys_clk() local
183 go_bit = in_8(pixis_base + PIXIS_VCTL); in get_board_sys_clk()
184 go_bit &= 0x01; in get_board_sys_clk()
195 if (go_bit) { in get_board_sys_clk()