Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
H A Dintel_ace2x.c508 ret = hdac_bus_eml_sdw_get_lsdiid_unlocked(sdw->link_res->hbus, sdw->instance, &lsdiid); in intel_shim_wake()
512 wake_en = snd_hdac_chip_readw(sdw->link_res->hbus, WAKEEN); in intel_shim_wake()
518 snd_hdac_chip_writew(sdw->link_res->hbus, WAKEEN, wake_en); in intel_shim_wake()
522 snd_hdac_chip_writew(sdw->link_res->hbus, WAKEEN, wake_en); in intel_shim_wake()
525 wake_sts = snd_hdac_chip_readw(sdw->link_res->hbus, STATESTS); in intel_shim_wake()
527 snd_hdac_chip_writew(sdw->link_res->hbus, STATESTS, wake_sts); in intel_shim_wake()
558 ret = hdac_bus_eml_sdw_power_up_unlocked(sdw->link_res->hbus, link_id); in intel_link_power_up()
571 ret = hdac_bus_eml_sdw_set_syncprd_unlocked(sdw->link_res->hbus, syncprd); in intel_link_power_up()
579 ret = hdac_bus_eml_sdw_wait_syncpu_unlocked(sdw->link_res->hbus); in intel_link_power_up()
586 hdac_bus_eml_enable_interrupt_unlocked(sdw->link_res->hbus, true, in intel_link_power_up()
[all …]
H A Dintel_init.c90 link->hbus = res->hbus; in intel_link_dev_register()
H A Dintel.h50 struct hdac_bus *hbus; member
/linux/drivers/clk/mxs/
H A Dclk-imx23.c83 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 Dclk-imx28.c136 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()
/linux/sound/hda/common/
H A Dcontroller.c767 struct hda_bus *hbus = &chip->bus; in azx_rirb_get_response()
775 if (hbus->no_response_fallback) in azx_rirb_get_response()
811 if (hbus->allow_bus_reset && !hbus->response_reset && !hbus->in_reset) { in azx_rirb_get_response()
812 hbus->response_reset = 1; in azx_rirb_get_response()
823 hbus->response_reset = 0; in azx_rirb_get_response()
765 struct hda_bus *hbus = &chip->bus; azx_rirb_get_response() local
/linux/sound/soc/sof/intel/
H A Dhda.c207 res.hbus = sof_to_bus(sdev); in hda_sdw_probe()
505 struct hda_bus *hbus; in hda_init()
510 hbus = sof_to_hbus(sdev); in hda_init()
523 mutex_init(&hbus->prepare_mutex); in hda_init()
524 hbus->pci = pci; in hda_init()
525 hbus->mixer_assigned = -1; in hda_init()
526 hbus->modelname = hda_model; in hda_init()
491 struct hda_bus *hbus; hda_init() local
H A Dptl.c35 struct hdac_bus *bus = &hdev->hbus.core; in sof_ptl_mic_privacy_work()
/linux/include/linux/soundwire/
H A Dsdw_intel.h357 struct hdac_bus *hbus; member