Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/mpc8544ds/
Dmpc8544ds.c243 static int do_once; in board_phy_config() local
249 if (do_once) in board_phy_config()
256 do_once = 1; in board_phy_config()
/external/u-boot/cmd/
Di2c.c1132 static void decode_bits (u_char const b, char const *str[], int const do_once) in decode_bits() argument
1139 if (do_once) in decode_bits()