Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/soundwire/
Dintel_init.c66 link->shim = res->mmio_base + res->shim_base; in intel_link_dev_register()
218 ctx->shim_base = res->shim_base; in sdw_intel_probe_controller()
308 caps = ioread32(ctx->mmio_base + ctx->shim_base + SDW_SHIM_LCAP); in sdw_intel_startup_controller()
/linux-6.1.9/include/linux/soundwire/
Dsdw_intel.h228 u32 shim_base; member
261 u32 shim_base; member
/linux-6.1.9/sound/soc/sof/intel/
Dhda.c192 res.shim_base = hdev->desc->sdw_shim_base; in hda_sdw_probe()