Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hci/
H A Dssv_hci.c424 static int _do_rx (struct ssv6xxx_hci_ctrl *hctl, u32 isr_status) in _do_rx() argument
443 if (hctl->isr_mib_enable) in _do_rx()
446 ret = IF_RECV(hctl, hctl->rx_buf->data, &dlen); in _do_rx()
448 if (hctl->isr_mib_enable) in _do_rx()
458 rx_mpdu = hctl->rx_buf; in _do_rx()
459 hctl->rx_buf = ssv_skb_alloc(MAX_FRAME_SIZE); in _do_rx()
460 if (hctl->rx_buf == NULL) in _do_rx()
463 hctl->rx_buf = rx_mpdu; in _do_rx()
466 hctl->rx_pkt++; in _do_rx()
468 if (hctl->irq_enable) in _do_rx()
[all …]
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Domap_hsmmc.c249 writel(DTW_1_BITMODE | SDBP_PWROFF | SDVS_3V0, &mmc_base->hctl); in omap_hsmmc_init_setup()
273 writel(readl(&mmc_base->hctl) | SDBP_PWRON, &mmc_base->hctl); in omap_hsmmc_init_setup()
593 writel(readl(&mmc_base->hctl) | DTW_4_BITMODE,
594 &mmc_base->hctl);
601 writel(readl(&mmc_base->hctl) & ~DTW_4_BITMODE,
602 &mmc_base->hctl);
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Domap_hsmmc.c189 u32 hctl; member
632 u32 hctl, capa; in omap_hsmmc_context_restore() local
636 host->hctl == OMAP_HSMMC_READ(host->base, HCTL) && in omap_hsmmc_context_restore()
646 hctl = SDVS18; in omap_hsmmc_context_restore()
648 hctl = SDVS30; in omap_hsmmc_context_restore()
651 hctl = SDVS18; in omap_hsmmc_context_restore()
656 hctl |= IWE; in omap_hsmmc_context_restore()
659 OMAP_HSMMC_READ(host->base, HCTL) | hctl); in omap_hsmmc_context_restore()
698 host->hctl = OMAP_HSMMC_READ(host->base, HCTL); in omap_hsmmc_context_save()
1630 u32 hctl, capa, value; in omap_hsmmc_conf_bus_power() local
[all …]
H A Dsdhci-omap.c115 u32 hctl; member
1252 omap_host->hctl = sdhci_omap_readl(omap_host, SDHCI_OMAP_HCTL); in sdhci_omap_context_save()
1262 sdhci_omap_writel(omap_host, SDHCI_OMAP_HCTL, omap_host->hctl); in sdhci_omap_context_restore()
1264 sdhci_omap_writel(omap_host, SDHCI_OMAP_HCTL, omap_host->hctl); in sdhci_omap_context_restore()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_inic162x.c756 static int init_controller(void __iomem *mmio_base, u16 hctl) in init_controller() argument
761 hctl &= ~HCTL_KNOWN_BITS; in init_controller()
766 writew(hctl | HCTL_SOFTRST, mmio_base + HOST_CTL); in init_controller()
788 writew(hctl & ~HCTL_IRQOFF, mmio_base + HOST_CTL); in init_controller()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Domap_mmc.h46 unsigned int hctl; /* 0x128 */ member
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dmax3421-hcd.c492 u8 hctl; in max3421_set_address() local
497 hctl = (BIT(rcvtog + MAX3421_HCTL_RCVTOG0_BIT) | in max3421_set_address()
500 spi_wr8(hcd, MAX3421_REG_HCTL, hctl); in max3421_set_address()