Lines Matching refs:uchar
25 uchar *buffer, unsigned cnt) in eeprom_bus_read()
45 uchar *buffer, unsigned cnt) in eeprom_bus_write()
66 uchar c; in env_eeprom_get_char()
87 uchar rdbuf[64], flags[2]; in env_eeprom_load()
99 (uchar *)&crc[i], sizeof(ulong)); in env_eeprom_load()
103 (uchar *)&flags[i], sizeof(uchar)); in env_eeprom_load()
146 uchar rdbuf[64]; in env_eeprom_load()
153 (uchar *)&crc, sizeof(ulong)); in env_eeprom_load()
182 off, (uchar *)buf_env, CONFIG_ENV_SIZE); in env_eeprom_load()
213 off, (uchar *)&env_new, CONFIG_ENV_SIZE); in env_eeprom_save()
219 (uchar *)&flag_obsolete, 1); in env_eeprom_save()