Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/mpc8544ds/
H A 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()
/openbmc/linux/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()
/openbmc/linux/drivers/char/xillybus/
H A Dxillyusb.c616 bool do_once = false; in report_io_error() local
621 do_once = true; in report_io_error()
625 if (do_once) { in report_io_error()
/openbmc/u-boot/cmd/
H A 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()