Lines Matching defs:value
244 static void npcm7xx_smbus_send_byte(NPCM7xxSMBusState *s, uint8_t value) in npcm7xx_smbus_send_byte()
368 static void npcm7xx_smbus_send_address(NPCM7xxSMBusState *s, uint8_t value) in npcm7xx_smbus_send_address()
454 uint8_t value = s->sda; in npcm7xx_smbus_read_sda() local
493 static void npcm7xx_smbus_write_sda(NPCM7xxSMBusState *s, uint8_t value) in npcm7xx_smbus_write_sda()
513 static void npcm7xx_smbus_write_st(NPCM7xxSMBusState *s, uint8_t value) in npcm7xx_smbus_write_st()
539 static void npcm7xx_smbus_write_cst(NPCM7xxSMBusState *s, uint8_t value) in npcm7xx_smbus_write_cst()
547 static void npcm7xx_smbus_write_cst3(NPCM7xxSMBusState *s, uint8_t value) in npcm7xx_smbus_write_cst3()
553 static void npcm7xx_smbus_write_ctl1(NPCM7xxSMBusState *s, uint8_t value) in npcm7xx_smbus_write_ctl1()
569 static void npcm7xx_smbus_write_ctl2(NPCM7xxSMBusState *s, uint8_t value) in npcm7xx_smbus_write_ctl2()
583 static void npcm7xx_smbus_write_ctl3(NPCM7xxSMBusState *s, uint8_t value) in npcm7xx_smbus_write_ctl3()
592 static void npcm7xx_smbus_write_fif_ctl(NPCM7xxSMBusState *s, uint8_t value) in npcm7xx_smbus_write_fif_ctl()
602 static void npcm7xx_smbus_write_fif_cts(NPCM7xxSMBusState *s, uint8_t value) in npcm7xx_smbus_write_fif_cts()
613 static void npcm7xx_smbus_write_txf_ctl(NPCM7xxSMBusState *s, uint8_t value) in npcm7xx_smbus_write_txf_ctl()
618 static void npcm7xx_smbus_write_t_out(NPCM7xxSMBusState *s, uint8_t value) in npcm7xx_smbus_write_t_out()
631 static void npcm7xx_smbus_write_txf_sts(NPCM7xxSMBusState *s, uint8_t value) in npcm7xx_smbus_write_txf_sts()
636 static void npcm7xx_smbus_write_rxf_sts(NPCM7xxSMBusState *s, uint8_t value) in npcm7xx_smbus_write_rxf_sts()
646 static void npcm7xx_smbus_write_rxf_ctl(NPCM7xxSMBusState *s, uint8_t value) in npcm7xx_smbus_write_rxf_ctl()
659 uint64_t value = 0; in npcm7xx_smbus_read() local
817 static void npcm7xx_smbus_write(void *opaque, hwaddr offset, uint64_t value, in npcm7xx_smbus_write()