Home
last modified time | relevance | path

Searched defs:offs (Results 1 – 200 of 245) sorted by relevance

12

/linux-4.1.27/drivers/scsi/aic94xx/
Daic94xx_reg.c36 unsigned long offs, u8 val) in asd_write_byte()
47 unsigned long offs, u16 val) in asd_write_word()
58 unsigned long offs, u32 val) in asd_write_dword()
70 static u8 asd_read_byte(struct asd_ha_struct *asd_ha, unsigned long offs) in asd_read_byte()
83 unsigned long offs) in asd_read_word()
96 unsigned long offs) in asd_read_dword()
303 u32 offs, int count) in asd_read_reg_string()
322 u32 offs, int count) in asd_write_reg_string()
Daic94xx_reg.h119 u16 offs) in asd_ddbsite_read_byte()
145 u16 offs, u8 val) in asd_ddbsite_write_byte()
172 u16 offs) in asd_scbsite_read_byte()
198 u16 offs, u8 val) in asd_scbsite_write_byte()
225 u16 ddb_site_no, u16 offs, in asd_ddbsite_update_word()
246 u16 ddb_site_no, u16 offs, in asd_ddbsite_update_byte()
Daic94xx_sds.c40 u8 offs[3]; member
135 u32 offs, int size) in asd_read_ocm_seg()
148 struct asd_ocm_dir *dir, u32 offs) in asd_read_ocm_dir()
180 u32 offs, int size) in asd_write_ocm_seg()
195 u32 *offs, u32 *size) in asd_find_dir_entry()
220 u32 offs, size; in asd_get_bios_chim() local
393 __le32 offs; member
595 void *buffer, u32 offs, int size) in asd_read_flash_seg()
663 u32 *offs, u32 *size) in asd_find_flash_de()
873 u32 offs, size; in asd_process_ms() local
[all …]
Daic94xx_dump.c48 u32 offs; member
/linux-4.1.27/drivers/net/ethernet/altera/
Daltera_utils.c20 void tse_set_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_set_bit()
27 void tse_clear_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_clear_bit()
34 int tse_bit_is_set(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_bit_is_set()
40 int tse_bit_is_clear(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_bit_is_clear()
Daltera_sgdma.c423 uintptr_t offs = (uintptr_t)desc - (uintptr_t)priv->tx_dma_desc; in sgdma_txphysaddr() local
432 uintptr_t offs = (uintptr_t)desc - (uintptr_t)priv->rx_dma_desc; in sgdma_rxphysaddr() local
Daltera_tse.h493 u32 csrrd32(void __iomem *mac, size_t offs) in csrrd32()
500 u16 csrrd16(void __iomem *mac, size_t offs) in csrrd16()
507 u8 csrrd8(void __iomem *mac, size_t offs) in csrrd8()
514 void csrwr32(u32 val, void __iomem *mac, size_t offs) in csrwr32()
522 void csrwr16(u16 val, void __iomem *mac, size_t offs) in csrwr16()
530 void csrwr8(u8 val, void __iomem *mac, size_t offs) in csrwr8()
/linux-4.1.27/fs/ubifs/
Dscan.c70 int offs, int quiet) in ubifs_scan_a_node()
138 int offs, void *sbuf) in ubifs_start_scan()
176 int lnum, int offs) in ubifs_end_scan()
195 void *buf, int offs) in ubifs_add_snod()
238 void ubifs_scanned_corruption(const struct ubifs_info *c, int lnum, int offs, in ubifs_scanned_corruption()
268 int offs, void *sbuf, int quiet) in ubifs_scan()
Dlpt_commit.c195 int lnum, offs, len, alen, done_lsave, done_ltab, err; in layout_cnodes() local
373 int lnum, offs, len, from, err, wlen, alen, done_ltab, done_lsave; in write_cnodes() local
904 int offs) in make_nnode_dirty()
953 int offs) in make_pnode_dirty()
982 static int make_ltab_dirty(struct ubifs_info *c, int lnum, int offs) in make_ltab_dirty()
1007 static int make_lsave_dirty(struct ubifs_info *c, int lnum, int offs) in make_lsave_dirty()
1035 int lnum, int offs) in make_node_dirty()
1078 int offs, pad_len; in get_pad_len() local
1150 int err, len = c->leb_size, node_type, node_num, node_len, offs; in lpt_gc_lnum() local
1515 static int dbg_is_nnode_dirty(struct ubifs_info *c, int lnum, int offs) in dbg_is_nnode_dirty()
[all …]
Drecovery.c113 int err, offs, len; in get_master_node() local
413 static int is_last_write(const struct ubifs_info *c, void *buf, int offs) in is_last_write()
441 int *offs, int *len) in clean_buf()
471 int lnum, int offs) in no_more_nodes()
574 static void drop_last_group(struct ubifs_scan_leb *sleb, int *offs) in drop_last_group()
603 static void drop_last_node(struct ubifs_scan_leb *sleb, int *offs) in drop_last_node()
635 int offs, void *sbuf, int jhead) in ubifs_recover_leb()
811 static int get_cs_sqnum(struct ubifs_info *c, int lnum, int offs, in get_cs_sqnum()
869 int offs, void *sbuf) in ubifs_recover_log_leb()
924 static int recover_head(struct ubifs_info *c, int lnum, int offs, void *sbuf) in recover_head()
[all …]
Dio.c99 int ubifs_leb_read(const struct ubifs_info *c, int lnum, void *buf, int offs, in ubifs_leb_read()
117 int ubifs_leb_write(struct ubifs_info *c, int lnum, const void *buf, int offs, in ubifs_leb_write()
238 int offs, int quiet, int must_chk_crc) in ubifs_check_node()
568 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs) in ubifs_wbuf_seek_nolock()
859 int offs) in ubifs_write_node()
898 int lnum, int offs) in ubifs_read_node_wbuf()
975 int lnum, int offs) in ubifs_read_node()
Dreplay.c57 int offs; member
356 static int insert_node(struct ubifs_info *c, int lnum, int offs, int len, in insert_node()
404 static int insert_dent(struct ubifs_info *c, int lnum, int offs, int len, in insert_dent()
544 int err = 0, used = 0, lnum = b->bud->lnum, offs = b->bud->start; in replay_bud() local
745 static int add_replay_bud(struct ubifs_info *c, int lnum, int offs, int jhead, in add_replay_bud()
790 unsigned int offs = le32_to_cpu(ref->offs); in validate_ref() local
826 static int replay_log_leb(struct ubifs_info *c, int lnum, int offs, void *sbuf) in replay_log_leb()
Dmaster.c40 int lnum, offs = 0, nodes_cnt; in scan_for_master() local
361 int err, lnum, offs, len; in ubifs_write_master() local
Djournal.c117 int err = 0, err1, retries = 0, avail, lnum, offs, squeeze; in reserve_space() local
256 int *lnum, int *offs) in write_node()
287 int *lnum, int *offs, int sync) in write_head()
700 int err, lnum, offs, compr_type, out_len; in ubifs_jnl_write_data() local
786 int err, lnum, offs; in ubifs_jnl_write_inode() local
932 int err, dlen1, dlen2, ilen, lnum, offs, len; in ubifs_jnl_rename() local
1152 int err, dlen, len, lnum, offs, bit, sz, sync = IS_SYNC(inode); in ubifs_jnl_truncate() local
1402 int err, len1, len2, aligned_len, aligned_len1, lnum, offs; in ubifs_jnl_change_xattr() local
Dtnc.c77 static int insert_old_idx(struct ubifs_info *c, int lnum, int offs) in insert_old_idx()
440 int len, int lnum, int offs) in try_read_node()
998 static int matches_position(struct ubifs_zbranch *zbr, int lnum, int offs) in matches_position()
1026 int lnum, int offs) in resolve_collision_directly()
1431 void *node, int *lnum, int *offs) in ubifs_tnc_locate()
1637 int offs) in read_wbuf()
1737 int lnum = bu->zbranch[0].lnum, offs = bu->zbranch[0].offs, len, err, i; in ubifs_tnc_bulk_read() local
2151 int offs, int len) in ubifs_tnc_add()
2200 int old_lnum, int old_offs, int lnum, int offs, int len) in ubifs_tnc_replace()
2283 int lnum, int offs, int len, const struct qstr *nm) in ubifs_tnc_add_nm()
[all …]
Dlog.c176 int ubifs_add_bud_to_log(struct ubifs_info *c, int jhead, int lnum, int offs) in ubifs_add_bud_to_log()
390 int offs = c->jheads[i].wbuf.offs; in ubifs_log_start_commit() local
602 static int add_node(struct ubifs_info *c, void *buf, int *lnum, int *offs, in add_node()
638 int lnum, err, first = 1, write_lnum, offs = 0; in ubifs_consolidate_log() local
Dtnc_commit.c38 struct ubifs_znode *znode, int lnum, int offs, int len) in make_idx_node()
168 static int find_old_idx(struct ubifs_info *c, int lnum, int offs) in find_old_idx()
204 int level, int lnum, int offs) in is_idx_node_in_use()
416 int lnum, offs, len, next_len, buf_len, buf_offs, used, avail; in layout_in_empty_space() local
810 int i, lnum, offs, len, next_len, buf_len, buf_offs, used; in write_index() local
Dcommit.c529 int lnum, offs, len, err = 0; in dbg_old_index_check_init() local
567 int lnum, offs, len, err = 0, uninitialized_var(last_level), child_cnt; in dbg_check_old_index() local
Dtnc_misc.c273 static int read_znode(struct ubifs_info *c, int lnum, int offs, int len, in read_znode()
Dlpt.c1114 int offs = nnode->nbranch[i].offs; in validate_nnode() local
1198 int err, lnum, offs; in ubifs_read_nnode() local
1266 int err, lnum, offs; in read_pnode() local
Dubifs.h285 int offs; member
311 int offs; member
593 int offs; member
693 int offs; member
755 int offs; member
787 int offs; member
Dfind.c493 int ubifs_find_free_space(struct ubifs_info *c, int min_space, int *offs, in ubifs_find_free_space()
Dubifs-media.h729 __le32 offs; member
743 __le32 offs; member
Ddebug.c797 const struct ubifs_scan_leb *sleb, int offs) in ubifs_dump_sleb()
2572 int offs, int len) in dbg_leb_write()
Dfile.c613 int i = 0, nn = *n, offs = bu->zbranch[0].offs, hole = 0, read = 0; in populate_page() local
/linux-4.1.27/drivers/mtd/tests/
Dstresstest.c70 unsigned int offs; in rand_offs() local
77 static int rand_len(int offs) in rand_len()
89 int offs = rand_offs(); in do_read() local
105 int eb = rand_eb(), offs, err, len; in do_write() local
/linux-4.1.27/drivers/mtd/nand/
Dnand_bbt.c175 struct nand_bbt_descr *td, int offs) in read_bbt()
273 int offs = 0; in read_abs_bbt() local
293 static int scan_read_data(struct mtd_info *mtd, uint8_t *buf, loff_t offs, in scan_read_data()
317 static int scan_read_oob(struct mtd_info *mtd, uint8_t *buf, loff_t offs, in scan_read_oob()
347 static int scan_read(struct mtd_info *mtd, uint8_t *buf, loff_t offs, in scan_read()
357 static int scan_write_bbt(struct mtd_info *mtd, loff_t offs, size_t len, in scan_write_bbt()
417 loff_t offs, uint8_t *buf, int numpages) in scan_block_fast()
563 loff_t offs = (loff_t)actblock << this->bbt_erase_shift; in search_bbt() local
627 int bits, startblock, dir, page, offs, numblocks, sft, sftmsk; in write_bbt() local
1146 static int nand_update_bbt(struct mtd_info *mtd, loff_t offs) in nand_update_bbt()
[all …]
Dorion_nand.c30 u32 offs; in orion_nand_cmd_ctrl() local
Dsunxi_nand.c422 int offs = 0; in sunxi_nfc_read_buf() local
455 int offs = 0; in sunxi_nfc_write_buf() local
Ddiskonchip.c1009 unsigned offs; in find_media_headers() local
1058 int offs, numheaders; in nftl_partscan() local
/linux-4.1.27/drivers/gpio/
Dgpio-syscon.c70 unsigned int val, offs; in syscon_gpio_get() local
86 unsigned int offs; in syscon_gpio_set() local
101 unsigned int offs; in syscon_gpio_dir_in() local
119 unsigned int offs; in syscon_gpio_dir_out() local
148 unsigned int offs; in keystone_gpio_set() local
Dgpio-tb10x.c63 static inline u32 tb10x_reg_read(struct tb10x_gpio *gpio, unsigned int offs) in tb10x_reg_read()
68 static inline void tb10x_reg_write(struct tb10x_gpio *gpio, unsigned int offs, in tb10x_reg_write()
74 static inline void tb10x_set_bits(struct tb10x_gpio *gpio, unsigned int offs, in tb10x_set_bits()
Dgpio-rcar.c60 static inline u32 gpio_rcar_read(struct gpio_rcar_priv *p, int offs) in gpio_rcar_read()
65 static inline void gpio_rcar_write(struct gpio_rcar_priv *p, int offs, in gpio_rcar_write()
71 static void gpio_rcar_modify_bit(struct gpio_rcar_priv *p, int offs, in gpio_rcar_modify_bit()
Dgpio-em.c71 static inline unsigned long em_gio_read(struct em_gio_priv *p, int offs) in em_gio_read()
79 static inline void em_gio_write(struct em_gio_priv *p, int offs, in em_gio_write()
Dgpio-dwapb.c118 static void dwapb_toggle_trigger(struct dwapb_gpio *gpio, unsigned int offs) in dwapb_toggle_trigger()
394 unsigned int offs) in dwapb_gpio_add_port()
/linux-4.1.27/drivers/usb/dwc3/
Dio.h29 u32 offs = offset - DWC3_GLOBALS_REGS_START; in dwc3_readl() local
52 u32 offs = offset - DWC3_GLOBALS_REGS_START; in dwc3_writel() local
/linux-4.1.27/arch/powerpc/kernel/
Dkvm_emul.S30 #define LL64(reg, offs, reg2) ld reg, (offs)(reg2) argument
31 #define STL64(reg, offs, reg2) std reg, (offs)(reg2) argument
33 #define LL64(reg, offs, reg2) lwz reg, (offs + 4)(reg2) argument
34 #define STL64(reg, offs, reg2) stw reg, (offs + 4)(reg2) argument
Drtas-proc.c431 int llen, offs; in ppc_rtas_sensors_show() local
/linux-4.1.27/arch/sparc/kernel/
Dpmc.c36 #define pmc_readb(offs) (sbus_readb(regs+offs)) argument
37 #define pmc_writeb(val, offs) (sbus_writeb(val, regs+offs)) argument
Dapc.c37 #define apc_readb(offs) (sbus_readb(regs+offs)) argument
38 #define apc_writeb(val, offs) (sbus_writeb(val, regs+offs)) argument
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_init.c760 u32 offs = le32_to_cpu(directory->findex) + in qlcnic_get_table_desc() local
800 u32 offs, tab_size, data_size, idx; in qlcnic_validate_bootld() local
836 u32 offs, tab_size, data_size, idx; in qlcnic_validate_fw() local
888 u32 flags, file_chiprev, offs; in qlcnic_validate_product_offs() local
950 u32 offs, idx; in qlcnic_get_data_desc() local
970 u32 offs = QLCNIC_BOOTLD_START; in qlcnic_get_bootld_offs() local
985 u32 offs = QLCNIC_IMAGE_START; in qlcnic_get_fw_offs() local
/linux-4.1.27/drivers/pinctrl/samsung/
Dpinctrl-exynos.h62 #define EXYNOS_PIN_BANK_EINTG(pins, reg, id, offs) \ argument
72 #define EXYNOS_PIN_BANK_EINTW(pins, reg, id, offs) \ argument
Dpinctrl-samsung.c1108 const u8 *offs = bank->type->reg_offset; in samsung_pinctrl_suspend_dev() local
1157 const u8 *offs = bank->type->reg_offset; in samsung_pinctrl_resume_dev() local
/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-i2c-core.c406 u16 tcnt,bcnt,offs; in pvr2_i2c_xfer() local
454 u16 tcnt,bcnt,wcnt,offs; in pvr2_i2c_xfer() local
491 unsigned int idx,offs,cnt; in pvr2_i2c_xfer() local
Dpvrusb2-encoder.c41 unsigned int offs, in pvr2_encoder_write_words()
87 unsigned int offs, in pvr2_encoder_read_words()
Dpvrusb2-eeprom.c52 unsigned int offs; in pvr2_eeprom_fetch() local
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/asm/
Diop_version_defs_asm.h42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_sap_in_defs_asm.h42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_sap_out_defs_asm.h42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_sw_spu_defs_asm.h42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/iop/asm/
Diop_version_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_scrc_in_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_scrc_out_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_crc_par_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_fifo_out_extra_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_fifo_in_extra_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_trigger_grp_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_mpu_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_sap_in_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_fifo_in_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_timer_grp_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_fifo_out_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_dmc_in_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_dmc_out_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_sap_out_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_spu_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Diop_sw_spu_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
/linux-4.1.27/arch/x86/boot/compressed/
Dmkpiggy.c38 unsigned long offs; in main() local
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/asm/
Dirq_nmi_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dstrcop_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dcris_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dstrmux_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dconfig_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Drt_trace_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dtimer_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dmmu_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Data_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dgio_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dbif_slave_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dmarb_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
352 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
359 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Ddma_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dbif_core_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dintr_vect_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dser_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dbif_dma_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dsser_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Deth_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
/linux-4.1.27/include/linux/mfd/
Dsmsc.h27 #define SMSC_BANK(offs) ((offs) >> 3) argument
28 #define SMSC_BIT(offs) (1u << ((offs) & 0x7)) argument
/linux-4.1.27/drivers/memory/
Dtegra20-mc.c55 static inline u32 mc_readl(struct tegra20_mc *mc, u32 offs) in mc_readl()
67 static inline void mc_writel(struct tegra20_mc *mc, u32 val, u32 offs) in mc_writel()
/linux-4.1.27/drivers/scsi/mvsas/
Dmv_64xx.c214 u32 offs; in mvs_64xx_phy_disable() local
236 u32 offs; in mvs_64xx_phy_enable() local
513 u32 tmp, offs; in mvs_64xx_free_reg_set() local
538 u32 tmp, offs; in mvs_64xx_assign_reg_set() local
/linux-4.1.27/drivers/mtd/
Dnftlcore.c136 int nftl_read_oob(struct mtd_info *mtd, loff_t offs, size_t len, in nftl_read_oob()
157 int nftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len, in nftl_write_oob()
180 static int nftl_write(struct mtd_info *mtd, loff_t offs, size_t len, in nftl_write()
Dinftlcore.c149 int inftl_read_oob(struct mtd_info *mtd, loff_t offs, size_t len, in inftl_read_oob()
169 int inftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len, in inftl_write_oob()
189 static int inftl_write(struct mtd_info *mtd, loff_t offs, size_t len, in inftl_write()
Dmtdchar.c840 loff_t offs; in mtdchar_ioctl() local
850 loff_t offs; in mtdchar_ioctl() local
Dssfdc.c167 static int read_raw_oob(struct mtd_info *mtd, loff_t offs, uint8_t *buf) in read_raw_oob()
Dmtdpart.c542 uint64_t offs = 0; in allocate_partition() local
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c591 __le32 offs = cpu_to_le32(directory->findex) + in nx_get_table_desc() local
635 u32 offs; in netxen_nic_validate_bootld() local
670 u32 offs; in netxen_nic_validate_fw() local
723 __le32 flags, file_chiprev, offs; in netxen_nic_validate_product_offs() local
787 __le32 offs; in nx_get_data_desc() local
803 u32 offs = NETXEN_BOOTLD_START; in nx_get_bootld_offs() local
816 u32 offs = NETXEN_IMAGE_START; in nx_get_fw_offs() local
/linux-4.1.27/fs/ext2/
Dxattr.c418 size_t offs = le16_to_cpu(here->e_value_offs); in ext2_xattr_set() local
438 size_t offs = le16_to_cpu(last->e_value_offs); in ext2_xattr_set() local
540 size_t offs = le16_to_cpu(here->e_value_offs); in ext2_xattr_set() local
Ddir.c125 unsigned offs, rec_len; in ext2_check_page() local
/linux-4.1.27/net/9p/
Dtrans_virtio.c225 struct page **pdata, int nr_pages, size_t offs, int count) in pack_sg_list_p()
318 size_t *offs, in p9_get_mapped_pages()
406 size_t offs; in p9_virtio_zc_request() local
/linux-4.1.27/drivers/clocksource/
Ddw_apb_timer.c52 static unsigned long apbt_readl(struct dw_apb_timer *timer, unsigned long offs) in apbt_readl()
58 unsigned long offs) in apbt_writel()
Dem_sti.c65 static inline unsigned long em_sti_read(struct em_sti_priv *p, int offs) in em_sti_read()
70 static inline void em_sti_write(struct em_sti_priv *p, int offs, in em_sti_write()
Dsh_cmt.c160 static unsigned long sh_cmt_read16(void __iomem *base, unsigned long offs) in sh_cmt_read16()
165 static unsigned long sh_cmt_read32(void __iomem *base, unsigned long offs) in sh_cmt_read32()
170 static void sh_cmt_write16(void __iomem *base, unsigned long offs, in sh_cmt_write16()
176 static void sh_cmt_write32(void __iomem *base, unsigned long offs, in sh_cmt_write32()
Dsh_tmu.c90 unsigned long offs; in sh_tmu_read() local
112 unsigned long offs; in sh_tmu_write() local
Dsh_mtu2.c162 unsigned long offs; in sh_mtu2_read() local
178 unsigned long offs; in sh_mtu2_write() local
/linux-4.1.27/drivers/clk/shmobile/
Dclk-emev2.c39 static void __init emev2_smu_write(unsigned long value, int offs) in emev2_smu_write()
/linux-4.1.27/arch/nios2/kernel/
Dtime.c60 static u16 timer_readw(struct nios2_timer *timer, u32 offs) in timer_readw()
65 static void timer_writew(struct nios2_timer *timer, u16 val, u32 offs) in timer_writew()
/linux-4.1.27/drivers/mtd/ubi/
Dgluebi.c174 int err = 0, lnum, offs, bytes_left; in gluebi_read() local
214 int err = 0, lnum, offs, bytes_left; in gluebi_write() local
Dupd.c281 int lnum, offs, err = 0, len, to_write = count; in ubi_more_update_data() local
/linux-4.1.27/net/ipv4/
Dtcp_cong.c245 size_t offs = 0; in tcp_get_available_congestion_control() local
273 size_t offs = 0; in tcp_get_allowed_congestion_control() local
Dtcp_cubic.c229 u64 offs, t; in bictcp_update() local
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_ringbuffer.h105 #define DVB_RINGBUFFER_PEEK(rbuf,offs) \ argument
/linux-4.1.27/lib/zlib_inflate/
Dinftrees.c45 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in zlib_inflate_table() local
/linux-4.1.27/arch/x86/include/asm/
Duprobes.h48 s32 offs; member
/linux-4.1.27/arch/cris/include/arch-v32/mach-fs/mach/hwregs/asm/
Dconfig_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dtimer_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dgio_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dbif_core_defs_asm.h45 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
/linux-4.1.27/drivers/net/can/softing/
Dsofting_platform.h28 unsigned long offs; member
/linux-4.1.27/drivers/block/paride/
Dparide.h101 #define out_p(offs,byte) outb(byte,pi->port+offs); delay_p; argument
102 #define in_p(offs) (delay_p,inb(pi->port+offs)) argument
Dpt.c503 static void xs(char *buf, char *targ, int offs, int len) in xs()
517 static int xn(char *buf, int offs, int size) in xn()
Dpf.c579 static void xs(char *buf, char *targ, int offs, int len) in xs()
593 static int xl(char *buf, int offs) in xl()
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/
Dsmp-shx3.c34 unsigned int offs = 4 * cpu; in ipi_interrupt_handler() local
/linux-4.1.27/drivers/i2c/busses/
Di2c-sh_mobile.c193 static void iic_wr(struct sh_mobile_i2c_data *pd, int offs, unsigned char data) in iic_wr()
201 static unsigned char iic_rd(struct sh_mobile_i2c_data *pd, int offs) in iic_rd()
206 static void iic_set_clr(struct sh_mobile_i2c_data *pd, int offs, in iic_set_clr()
/linux-4.1.27/sound/usb/
Dendpoint.c204 unsigned int offs = 0; in prepare_outbound_urb() local
259 int i, offs; in prepare_inbound_urb() local
/linux-4.1.27/drivers/mtd/onenand/
Donenand_bbt.c145 static int onenand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt) in onenand_isbad_bbt()
/linux-4.1.27/kernel/
Dlatencytop.c267 loff_t *offs) in lstats_write()
/linux-4.1.27/arch/s390/mm/
Dmaccess.c137 int offs = 0, size, rc; in copy_to_user_real() local
/linux-4.1.27/fs/ext4/
Dxattr.c607 size_t offs = le16_to_cpu(last->e_value_offs); in ext4_xattr_free_space() local
627 size_t offs = le16_to_cpu(last->e_value_offs); in ext4_xattr_set_entry() local
658 size_t offs = le16_to_cpu(s->here->e_value_offs); in ext4_xattr_set_entry() local
1340 size_t offs, size, entry_size; in ext4_expand_extra_isize_ea() local
/linux-4.1.27/drivers/video/fbdev/core/
Dfb_defio.c26 static struct page *fb_deferred_io_page(struct fb_info *info, unsigned long offs) in fb_deferred_io_page()
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dcmd.c66 __le32 *offs, *res; in carl9170_read_mreg() local
Dphy.c1576 u32 tmp, offs = 0, new_ht = 0; in carl9170_set_channel() local
/linux-4.1.27/drivers/iommu/
Domap-iommu.h215 static inline u32 iommu_read_reg(struct omap_iommu *obj, size_t offs) in iommu_read_reg()
220 static inline void iommu_write_reg(struct omap_iommu *obj, u32 val, size_t offs) in iommu_write_reg()
Dtegra-gart.c94 unsigned long offs, u32 pte) in gart_set_pte()
104 unsigned long offs) in gart_read_pte()
/linux-4.1.27/drivers/mmc/host/
Dmvsdio.c59 #define mvsd_write(offs, val) writel(val, iobase + (offs)) argument
60 #define mvsd_read(offs) readl(iobase + (offs)) argument
/linux-4.1.27/drivers/isdn/hysdn/
Dboardergo.c215 unsigned long offs) in ergo_writebootimg()
/linux-4.1.27/sound/drivers/opl3/
Dopl3_oss.c204 const char __user *buf, int offs, int count) in snd_opl3_load_patch_seq_oss()
/linux-4.1.27/include/linux/i2c/
Dadp5588.h101 #define ADP5588_BANK(offs) ((offs) >> 3) argument
102 #define ADP5588_BIT(offs) (1u << ((offs) & 0x7)) argument
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/asm/
Dclkgen_defs_asm.h42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dtimer_defs_asm.h42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dddr2_defs_asm.h42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dpio_defs_asm.h42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
Dpinmux_defs_asm.h42 #define REG_ADDR_X_( inst, offs ) ((inst) + offs) argument
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \ argument
/linux-4.1.27/arch/mips/include/asm/mach-pnx833x/
Dpnx833x.h28 #define PNX833X_REG(offs) (*((volatile unsigned long *)(PNX833X_BASE + offs))) argument
78 #define PNX833X_PIC_REG(offs) PNX833X_REG(0x01000 + (offs)) argument
/linux-4.1.27/include/linux/mtd/
Dbbm.h60 int offs; member
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_uvd.c732 uint64_t offs = radeon_bo_size(rdev->uvd.vcpu_bo) - in radeon_uvd_get_create_msg() local
768 uint64_t offs = radeon_bo_size(rdev->uvd.vcpu_bo) - in radeon_uvd_get_destroy_msg() local
/linux-4.1.27/drivers/s390/char/
Dvmur.c509 loff_t *offs) in diag14_read()
559 loff_t *offs) in ur_read()
Dzcore.c81 int offs, blk_num; in memcpy_hsa() local
/linux-4.1.27/net/netfilter/
Dxt_l2tp.c86 int offs = thoff + uhlen; in l2tp_udp_mt() local
/linux-4.1.27/net/l2tp/
Dl2tp_debugfs.c66 static void *l2tp_dfs_seq_start(struct seq_file *m, loff_t *offs) in l2tp_dfs_seq_start()
Dl2tp_ppp.c1586 static void *pppol2tp_seq_start(struct seq_file *m, loff_t *offs) in pppol2tp_seq_start()
/linux-4.1.27/fs/jffs2/
Ddebug.h250 #define jffs2_dbg_dump_buffer(buf, len, offs) \ argument
261 #define jffs2_dbg_dump_buffer(buf, len, offs) argument
Ddebug.c737 __jffs2_dbg_dump_buffer(unsigned char *buf, int len, uint32_t offs) in __jffs2_dbg_dump_buffer()
Dreadinode.c925 uint32_t offs; in read_more() local
/linux-4.1.27/arch/x86/kernel/kprobes/
Dopt.c46 long offs; in __recover_optprobed_insn() local
/linux-4.1.27/drivers/media/usb/dvb-usb/
Ddibusb-common.c180 int dibusb_read_eeprom_byte(struct dvb_usb_device *d, u8 offs, u8 *val) in dibusb_read_eeprom_byte()
/linux-4.1.27/tools/perf/util/
Dprobe-finder.c153 static struct probe_trace_arg_ref *alloc_trace_arg_ref(long offs) in alloc_trace_arg_ref()
177 Dwarf_Word offs = 0; in convert_variable_location() local
387 Dwarf_Word offs; in convert_variable_fields() local
Ddwarf-aux.c303 int die_get_data_member_location(Dwarf_Die *mb_die, Dwarf_Word *offs) in die_get_data_member_location()
Dsymbol.h290 u64 offs; member
/linux-4.1.27/arch/arm/mach-s3c64xx/
Dcommon.c284 int offs = eint_offset(data->irq); in s3c_irq_eint_set_type() local
/linux-4.1.27/sound/synth/emux/
Demux_oss.c206 const char __user *buf, int offs, int count) in snd_emux_load_patch_seq_oss()
/linux-4.1.27/fs/qnx6/
Ddir.c57 u32 offs = (s << sb->s_blocksize_bits) & ~PAGE_CACHE_MASK; in qnx6_longname() local
Dinode.c527 u32 n, offs; in qnx6_iget() local
/linux-4.1.27/kernel/time/
Dtimer_stats.c360 size_t count, loff_t *offs) in tstats_write()
Dtimekeeping.c707 ktime_t ktime_get_with_offset(enum tk_offsets offs) in ktime_get_with_offset()
733 ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs) in ktime_mono_to_any()
/linux-4.1.27/lib/
Ddecompress_unlzma.c299 uint32_t offs) in peek_old_byte()
330 static inline int INIT copy_byte(struct writer *wr, uint32_t offs) in copy_byte()
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_base.h131 static inline unsigned int mga_readb(vaddr_t va, unsigned int offs) { in mga_readb()
135 static inline void mga_writeb(vaddr_t va, unsigned int offs, u_int8_t value) { in mga_writeb()
139 static inline void mga_writew(vaddr_t va, unsigned int offs, u_int16_t value) { in mga_writew()
143 static inline u_int32_t mga_readl(vaddr_t va, unsigned int offs) { in mga_readl()
147 static inline void mga_writel(vaddr_t va, unsigned int offs, u_int32_t value) { in mga_writel()
182 static inline void vaddr_add(vaddr_t* va, unsigned long offs) { in vaddr_add()
/linux-4.1.27/arch/arm/mach-omap2/
Dcm2xxx.c211 unsigned long offs; in omap2xxx_cm_split_idlest_reg() local
Dcm3xxx.c125 unsigned long offs; in omap3xxx_cm_split_idlest_reg() local
/linux-4.1.27/sound/oss/
Daudio.c150 unsigned long offs = dmap->user_counter % dmap->bytes_in_use; in sync_output() local
Ddmabuf.c786 long len, offs; in find_output_space() local
/linux-4.1.27/drivers/mfd/
Dmax8925-core.c336 int offs; /* bit offset in mask register */ member
Dtps65010.c780 unsigned led_on, led_per, offs; in tps65010_set_led() local
Dsm501.c764 resource_size_t offs, in sm501_create_subio()
780 resource_size_t *offs, in sm501_create_mem()
D88pm860x-core.c349 int offs; /* bit offset in mask register */ member
/linux-4.1.27/fs/ext3/
Dxattr.c535 size_t offs = le16_to_cpu(last->e_value_offs); in ext3_xattr_set_entry() local
566 size_t offs = le16_to_cpu(s->here->e_value_offs); in ext3_xattr_set_entry() local
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Drw26.c408 size_t offs; in ll_direct_IO_26() local
/linux-4.1.27/block/partitions/
Dmsdos.c163 sector_t offs, size, next; in parse_extended() local
/linux-4.1.27/drivers/usb/serial/
Dgarmin_gps.c476 int offs = 0; in gsp_receive() local
749 int offs = 0; in nat_receive() local
/linux-4.1.27/drivers/tty/
Dmips_ejtag_fdc.c175 unsigned int offs, unsigned int data) in mips_ejtag_fdc_write()
181 unsigned int offs) in mips_ejtag_fdc_read()
/linux-4.1.27/net/mac80211/
Dtx.c2803 struct ieee80211_mutable_offsets *offs, in __ieee80211_beacon_get()
2992 struct ieee80211_mutable_offsets *offs) in ieee80211_beacon_get_template()
3002 struct ieee80211_mutable_offsets offs = {}; in ieee80211_beacon_get_tim() local
/linux-4.1.27/drivers/staging/ozwpan/
Dozusbsvc1.c397 u16 offs, total_size; in oz_usb_rx() local
/linux-4.1.27/arch/arc/kernel/
Dunwind.c56 unsigned offs:BITS_PER_LONG / 2; member
146 uleb128_t reg, offs; member
/linux-4.1.27/drivers/mtd/devices/
Dst_spi_fsm.c1289 static void stfsm_s25fl_read_dyb(struct stfsm *fsm, uint32_t offs, uint8_t *dby) in stfsm_s25fl_read_dyb()
1325 static void stfsm_s25fl_write_dyb(struct stfsm *fsm, uint32_t offs, uint8_t dby) in stfsm_s25fl_write_dyb()
1396 uint32_t offs; in stfsm_s25fl_config() local
/linux-4.1.27/fs/nilfs2/
Ddir.c116 unsigned offs, rec_len; in nilfs_check_page() local
/linux-4.1.27/fs/ufs/
Ddir.c116 unsigned offs, rec_len; in ufs_check_page() local
/linux-4.1.27/fs/exofs/
Ddir.c93 unsigned offs, rec_len; in exofs_check_page() local
/linux-4.1.27/drivers/hid/
Dhid-wiimote-modules.c1408 __u8 buf[24], offs; in wiimod_bboard_calib_show() local
1459 __u8 buf[24], offs; in wiimod_bboard_probe() local
/linux-4.1.27/drivers/rtc/
Drtc-isl1208.c372 const int offs = ISL1208_REG_SCA; in isl1208_i2c_set_alarm() local
/linux-4.1.27/kernel/trace/
Dtrace_probe.h82 #define convert_rloc_to_loc(dl, offs) ((u32)(dl) + (offs)) argument
/linux-4.1.27/arch/x86/kernel/
Duprobes.c651 unsigned long offs = (long)auprobe->branch.offs; in branch_emulate_op() local
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
Dtrans.c1480 int offs, ret = 0; in iwl_trans_pcie_read_mem() local
1498 int offs, ret = 0; in iwl_trans_pcie_write_mem() local
/linux-4.1.27/drivers/irqchip/
Dirq-s3c24xx.c400 unsigned offs; in s3c24xx_set_fiq() local
/linux-4.1.27/drivers/pinctrl/intel/
Dpinctrl-baytrail.c366 u32 conf0, val, offs; in byt_gpio_dbg_show() local
/linux-4.1.27/fs/
Dseq_file.c255 size_t offs = m->count; in seq_read() local
/linux-4.1.27/net/wireless/
Dsme.c432 size_t offs; in cfg80211_sme_get_conn_ies() local
/linux-4.1.27/arch/xtensa/include/asm/
Dpgtable.h382 #define __swp_entry(type,offs) \ argument
/linux-4.1.27/drivers/misc/genwqe/
Dcard_utils.c561 unsigned long data, offs; in genwqe_user_vmap() local
/linux-4.1.27/arch/arm/mach-cns3xxx/
Dcns3xxx.h220 #define MISC_MEM_MAP(offs) (void __iomem *)(CNS3XXX_MISC_BASE_VIRT + (offs)) argument
273 #define PMU_MEM_MAP(offs) (void __iomem *)(CNS3XXX_PM_BASE_VIRT + (offs)) argument
/linux-4.1.27/drivers/video/console/
Dsticore.c443 unsigned char offs = sti->rm_entry[i]; in sti_init_glob_cfg() local
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmvpp2.c434 #define MVPP2_PRS_TCAM_DATA_BYTE(offs) \ argument
436 #define MVPP2_PRS_TCAM_DATA_BYTE_EN(offs) \ argument
441 #define MVPP2_PRS_TCAM_EN_OFFS(offs) ((offs) + 2) argument
1106 unsigned int offs, unsigned char byte, in mvpp2_prs_tcam_data_byte_set()
1115 unsigned int offs, unsigned char *byte, in mvpp2_prs_tcam_data_byte_get()
1123 static bool mvpp2_prs_tcam_data_cmp(struct mvpp2_prs_entry *pe, int offs, in mvpp2_prs_tcam_data_cmp()

12