Lines Matching refs:uchar
28 uchar *buffer, unsigned cnt) in eeprom_bus_read()
48 uchar *buffer, unsigned cnt) in eeprom_bus_write()
72 uchar c; in env_eeprom_get_char()
93 uchar rdbuf[64], flags[2]; in env_eeprom_load()
105 (uchar *)&crc[i], sizeof(ulong)); in env_eeprom_load()
109 (uchar *)&flags[i], sizeof(uchar)); in env_eeprom_load()
154 uchar rdbuf[64]; in env_eeprom_load()
161 (uchar *)&crc, sizeof(ulong)); in env_eeprom_load()
190 off, (uchar *)buf_env, CONFIG_ENV_SIZE); in env_eeprom_load()
219 off, (uchar *)&env_new, CONFIG_ENV_SIZE); in env_eeprom_save()
225 (uchar *)&flag_obsolete, 1); in env_eeprom_save()