Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i2c/
H A Dnpcm7xx_smbus.h88 uint8_t ctl5; member
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.h77 u32 ctl5; /* DMA control 5 */ member
H A Dmac.h286 u32 ctl5; member
324 #define ds_ctl5 u.tx.ctl5
H A Dar9003_mac.c59 WRITE_ONCE(ads->ctl5, val); in ar9003_set_txdesc()
167 + ads->data1 + ads->ctl5 in ar9003_calc_ptr_chksum()
/openbmc/qemu/hw/i2c/
H A Dnpcm7xx_smbus.c787 value = s->ctl5; in npcm7xx_smbus_read()
954 s->ctl5 = value; in npcm7xx_smbus_write()
1003 s->ctl5 = NPCM7XX_SMB_CTL5_INIT_VAL; in npcm7xx_smbus_enter_reset()
1059 VMSTATE_UINT8(ctl5, NPCM7xxSMBusState),