Home
last modified time | relevance | path

Searched defs:ofs (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/kernel/linux/linux-6.6/fs/overlayfs/
Doverlayfs.h167 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox) in ovl_xattr()
184 static inline int ovl_do_notify_change(struct ovl_fs *ofs, in ovl_do_notify_change()
191 static inline int ovl_do_rmdir(struct ovl_fs *ofs, in ovl_do_rmdir()
200 static inline int ovl_do_unlink(struct ovl_fs *ofs, struct inode *dir, in ovl_do_unlink()
209 static inline int ovl_do_link(struct ovl_fs *ofs, struct dentry *old_dentry, in ovl_do_link()
219 static inline int ovl_do_create(struct ovl_fs *ofs, in ovl_do_create()
229 static inline int ovl_do_mkdir(struct ovl_fs *ofs, in ovl_do_mkdir()
238 static inline int ovl_do_mknod(struct ovl_fs *ofs, in ovl_do_mknod()
248 static inline int ovl_do_symlink(struct ovl_fs *ofs, in ovl_do_symlink()
274 static inline ssize_t ovl_getxattr_upper(struct ovl_fs *ofs, in ovl_getxattr_upper()
[all …]
Dsuper.c191 struct ovl_fs *ofs = OVL_FS(sb); in ovl_put_super() local
200 struct ovl_fs *ofs = OVL_FS(sb); in ovl_sync_fs() local
249 struct ovl_fs *ofs = OVL_FS(sb); in ovl_statfs() local
281 static struct dentry *ovl_workdir_create(struct ovl_fs *ofs, in ovl_workdir_create()
371 static int ovl_check_namelen(const struct path *path, struct ovl_fs *ofs, in ovl_check_namelen()
386 struct ovl_fs *ofs, int *stack_depth) in ovl_lower_dir()
526 static int ovl_report_in_use(struct ovl_fs *ofs, const char *name) in ovl_report_in_use()
539 static int ovl_get_upper(struct super_block *sb, struct ovl_fs *ofs, in ovl_get_upper()
604 static int ovl_check_rename_whiteout(struct ovl_fs *ofs) in ovl_check_rename_whiteout()
661 static struct dentry *ovl_lookup_or_create(struct ovl_fs *ofs, in ovl_lookup_or_create()
[all …]
Dnamei.c38 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_check_redirect() local
115 static struct ovl_fh *ovl_get_fh(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_get_fh()
160 struct dentry *ovl_decode_real_fh(struct ovl_fs *ofs, struct ovl_fh *fh, in ovl_decode_real_fh()
204 static bool ovl_is_opaquedir(struct ovl_fs *ofs, const struct path *path) in ovl_is_opaquedir()
395 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_lookup_data_layers() local
415 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, in ovl_check_origin_fh()
466 static int ovl_check_origin(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_check_origin()
491 static int ovl_verify_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_fh()
518 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_set_fh()
552 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index, in ovl_index_upper()
[all …]
Dcopy_up.c47 static int ovl_copy_acl(struct ovl_fs *ofs, const struct path *path, in ovl_copy_acl()
233 static int ovl_copy_up_file(struct ovl_fs *ofs, struct dentry *dentry, in ovl_copy_up_file()
324 static int ovl_set_size(struct ovl_fs *ofs, in ovl_set_size()
335 static int ovl_set_timestamps(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_set_timestamps()
348 int ovl_set_attr(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_set_attr()
374 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct inode *realinode, in ovl_encode_real_fh()
429 int ovl_set_origin(struct ovl_fs *ofs, struct dentry *lower, in ovl_set_origin()
458 static int ovl_set_upper_fh(struct ovl_fs *ofs, struct dentry *upper, in ovl_set_upper_fh()
482 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_index() local
555 struct ovl_fs *ofs = OVL_FS(c->dentry->d_sb); in ovl_link_up() local
[all …]
Ddir.c26 int ovl_cleanup(struct ovl_fs *ofs, struct inode *wdir, struct dentry *wdentry) in ovl_cleanup()
45 struct dentry *ovl_lookup_temp(struct ovl_fs *ofs, struct dentry *workdir) in ovl_lookup_temp()
65 static struct dentry *ovl_whiteout(struct ovl_fs *ofs) in ovl_whiteout()
109 int ovl_cleanup_and_whiteout(struct ovl_fs *ofs, struct inode *dir, in ovl_cleanup_and_whiteout()
140 int ovl_mkdir_real(struct ovl_fs *ofs, struct inode *dir, in ovl_mkdir_real()
171 struct dentry *ovl_create_real(struct ovl_fs *ofs, struct inode *dir, in ovl_create_real()
227 struct dentry *ovl_create_temp(struct ovl_fs *ofs, struct dentry *workdir, in ovl_create_temp()
237 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_set_opaque_xerr() local
324 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_create_upper() local
361 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_clear_empty() local
[all …]
Dutil.c22 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_want_write() local
28 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_drop_write() local
34 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_workdir() local
40 struct ovl_fs *ofs = OVL_FS(sb); in ovl_override_creds() local
66 struct ovl_fs *ofs = OVL_FS(sb); in ovl_indexdir() local
74 struct ovl_fs *ofs = OVL_FS(sb); in ovl_index_all() local
82 struct ovl_fs *ofs = OVL_FS(sb); in ovl_verify_lower() local
210 struct ovl_fs *ofs = OVL_FS(dentry->d_sb); in ovl_path_upper() local
671 bool ovl_path_check_origin_xattr(struct ovl_fs *ofs, const struct path *path) in ovl_path_check_origin_xattr()
688 bool ovl_init_uuid_xattr(struct super_block *sb, struct ovl_fs *ofs, in ovl_init_uuid_xattr()
[all …]
/kernel/linux/linux-5.10/drivers/tty/serial/
Dstm32-usart.c104 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_config_rs485() local
173 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_pending_rx() local
197 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_get_char() local
217 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_receive_chars() local
288 const struct stm32_usart_offsets *ofs = &stm32port->info->ofs; in stm32_usart_tx_dma_complete() local
304 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_tx_interrupt_enable() local
319 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_tx_interrupt_disable() local
330 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_transmit_chars_pio() local
357 const struct stm32_usart_offsets *ofs = &stm32port->info->ofs; in stm32_usart_transmit_chars_dma() local
423 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_transmit_chars() local
[all …]
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
Datmel.c19 static int at25fs_nor_lock(struct spi_nor *nor, loff_t ofs, uint64_t len) in at25fs_nor_lock()
24 static int at25fs_nor_unlock(struct spi_nor *nor, loff_t ofs, uint64_t len) in at25fs_nor_unlock()
40 static int at25fs_nor_is_locked(struct spi_nor *nor, loff_t ofs, uint64_t len) in at25fs_nor_is_locked()
71 static int atmel_nor_set_global_protection(struct spi_nor *nor, loff_t ofs, in atmel_nor_set_global_protection()
121 static int atmel_nor_global_protect(struct spi_nor *nor, loff_t ofs, in atmel_nor_global_protect()
127 static int atmel_nor_global_unprotect(struct spi_nor *nor, loff_t ofs, in atmel_nor_global_unprotect()
133 static int atmel_nor_is_global_protected(struct spi_nor *nor, loff_t ofs, in atmel_nor_is_global_protected()
Dswp.c50 static void spi_nor_get_locked_range_sr(struct spi_nor *nor, u8 sr, loff_t *ofs, in spi_nor_get_locked_range_sr()
87 static bool spi_nor_check_lock_status_sr(struct spi_nor *nor, loff_t ofs, in spi_nor_check_lock_status_sr()
109 static bool spi_nor_is_locked_sr(struct spi_nor *nor, loff_t ofs, uint64_t len, in spi_nor_is_locked_sr()
115 static bool spi_nor_is_unlocked_sr(struct spi_nor *nor, loff_t ofs, in spi_nor_is_unlocked_sr()
154 static int spi_nor_sr_lock(struct spi_nor *nor, loff_t ofs, uint64_t len) in spi_nor_sr_lock()
244 static int spi_nor_sr_unlock(struct spi_nor *nor, loff_t ofs, uint64_t len) in spi_nor_sr_unlock()
329 static int spi_nor_sr_is_locked(struct spi_nor *nor, loff_t ofs, uint64_t len) in spi_nor_sr_is_locked()
351 static int spi_nor_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in spi_nor_lock()
366 static int spi_nor_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in spi_nor_unlock()
381 static int spi_nor_is_locked(struct mtd_info *mtd, loff_t ofs, uint64_t len) in spi_nor_is_locked()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
Diwl-io.h42 static inline void iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph()
65 static inline u32 iwl_umac_prph(struct iwl_trans *trans, u32 ofs) in iwl_umac_prph()
70 static inline u32 iwl_read_umac_prph_no_grab(struct iwl_trans *trans, u32 ofs) in iwl_read_umac_prph_no_grab()
76 static inline u32 iwl_read_umac_prph(struct iwl_trans *trans, u32 ofs) in iwl_read_umac_prph()
81 static inline void iwl_write_umac_prph_no_grab(struct iwl_trans *trans, u32 ofs, in iwl_write_umac_prph_no_grab()
88 static inline void iwl_write_umac_prph(struct iwl_trans *trans, u32 ofs, in iwl_write_umac_prph()
Diwl-io.c17 void iwl_write8(struct iwl_trans *trans, u32 ofs, u8 val) in iwl_write8()
24 void iwl_write32(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write32()
31 void iwl_write64(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write64()
39 u32 iwl_read32(struct iwl_trans *trans, u32 ofs) in iwl_read32()
114 u32 iwl_read_prph_no_grab(struct iwl_trans *trans, u32 ofs) in iwl_read_prph_no_grab()
122 void iwl_write_prph_no_grab(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph_no_grab()
129 void iwl_write_prph64_no_grab(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write_prph64_no_grab()
137 u32 iwl_read_prph(struct iwl_trans *trans, u32 ofs) in iwl_read_prph()
152 void iwl_write_prph_delay(struct iwl_trans *trans, u32 ofs, u32 val, u32 delay_ms) in iwl_write_prph_delay()
177 void iwl_set_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask) in iwl_set_bits_prph()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
Diwl-io.c73 void iwl_write8(struct iwl_trans *trans, u32 ofs, u8 val) in iwl_write8()
80 void iwl_write32(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write32()
87 void iwl_write64(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write64()
95 u32 iwl_read32(struct iwl_trans *trans, u32 ofs) in iwl_read32()
173 u32 iwl_read_prph_no_grab(struct iwl_trans *trans, u32 ofs) in iwl_read_prph_no_grab()
181 void iwl_write_prph_no_grab(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph_no_grab()
188 void iwl_write_prph64_no_grab(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write_prph64_no_grab()
196 u32 iwl_read_prph(struct iwl_trans *trans, u32 ofs) in iwl_read_prph()
209 void iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph()
235 void iwl_set_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask) in iwl_set_bits_prph()
[all …]
Diwl-io.h113 static inline u32 iwl_umac_prph(struct iwl_trans *trans, u32 ofs) in iwl_umac_prph()
118 static inline u32 iwl_read_umac_prph_no_grab(struct iwl_trans *trans, u32 ofs) in iwl_read_umac_prph_no_grab()
124 static inline u32 iwl_read_umac_prph(struct iwl_trans *trans, u32 ofs) in iwl_read_umac_prph()
129 static inline void iwl_write_umac_prph_no_grab(struct iwl_trans *trans, u32 ofs, in iwl_write_umac_prph_no_grab()
136 static inline void iwl_write_umac_prph(struct iwl_trans *trans, u32 ofs, in iwl_write_umac_prph()
/kernel/linux/linux-5.10/sound/soc/fsl/
Dfsl_sai.c61 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_isr() local
172 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_set_dai_sysclk_tr() local
226 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_set_dai_fmt_tr() local
351 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_set_bclk() local
439 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_hw_params() local
534 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_hw_free() local
550 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_config_disable() local
585 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_trigger() local
705 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_dai_probe() local
807 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_readable_reg() local
[all …]
Dfsl_sai.h19 #define FSL_SAI_TCSR(ofs) (0x00 + ofs) /* SAI Transmit Control */ argument
20 #define FSL_SAI_TCR1(ofs) (0x04 + ofs) /* SAI Transmit Configuration 1 */ argument
21 #define FSL_SAI_TCR2(ofs) (0x08 + ofs) /* SAI Transmit Configuration 2 */ argument
22 #define FSL_SAI_TCR3(ofs) (0x0c + ofs) /* SAI Transmit Configuration 3 */ argument
23 #define FSL_SAI_TCR4(ofs) (0x10 + ofs) /* SAI Transmit Configuration 4 */ argument
24 #define FSL_SAI_TCR5(ofs) (0x14 + ofs) /* SAI Transmit Configuration 5 */ argument
46 #define FSL_SAI_RCSR(ofs) (0x80 + ofs) /* SAI Receive Control */ argument
47 #define FSL_SAI_RCR1(ofs) (0x84 + ofs)/* SAI Receive Configuration 1 */ argument
48 #define FSL_SAI_RCR2(ofs) (0x88 + ofs) /* SAI Receive Configuration 2 */ argument
49 #define FSL_SAI_RCR3(ofs) (0x8c + ofs) /* SAI Receive Configuration 3 */ argument
[all …]
/kernel/linux/linux-6.6/drivers/tty/serial/
Dstm32-usart.c137 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_tx_empty() local
222 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_config_rs485() local
347 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_pending_rx_pio() local
367 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_get_char_pio() local
380 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_receive_chars_pio() local
493 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_receive_chars() local
652 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_tx_interrupt_enable() local
667 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_tc_interrupt_enable() local
675 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_tx_interrupt_disable() local
686 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_tc_interrupt_disable() local
[all …]
/kernel/linux/linux-5.10/fs/overlayfs/
Dsuper.c220 static void ovl_free_fs(struct ovl_fs *ofs) in ovl_free_fs()
260 struct ovl_fs *ofs = sb->s_fs_info; in ovl_put_super() local
268 struct ovl_fs *ofs = sb->s_fs_info; in ovl_sync_fs() local
316 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_statfs() local
333 static bool ovl_force_readonly(struct ovl_fs *ofs) in ovl_force_readonly()
363 struct ovl_fs *ofs = sb->s_fs_info; in ovl_show_options() local
391 struct ovl_fs *ofs = sb->s_fs_info; in ovl_remount() local
714 static struct dentry *ovl_workdir_create(struct ovl_fs *ofs, in ovl_workdir_create()
867 static int ovl_check_namelen(struct path *path, struct ovl_fs *ofs, in ovl_check_namelen()
882 struct ovl_fs *ofs, int *stack_depth) in ovl_lower_dir()
[all …]
Dnamei.c33 struct ovl_fs *ofs = OVL_FS(d->sb); in ovl_check_redirect() local
108 static struct ovl_fh *ovl_get_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_get_fh()
342 int ovl_check_origin_fh(struct ovl_fs *ofs, struct ovl_fh *fh, bool connected, in ovl_check_origin_fh()
393 static int ovl_check_origin(struct ovl_fs *ofs, struct dentry *upperdentry, in ovl_check_origin()
418 static int ovl_verify_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_fh()
445 int ovl_verify_set_fh(struct ovl_fs *ofs, struct dentry *dentry, in ovl_verify_set_fh()
479 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index) in ovl_index_upper()
512 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index) in ovl_verify_index()
659 struct dentry *ovl_get_index_fh(struct ovl_fs *ofs, struct ovl_fh *fh) in ovl_get_index_fh()
688 struct dentry *ovl_lookup_index(struct ovl_fs *ofs, struct dentry *upper, in ovl_lookup_index()
[all …]
Dutil.c20 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_want_write() local
26 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_drop_write() local
32 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_workdir() local
38 struct ovl_fs *ofs = sb->s_fs_info; in ovl_override_creds() local
61 struct ovl_fs *ofs = sb->s_fs_info; in ovl_indexdir() local
69 struct ovl_fs *ofs = sb->s_fs_info; in ovl_index_all() local
77 struct ovl_fs *ofs = sb->s_fs_info; in ovl_verify_lower() local
167 struct ovl_fs *ofs = dentry->d_sb->s_fs_info; in ovl_path_upper() local
403 struct ovl_fs *ofs = sb->s_fs_info; in ovl_redirect_dir() local
565 bool ovl_check_origin_xattr(struct ovl_fs *ofs, struct dentry *dentry) in ovl_check_origin_xattr()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
Dregs.h9 #define MT_MCU_WFDMA1(ofs) (MT_MCU_WFDMA1_BASE + (ofs)) argument
18 #define MT_PLE(ofs) (MT_PLE_BASE + (ofs)) argument
30 #define MT_MDP(ofs) (MT_MDP_BASE + (ofs)) argument
52 #define MT_WF_TMAC(_band, ofs) (MT_WF_TMAC_BASE(_band) + (ofs)) argument
72 #define MT_WF_DMA(ofs) (MT_WF_DMA_BASE + (ofs)) argument
80 #define MT_WF_ETBF(_band, ofs) (MT_WF_ETBF_BASE(_band) + (ofs)) argument
98 #define MT_WF_LPON(_band, ofs) (MT_WF_LPON_BASE(_band) + (ofs)) argument
109 #define MT_WF_MIB(_band, ofs) (MT_WF_MIB_BASE(_band) + (ofs)) argument
149 #define MT_WTBLON_TOP(ofs) (MT_WTBLON_TOP_BASE + (ofs)) argument
167 #define MT_WF_AGG(_band, ofs) (MT_WF_AGG_BASE(_band) + (ofs)) argument
[all …]
/kernel/linux/linux-6.6/sound/soc/fsl/
Dfsl_sai.c90 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_isr() local
192 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_set_dai_sysclk_tr() local
277 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_set_dai_fmt_tr() local
407 unsigned int reg, ofs = sai->soc_data->reg_offset; in fsl_sai_set_bclk() local
518 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_hw_params() local
719 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_hw_free() local
738 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_config_disable() local
780 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_trigger() local
889 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_dai_probe() local
1019 unsigned int ofs = sai->soc_data->reg_offset; in fsl_sai_readable_reg() local
[all …]
Dfsl_sai.h23 #define FSL_SAI_TCSR(ofs) (0x00 + ofs) /* SAI Transmit Control */ argument
24 #define FSL_SAI_TCR1(ofs) (0x04 + ofs) /* SAI Transmit Configuration 1 */ argument
25 #define FSL_SAI_TCR2(ofs) (0x08 + ofs) /* SAI Transmit Configuration 2 */ argument
26 #define FSL_SAI_TCR3(ofs) (0x0c + ofs) /* SAI Transmit Configuration 3 */ argument
27 #define FSL_SAI_TCR4(ofs) (0x10 + ofs) /* SAI Transmit Configuration 4 */ argument
28 #define FSL_SAI_TCR5(ofs) (0x14 + ofs) /* SAI Transmit Configuration 5 */ argument
50 #define FSL_SAI_RCSR(ofs) (0x80 + ofs) /* SAI Receive Control */ argument
51 #define FSL_SAI_RCR1(ofs) (0x84 + ofs)/* SAI Receive Configuration 1 */ argument
52 #define FSL_SAI_RCR2(ofs) (0x88 + ofs) /* SAI Receive Configuration 2 */ argument
53 #define FSL_SAI_RCR3(ofs) (0x8c + ofs) /* SAI Receive Configuration 3 */ argument
[all …]
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/
Dcore_feature_fpu.h103 #define __RV_FLW(freg, addr, ofs) \ argument
124 #define __RV_FSW(freg, addr, ofs) \ argument
147 #define __RV_FLD(freg, addr, ofs) \ argument
170 #define __RV_FSD(freg, addr, ofs) \ argument
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
Datmel.c17 static int atmel_at25fs_lock(struct spi_nor *nor, loff_t ofs, uint64_t len) in atmel_at25fs_lock()
22 static int atmel_at25fs_unlock(struct spi_nor *nor, loff_t ofs, uint64_t len) in atmel_at25fs_unlock()
38 static int atmel_at25fs_is_locked(struct spi_nor *nor, loff_t ofs, uint64_t len) in atmel_at25fs_is_locked()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
Dmt792x_regs.h9 #define MT_MCU_WFDMA1(ofs) (MT_MCU_WFDMA1_BASE + (ofs)) argument
18 #define MT_PLE(ofs) (MT_PLE_BASE + (ofs)) argument
30 #define MT_WF_TMAC(_band, ofs) (MT_WF_TMAC_BASE(_band) + (ofs)) argument
55 #define MT_WF_DMA(_band, ofs) (MT_WF_DMA_BASE(_band) + (ofs)) argument
63 #define MT_WTBLOFF_TOP(_band, ofs) (MT_WTBLOFF_TOP_BASE(_band) + (ofs)) argument
71 #define MT_WF_LPON(_band, ofs) (MT_WF_LPON_BASE(_band) + (ofs)) argument
82 #define MT_WF_ETBF(_band, ofs) (MT_WF_ETBF_BASE(_band) + (ofs)) argument
96 #define MT_WF_MIB(_band, ofs) (MT_WF_MIB_BASE(_band) + (ofs)) argument
158 #define MT_WTBLON_TOP(ofs) (MT_WTBLON_TOP_BASE + (ofs)) argument
178 #define MT_WF_AGG(_band, ofs) (MT_WF_AGG_BASE(_band) + (ofs)) argument
[all …]

12345678910>>...19