Searched refs:HCTL (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/mmc/host/ |
D | omap_hsmmc.c | 667 regval = OMAP_HSMMC_READ(host->base, HCTL); in omap_hsmmc_set_clock() 673 OMAP_HSMMC_WRITE(host->base, HCTL, regval); in omap_hsmmc_set_clock() 696 OMAP_HSMMC_WRITE(host->base, HCTL, in omap_hsmmc_set_bus_width() 697 OMAP_HSMMC_READ(host->base, HCTL) | FOUR_BIT); in omap_hsmmc_set_bus_width() 701 OMAP_HSMMC_WRITE(host->base, HCTL, in omap_hsmmc_set_bus_width() 702 OMAP_HSMMC_READ(host->base, HCTL) & ~FOUR_BIT); in omap_hsmmc_set_bus_width() 732 host->hctl == OMAP_HSMMC_READ(host->base, HCTL) && in omap_hsmmc_context_restore() 754 OMAP_HSMMC_WRITE(host->base, HCTL, in omap_hsmmc_context_restore() 755 OMAP_HSMMC_READ(host->base, HCTL) | hctl); in omap_hsmmc_context_restore() 760 OMAP_HSMMC_WRITE(host->base, HCTL, in omap_hsmmc_context_restore() [all …]
|
/linux-4.4.14/drivers/staging/most/hdm-dim2/ |
D | dim2_reg.h | 42 /* 0x20 */ u32 HCTL; member
|
D | dim2_hal.c | 490 DIMCB_IoWrite(&g.dim2->HCTL, bit_mask(HCTL_EN_BIT)); in dim2_initialize()
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.megaraid | 361 to get this driver-private mapping of logical drive number-> HCTL
|