Searched refs:sublink (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/sound/ |
H A D | hda-mlink.h | 27 void hdac_bus_eml_sync_arm_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink); 28 void hdac_bus_eml_sdw_sync_arm_unlocked(struct hdac_bus *bus, int sublink); 36 int hdac_bus_eml_power_up(struct hdac_bus *bus, bool alt, int elid, int sublink); 37 int hdac_bus_eml_power_up_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink); 39 int hdac_bus_eml_power_down(struct hdac_bus *bus, bool alt, int elid, int sublink); 40 int hdac_bus_eml_power_down_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink); 42 int hdac_bus_eml_sdw_power_up_unlocked(struct hdac_bus *bus, int sublink); 43 int hdac_bus_eml_sdw_power_down_unlocked(struct hdac_bus *bus, int sublink); 45 int hdac_bus_eml_sdw_get_lsdiid_unlocked(struct hdac_bus *bus, int sublink, u16 *lsdiid); 46 int hdac_bus_eml_sdw_set_lsdiid(struct hdac_bus *bus, int sublink, int dev_num); [all …]
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda-mlink.c | 191 static int check_sublink_power(u32 __iomem *lctl, int sublink, bool enabled) in check_sublink_power() argument 193 int mask = BIT(sublink) << AZX_ML_LCTL_CPA_SHIFT; in check_sublink_power() 216 static int hdaml_link_init(u32 __iomem *lctl, int sublink) in hdaml_link_init() argument 219 u32 mask = BIT(sublink) << AZX_ML_LCTL_SPA_SHIFT; in hdaml_link_init() 226 return check_sublink_power(lctl, sublink, true); in hdaml_link_init() 229 static int hdaml_link_shutdown(u32 __iomem *lctl, int sublink) in hdaml_link_shutdown() argument 235 mask = BIT(sublink) << AZX_ML_LCTL_SPA_SHIFT; in hdaml_link_shutdown() 240 return check_sublink_power(lctl, sublink, false); in hdaml_link_shutdown() 305 static void hdaml_link_sync_arm(u32 __iomem *lsync, int sublink) in hdaml_link_sync_arm() argument 310 val |= (AZX_REG_ML_LSYNC_CMDSYNC << sublink); in hdaml_link_sync_arm() [all …]
|
/openbmc/linux/Documentation/sound/hd-audio/ |
H A D | intel-multi-link.rst | 131 +---------------+ for each sublink x 281 … | SLCOUNT=3 |-------------------------for each sublink x -------------------------+
|