Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/gateworks/gw_ventana/
H A Deeprom.c135 static u8 econfig_bytes[sizeof(ventana_info.config)]; variable
149 memcpy(econfig_bytes, info->config, sizeof(econfig_bytes)); in do_econfig()
158 test_bit(cfg->bit, econfig_bytes) ? 1 : 0); in do_econfig()
169 memcpy(info->config, econfig_bytes, sizeof(econfig_bytes)); in do_econfig()
180 1, econfig_bytes, sizeof(econfig_bytes))) { in do_econfig()
200 test_bit(cfg->bit, econfig_bytes) ? 1 : 0); in do_econfig()
212 test_and_set_bit(cfg->bit, econfig_bytes); in do_econfig()
215 test_and_clear_bit(cfg->bit, econfig_bytes); in do_econfig()