Home
last modified time | relevance | path

Searched refs:hbus (Results 1 – 3 of 3) sorted by relevance

/drivers/pci/host/
Dpci-hyperv.c525 struct hv_pcibus_device *hbus; member
565 static struct hv_pci_dev *get_pcichild_wslot(struct hv_pcibus_device *hbus,
649 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_read_config()
677 spin_lock_irqsave(&hpdev->hbus->config_lock, flags); in _hv_pcifront_read_config()
679 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_read_config()
699 spin_unlock_irqrestore(&hpdev->hbus->config_lock, flags); in _hv_pcifront_read_config()
701 dev_err(&hpdev->hbus->hdev->device, in _hv_pcifront_read_config()
710 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id()
713 spin_lock_irqsave(&hpdev->hbus->config_lock, flags); in hv_pcifront_get_vendor_id()
716 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in hv_pcifront_get_vendor_id()
[all …]
/drivers/clk/mxs/
Dclk-imx23.c89 cpu_xtal, hbus, xbus, lcdif_div, ssp_div, gpmi_div, emi_pll, enumerator
100 cpu, hbus, xbus, emi, uart, enumerator
133 clks[hbus] = mxs_clk_div("hbus", "cpu", HBUS, 0, 5, 29); in mx23_clocks_init()
Dclk-imx28.c142 lcdif_sel, cpu, ptp_sel, cpu_pll, cpu_xtal, hbus, xbus, enumerator
155 cpu, hbus, xbus, emi, uart, enumerator
198 clks[hbus] = mxs_clk_div("hbus", "cpu", HBUS, 0, 5, 31); in mx28_clocks_init()