Lines Matching defs:val
349 uint16_t val) in e100_write_reg2()
357 uint32_t val) in e100_write_reg4()
945 static void eepro100_cu_command(EEPRO100State * s, uint8_t val) in eepro100_cu_command()
1020 static void eepro100_ru_command(EEPRO100State * s, uint8_t val) in eepro100_ru_command()
1068 static void eepro100_write_command(EEPRO100State * s, uint8_t val) in eepro100_write_command()
1092 uint16_t val = e100_read_reg2(s, SCBeeprom); in eepro100_read_eeprom() local
1102 static void eepro100_write_eeprom(eeprom_t * eeprom, uint8_t val) in eepro100_write_eeprom()
1156 uint32_t val = e100_read_reg4(s, SCBCtrlMDI); in eepro100_read_mdi() local
1175 uint32_t val = e100_read_reg4(s, SCBCtrlMDI); in eepro100_write_mdi() local
1293 uint32_t val = e100_read_reg4(s, SCBPort); in eepro100_write_port() local
1326 uint8_t val = 0; in eepro100_read1() local
1379 uint16_t val = 0; in eepro100_read2() local
1407 uint32_t val = 0; in eepro100_read4() local
1437 static void eepro100_write1(EEPRO100State * s, uint32_t addr, uint8_t val) in eepro100_write1()
1503 static void eepro100_write2(EEPRO100State * s, uint32_t addr, uint16_t val) in eepro100_write2()
1549 static void eepro100_write4(EEPRO100State * s, uint32_t addr, uint32_t val) in eepro100_write4()