Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dlsi53c895a.c263 uint8_t ccntl1; member
377 s->ccntl1 = 0; in lsi_soft_reset()
422 if ((s->ccntl1 & LSI_CCNTL1_40BIT) == LSI_CCNTL1_40BIT) in lsi_dma_40bit()
429 if ((s->ccntl1 & LSI_CCNTL1_EN64TIBMV) == LSI_CCNTL1_EN64TIBMV) in lsi_dma_ti64bit()
436 if ((s->ccntl1 & LSI_CCNTL1_EN64DBMV) == LSI_CCNTL1_EN64DBMV) in lsi_dma_64bit()
1796 ret = s->ccntl1; in lsi_reg_readb()
2069 s->ccntl1 = val; in lsi_reg_writeb()
2240 VMSTATE_UINT8(ccntl1, LSIState),