Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dlsi53c895a.c265 uint8_t ccntl1; member
379 s->ccntl1 = 0; in lsi_soft_reset()
425 if ((s->ccntl1 & LSI_CCNTL1_40BIT) == LSI_CCNTL1_40BIT) in lsi_dma_40bit()
432 if ((s->ccntl1 & LSI_CCNTL1_EN64TIBMV) == LSI_CCNTL1_EN64TIBMV) in lsi_dma_ti64bit()
439 if ((s->ccntl1 & LSI_CCNTL1_EN64DBMV) == LSI_CCNTL1_EN64DBMV) in lsi_dma_64bit()
1818 ret = s->ccntl1; in lsi_reg_readb()
2091 s->ccntl1 = val; in lsi_reg_writeb()
2265 VMSTATE_UINT8(ccntl1, LSIState),