Searched refs:HCTL (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/mmc/host/ |
D | omap_hsmmc.c | 630 regval = OMAP_HSMMC_READ(host->base, HCTL); in omap_hsmmc_set_clock() 636 OMAP_HSMMC_WRITE(host->base, HCTL, regval); in omap_hsmmc_set_clock() 659 OMAP_HSMMC_WRITE(host->base, HCTL, in omap_hsmmc_set_bus_width() 660 OMAP_HSMMC_READ(host->base, HCTL) | FOUR_BIT); in omap_hsmmc_set_bus_width() 664 OMAP_HSMMC_WRITE(host->base, HCTL, in omap_hsmmc_set_bus_width() 665 OMAP_HSMMC_READ(host->base, HCTL) & ~FOUR_BIT); in omap_hsmmc_set_bus_width() 695 host->hctl == OMAP_HSMMC_READ(host->base, HCTL) && in omap_hsmmc_context_restore() 717 OMAP_HSMMC_WRITE(host->base, HCTL, in omap_hsmmc_context_restore() 718 OMAP_HSMMC_READ(host->base, HCTL) | hctl); in omap_hsmmc_context_restore() 723 OMAP_HSMMC_WRITE(host->base, HCTL, in omap_hsmmc_context_restore() [all …]
|
/Linux-v4.19/drivers/staging/most/dim2/ |
D | reg.h | 31 u32 HCTL; /* 0x20 */ member
|
D | hal.c | 552 dimcb_io_write(&g.dim2->HCTL, bit_mask(HCTL_EN_BIT)); in dim2_initialize()
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.megaraid | 361 to get this driver-private mapping of logical drive number-> HCTL
|