Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dlsi53c895a.c218 struct LSIState { struct
314 OBJECT_DECLARE_SIMPLE_TYPE(LSIState, LSI53C895A) argument
332 static inline int lsi_irq_on_rsl(LSIState *s) in lsi_irq_on_rsl()
337 static lsi_request *get_pending_req(LSIState *s) in get_pending_req()
349 static void lsi_soft_reset(LSIState *s) in lsi_soft_reset()
423 static int lsi_dma_40bit(LSIState *s) in lsi_dma_40bit()
430 static int lsi_dma_ti64bit(LSIState *s) in lsi_dma_ti64bit()
437 static int lsi_dma_64bit(LSIState *s) in lsi_dma_64bit()
444 static uint8_t lsi_reg_readb(LSIState *s, int offset);
445 static void lsi_reg_writeb(LSIState *s, int offset, uint8_t val);
[all …]