Searched refs:ip (Results 1 – 6 of 6) sorted by relevance
/sound/soc/sti/ |
D | uniperif.h | 19 #define GET_UNIPERIF_REG(ip, offset, shift, mask) \ argument 20 ((readl_relaxed(ip->base + offset) >> shift) & mask) 21 #define SET_UNIPERIF_REG(ip, offset, shift, mask, value) \ argument 22 writel_relaxed(((readl_relaxed(ip->base + offset) & \ 23 ~(mask << shift)) | (((value) & mask) << shift)), ip->base + offset) 24 #define SET_UNIPERIF_BIT_REG(ip, offset, shift, mask, value) \ argument 25 writel_relaxed((((value) & mask) << shift), ip->base + offset) 31 #define UNIPERIF_SOFT_RST_OFFSET(ip) 0x0000 argument 32 #define GET_UNIPERIF_SOFT_RST(ip) \ argument 33 ((ip)->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0 ? \ [all …]
|
/sound/soc/stm/ |
D | stm32_sai.h | 257 #define STM_SAI_IS_F4(ip) ((ip)->conf.version == STM_SAI_STM32F4) argument 258 #define STM_SAI_HAS_SPDIF_PDM(ip)\ argument 259 ((ip)->pdata->conf.has_spdif_pdm)
|
D | stm32_sai_sub.c | 40 #define STM_SAI_IS_PLAYBACK(ip) ((ip)->dir == SNDRV_PCM_STREAM_PLAYBACK) argument 41 #define STM_SAI_IS_CAPTURE(ip) ((ip)->dir == SNDRV_PCM_STREAM_CAPTURE) argument 54 #define STM_SAI_PROTOCOL_IS_SPDIF(ip) ((ip)->spdif) argument
|
/sound/core/ |
D | control.c | 1516 int __user *ip = argp; in snd_ctl_ioctl() local 1525 return put_user(SNDRV_CTL_VERSION, ip) ? -EFAULT : 0; in snd_ctl_ioctl() 1547 return snd_ctl_subscribe_events(ctl, ip); in snd_ctl_ioctl() 1567 return put_user(card->power_state, ip) ? -EFAULT : 0; in snd_ctl_ioctl() 1569 return put_user(SNDRV_CTL_POWER_D0, ip) ? -EFAULT : 0; in snd_ctl_ioctl()
|
/sound/soc/sh/rcar/ |
D | rsnd.h | 424 #define rsnd_mod_get(ip) (&(ip)->mod) argument
|
/sound/drivers/ |
D | Kconfig | 194 opb_ac97_controller_ref_v1_00_a ip core found in Xilinx's ML403
|