| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pci-hyperv.c | 539 struct hv_pcibus_device *hbus; member 582 static struct hv_pci_dev *get_pcichild_wslot(struct hv_pcibus_device *hbus, 673 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_read_config() 701 spin_lock_irqsave(&hpdev->hbus->config_lock, flags); in _hv_pcifront_read_config() 703 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_read_config() 723 spin_unlock_irqrestore(&hpdev->hbus->config_lock, flags); in _hv_pcifront_read_config() 725 dev_err(&hpdev->hbus->hdev->device, in _hv_pcifront_read_config() 734 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id() 737 spin_lock_irqsave(&hpdev->hbus->config_lock, flags); in hv_pcifront_get_vendor_id() 740 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in hv_pcifront_get_vendor_id() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/intel/ |
| H A D | hda-codec.c | 68 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_jack_wake_enable() local 73 list_for_each_codec(codec, hbus) in hda_codec_jack_wake_enable() 83 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_jack_check() local 90 list_for_each_codec(codec, hbus) in hda_codec_jack_check() 121 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_probe() local 128 mutex_lock(&hbus->core.cmd_mutex); in hda_codec_probe() 129 snd_hdac_bus_send_cmd(&hbus->core, hda_cmd); in hda_codec_probe() 130 snd_hdac_bus_get_response(&hbus->core, address, &resp); in hda_codec_probe() 131 mutex_unlock(&hbus->core.cmd_mutex); in hda_codec_probe() 142 hda_priv->codec.bus = hbus; in hda_codec_probe() [all …]
|
| H A D | hda.h | 422 struct hda_bus hbus; member 456 return &hda->hbus.core; in sof_to_bus() 463 return &hda->hbus; in sof_to_hbus() 477 container_of(bus, struct sof_intel_hda_dev, hbus.core)
|
| H A D | hda.c | 525 struct hda_bus *hbus; in hda_init() local 530 hbus = sof_to_hbus(sdev); in hda_init() 540 mutex_init(&hbus->prepare_mutex); in hda_init() 541 hbus->pci = pci; in hda_init() 542 hbus->mixer_assigned = -1; in hda_init() 543 hbus->modelname = hda_model; in hda_init()
|
| H A D | hda-dsp.c | 798 struct hdac_bus *hbus = sof_to_bus(sdev); in hda_dsp_runtime_idle() local 800 if (hbus->codec_powered) { in hda_dsp_runtime_idle() 802 (unsigned int)hbus->codec_powered); in hda_dsp_runtime_idle() 941 struct hdac_bus *bus = &hdev->hbus.core; in hda_dsp_d0i3_work()
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/skylake/ |
| H A D | skl.h | 60 struct hda_bus hbus; member 137 #define skl_to_bus(s) (&(s)->hbus.core) 138 #define bus_to_skl(bus) container_of(bus, struct skl_dev, hbus.core) 140 #define skl_to_hbus(s) (&(s)->hbus) 141 #define hbus_to_skl(hbus) container_of((hbus), struct skl_dev, (hbus)) argument
|
| H A D | skl.c | 865 struct hda_bus *hbus; in skl_create() local 880 hbus = skl_to_hbus(skl); in skl_create() 895 mutex_init(&hbus->prepare_mutex); in skl_create() 896 hbus->pci = pci; in skl_create() 897 hbus->mixer_assigned = -1; in skl_create() 898 hbus->modelname = "sklbus"; in skl_create()
|
| /OK3568_Linux_fs/kernel/drivers/clk/mxs/ |
| H A D | clk-imx23.c | 24 #define HBUS (CLKCTRL + 0x0030) macro 83 cpu_xtal, hbus, xbus, lcdif_div, ssp_div, gpmi_div, emi_pll, enumerator 94 cpu, hbus, xbus, emi, uart, enumerator 127 clks[hbus] = mxs_clk_div("hbus", "cpu", HBUS, 0, 5, 29); in mx23_clocks_init()
|
| H A D | clk-imx28.c | 24 #define HBUS (CLKCTRL + 0x0060) macro 136 lcdif_sel, cpu, ptp_sel, cpu_pll, cpu_xtal, hbus, xbus, enumerator 149 cpu, hbus, xbus, emi, uart, enumerator 192 clks[hbus] = mxs_clk_div("hbus", "cpu", HBUS, 0, 5, 31); in mx28_clocks_init() 224 clks[fec] = mxs_clk_gate("fec", "hbus", ENET, 30); in mx28_clocks_init()
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | hda_controller.c | 780 struct hda_bus *hbus = &chip->bus; in azx_rirb_get_response() local 788 if (hbus->no_response_fallback) in azx_rirb_get_response() 824 if (hbus->allow_bus_reset && !hbus->response_reset && !hbus->in_reset) { in azx_rirb_get_response() 825 hbus->response_reset = 1; in azx_rirb_get_response() 836 hbus->response_reset = 0; in azx_rirb_get_response()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | imx23-clock.yaml | 34 hbus 15
|
| H A D | imx28-clock.yaml | 44 hbus 25
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | msgtrace.h | 2 * Trace messages sent over HBUS
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | msgtrace.h | 2 * Trace messages sent over HBUS
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
| H A D | spl_mem_init.c | 188 debug("SPL: Setting CPU and HBUS clock frequencies\n"); in mxs_mem_setup_cpu_and_hbus() 199 /* HBUS = 151MHz */ in mxs_mem_setup_cpu_and_hbus()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | msgtrace.h | 3 * Trace messages sent over HBUS
|
| H A D | event_trace.h | 3 * Trace log blocks sent over HBUS
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | msgtrace.h | 2 * Trace messages sent over HBUS
|
| H A D | event_trace.h | 2 * Trace log blocks sent over HBUS
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | msgtrace.h | 2 * Trace messages sent over HBUS
|
| H A D | event_trace.h | 2 * Trace log blocks sent over HBUS
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | msgtrace.h | 2 * Trace messages sent over HBUS
|
| H A D | event_trace.h | 2 * Trace log blocks sent over HBUS
|
| /OK3568_Linux_fs/kernel/drivers/char/mwave/ |
| H A D | tp3780i.h | 71 #define TP_CFG_HBusTimerValue 255 /* HBus timer load value */
|
| H A D | 3780i.h | 93 #define DSP_HBusTimerCfgIndex 0x0011 /* HBUS timer load value */ 146 unsigned char LoadValue:8; /* RW: HBUS timer load value */
|