Home
last modified time | relevance | path

Searched refs:fs_active (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/stm/
H A Dstm32_sai_sub.c1040 int fs_active, offset, format; in stm32_sai_set_frame() local
1046 fs_active = sai->fs_length / 2; in stm32_sai_set_frame()
1049 fs_active = 1; in stm32_sai_set_frame()
1052 frcr |= SAI_XFRCR_FSALL_SET((fs_active - 1)); in stm32_sai_set_frame()
1056 sai->fs_length, fs_active); in stm32_sai_set_frame()
/linux/fs/ufs/
H A Dufs_fs.h447 __fs32 fs_active;/* used by snapshots to track fs */
893 __fs32 fs_active; member