Home
last modified time | relevance | path

Searched refs:t_out (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/i2c/
H A Dnpcm7xx_smbus.h98 uint8_t t_out; member
/openbmc/qemu/hw/i2c/
H A Dnpcm7xx_smbus.c622 if ((value & NPCM7XX_SMBT_OUT_ST) || (!(s->t_out & NPCM7XX_SMBT_OUT_ST))) { in npcm7xx_smbus_write_t_out()
628 s->t_out = new_t_out; in npcm7xx_smbus_write_t_out()
726 value = s->t_out; in npcm7xx_smbus_read()
1015 s->t_out = NPCM7XX_SMB_T_OUT_INIT_VAL; in npcm7xx_smbus_enter_reset()
1067 VMSTATE_UINT8(t_out, NPCM7xxSMBusState),
/openbmc/linux/drivers/media/pci/cx23885/
H A Daltera-ci.c322 unsigned long t_out = jiffies + msecs_to_jiffies(9999); in altera_ci_slot_reset() local
349 if (time_after(jiffies, t_out)) in altera_ci_slot_reset()
355 jiffies_to_msecs(jiffies + msecs_to_jiffies(9999) - t_out)); in altera_ci_slot_reset()
/openbmc/linux/drivers/spi/
H A Dspi-stm32-qspi.c221 u32 cr, t_out; in stm32_qspi_tx_dma() local
261 t_out = sgt.nents * STM32_COMP_TIMEOUT_MS; in stm32_qspi_tx_dma()
263 msecs_to_jiffies(t_out))) in stm32_qspi_tx_dma()