Searched refs:global_ctl (Results 1 – 2 of 2) sorted by relevance
189 if (s->global_ctl & SD_GCTL_INT_ENB) { in allwinner_sdhost_update_irq()397 !(s->global_ctl & SD_GCTL_DMA_ENB)) { in allwinner_sdhost_dma()469 res = s->global_ctl; in allwinner_sdhost_read()625 s->global_ctl = value; in allwinner_sdhost_write()626 s->global_ctl &= ~(SD_GCTL_DMA_RST | SD_GCTL_FIFO_RST | in allwinner_sdhost_write()777 VMSTATE_UINT32(global_ctl, AwSdHostState),846 s->global_ctl = REG_SD_GCTL_RST; in allwinner_sdhost_reset()
89 uint32_t global_ctl; /**< Global Control */ member