Searched refs:HCTL (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/mmc/host/ |
D | omap_hsmmc.c | 571 regval = OMAP_HSMMC_READ(host->base, HCTL); in omap_hsmmc_set_clock() 577 OMAP_HSMMC_WRITE(host->base, HCTL, regval); in omap_hsmmc_set_clock() 600 OMAP_HSMMC_WRITE(host->base, HCTL, in omap_hsmmc_set_bus_width() 601 OMAP_HSMMC_READ(host->base, HCTL) | FOUR_BIT); in omap_hsmmc_set_bus_width() 605 OMAP_HSMMC_WRITE(host->base, HCTL, in omap_hsmmc_set_bus_width() 606 OMAP_HSMMC_READ(host->base, HCTL) & ~FOUR_BIT); in omap_hsmmc_set_bus_width() 636 host->hctl == OMAP_HSMMC_READ(host->base, HCTL) && in omap_hsmmc_context_restore() 658 OMAP_HSMMC_WRITE(host->base, HCTL, in omap_hsmmc_context_restore() 659 OMAP_HSMMC_READ(host->base, HCTL) | hctl); in omap_hsmmc_context_restore() 664 OMAP_HSMMC_WRITE(host->base, HCTL, in omap_hsmmc_context_restore() [all …]
|
/Linux-v6.6/drivers/staging/most/dim2/ |
D | reg.h | 31 u32 HCTL; /* 0x20 */ member
|
D | hal.c | 550 writel(bit_mask(HCTL_EN_BIT), &g.dim2->HCTL); in dim2_initialize()
|
/Linux-v6.6/Documentation/scsi/ |
D | ChangeLog.megaraid | 361 to get this driver-private mapping of logical drive number-> HCTL
|