Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/freescale/mpc8544ds/
H A Dmpc8544ds.c244 static int do_once; in board_phy_config() local
250 if (do_once) in board_phy_config()
257 do_once = 1; in board_phy_config()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Diommu-common.c37 static bool do_once; in setup_iommu_pool_hash() local
39 if (do_once) in setup_iommu_pool_hash()
41 do_once = true; in setup_iommu_pool_hash()
/OK3568_Linux_fs/u-boot/cmd/
H A Di2c.c1135 static void decode_bits (u_char const b, char const *str[], int const do_once) in decode_bits() argument
1142 if (do_once) in decode_bits()