Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/controller/
Dpci-hyperv.c503 struct hv_pcibus_device *hbus; member
543 static struct hv_pci_dev *get_pcichild_wslot(struct hv_pcibus_device *hbus,
634 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_read_config()
662 spin_lock_irqsave(&hpdev->hbus->config_lock, flags); in _hv_pcifront_read_config()
664 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_read_config()
684 spin_unlock_irqrestore(&hpdev->hbus->config_lock, flags); in _hv_pcifront_read_config()
686 dev_err(&hpdev->hbus->hdev->device, in _hv_pcifront_read_config()
695 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id()
698 spin_lock_irqsave(&hpdev->hbus->config_lock, flags); in hv_pcifront_get_vendor_id()
701 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in hv_pcifront_get_vendor_id()
[all …]
/linux-4.19.296/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()