Searched refs:aif (Results 1 – 2 of 2) sorted by relevance
867 const struct lochnagar_aif *aif = group->priv; in lochnagar_aif_set_mux() local871 ret = regmap_update_bits(regmap, aif->src_reg, aif->src_mask, op); in lochnagar_aif_set_mux()878 ret = regmap_update_bits(regmap, aif->ctrl_reg, in lochnagar_aif_set_mux()879 aif->ena_mask, aif->ena_mask); in lochnagar_aif_set_mux()990 const struct lochnagar_aif *aif = group->priv; in lochnagar_aif_set_master() local998 val = aif->master_mask; in lochnagar_aif_set_master()1003 ret = regmap_update_bits(regmap, aif->ctrl_reg, aif->master_mask, val); in lochnagar_aif_set_master()
1771 struct aac_aifcmd * aif; in aac_check_health() local1779 aif = (struct aac_aifcmd *)hw_fib->data; in aac_check_health()1780 aif->command = cpu_to_le32(AifCmdEventNotify); in aac_check_health()1781 aif->seqnum = cpu_to_le32(0xFFFFFFFF); in aac_check_health()1782 ((__le32 *)aif->data)[0] = cpu_to_le32(AifEnExpEvent); in aac_check_health()1783 ((__le32 *)aif->data)[1] = cpu_to_le32(AifExeFirmwarePanic); in aac_check_health()1784 ((__le32 *)aif->data)[2] = cpu_to_le32(AifHighPriority); in aac_check_health()1785 ((__le32 *)aif->data)[3] = cpu_to_le32(BlinkLED); in aac_check_health()