Home
last modified time | relevance | path

Searched defs:offs (Results 1 – 25 of 274) sorted by relevance

1234567891011

/linux/drivers/scsi/aic94xx/
A Daic94xx_reg.c18 unsigned long offs, u8 val) in asd_write_byte()
29 unsigned long offs, u16 val) in asd_write_word()
40 unsigned long offs, u32 val) in asd_write_dword()
52 static u8 asd_read_byte(struct asd_ha_struct *asd_ha, unsigned long offs) in asd_read_byte()
65 unsigned long offs) in asd_read_word()
78 unsigned long offs) in asd_read_dword()
285 u32 offs, int count) in asd_read_reg_string()
304 u32 offs, int count) in asd_write_reg_string()
A Daic94xx_reg.h101 u16 offs) in asd_ddbsite_read_byte()
127 u16 offs, u8 val) in asd_ddbsite_write_byte()
154 u16 offs) in asd_scbsite_read_byte()
180 u16 offs, u8 val) in asd_scbsite_write_byte()
207 u16 ddb_site_no, u16 offs, in asd_ddbsite_update_word()
228 u16 ddb_site_no, u16 offs, in asd_ddbsite_update_byte()
/linux/drivers/net/ethernet/altera/
A Daltera_utils.c9 void tse_set_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_set_bit()
16 void tse_clear_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_clear_bit()
23 int tse_bit_is_set(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_bit_is_set()
29 int tse_bit_is_clear(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_bit_is_clear()
/linux/fs/ubifs/
A Dscan.c58 int offs, int quiet) in ubifs_scan_a_node()
126 int offs, void *sbuf) in ubifs_start_scan()
164 int lnum, int offs) in ubifs_end_scan()
182 void *buf, int offs) in ubifs_add_snod()
225 void ubifs_scanned_corruption(const struct ubifs_info *c, int lnum, int offs, in ubifs_scanned_corruption()
255 int offs, void *sbuf, int quiet) in ubifs_scan()
A Dlpt_commit.c184 int lnum, offs, len, alen, done_lsave, done_ltab, err; in layout_cnodes() local
362 int lnum, offs, len, from, err, wlen, alen, done_ltab, done_lsave; in write_cnodes() local
861 int offs) in make_nnode_dirty()
910 int offs) in make_pnode_dirty()
939 static int make_ltab_dirty(struct ubifs_info *c, int lnum, int offs) in make_ltab_dirty()
964 static int make_lsave_dirty(struct ubifs_info *c, int lnum, int offs) in make_lsave_dirty()
992 int lnum, int offs) in make_node_dirty()
1035 int offs, pad_len; in get_pad_len() local
1107 int err, len = c->leb_size, node_type, node_num, node_len, offs; in lpt_gc_lnum() local
1568 int offs) in dbg_is_node_dirty()
[all …]
A Drecovery.c101 int err, offs, len; in get_master_node() local
402 static int is_last_write(const struct ubifs_info *c, void *buf, int offs) in is_last_write()
430 int *offs, int *len) in clean_buf()
459 int lnum, int offs) in no_more_nodes()
562 static void drop_last_group(struct ubifs_scan_leb *sleb, int *offs) in drop_last_group()
591 static void drop_last_node(struct ubifs_scan_leb *sleb, int *offs) in drop_last_node()
623 int offs, void *sbuf, int jhead) in ubifs_recover_leb()
799 static int get_cs_sqnum(struct ubifs_info *c, int lnum, int offs, in get_cs_sqnum()
857 int offs, void *sbuf) in ubifs_recover_log_leb()
985 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb() local
[all …]
A Dio.c87 int ubifs_leb_read(const struct ubifs_info *c, int lnum, void *buf, int offs, in ubifs_leb_read()
105 int ubifs_leb_write(struct ubifs_info *c, int lnum, const void *buf, int offs, in ubifs_leb_write()
227 int lnum, int offs, int quiet, int must_chk_crc) in ubifs_check_node()
612 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs) in ubifs_wbuf_seek_nolock()
911 int offs, int hmac_offs) in ubifs_write_node_hmac()
952 int offs) in ubifs_write_node()
973 int lnum, int offs) in ubifs_read_node_wbuf()
1050 int lnum, int offs) in ubifs_read_node()
A Dtnc.c445 int offs = zbr->offs; in try_read_node() local
1035 int lnum, int offs) in resolve_collision_directly()
1441 void *node, int *lnum, int *offs) in ubifs_tnc_locate()
1516 int n, err = 0, lnum = -1, offs; in ubifs_tnc_get_bu_keys() local
1647 int offs) in read_wbuf()
2274 int offs, int len, const u8 *hash) in ubifs_tnc_add()
3179 int lnum, int offs) in lookup_znode()
3307 int lnum, int offs) in is_idx_node_in_tnc()
3334 int lnum, int offs) in is_leaf_node_in_tnc()
3404 int lnum, int offs, int is_idx) in ubifs_tnc_has_node()
[all …]
A Dreplay.c47 int offs; member
383 static int insert_node(struct ubifs_info *c, int lnum, int offs, int len, in insert_node()
432 static int insert_dent(struct ubifs_info *c, int lnum, int offs, int len, in insert_dent()
669 int err = 0, used = 0, lnum = b->bud->lnum, offs = b->bud->start; in replay_bud() local
889 static int add_replay_bud(struct ubifs_info *c, int lnum, int offs, int jhead, in add_replay_bud()
946 unsigned int offs = le32_to_cpu(ref->offs); in validate_ref() local
982 static int replay_log_leb(struct ubifs_info *c, int lnum, int offs, void *sbuf) in replay_log_leb()
A Dlog.c164 int ubifs_add_bud_to_log(struct ubifs_info *c, int jhead, int lnum, int offs) in ubifs_add_bud_to_log()
395 int offs = c->jheads[i].wbuf.offs; in ubifs_log_start_commit() local
611 static int add_node(struct ubifs_info *c, void *buf, int *lnum, int *offs, in add_node()
647 int lnum, err, first = 1, write_lnum, offs = 0; in ubifs_consolidate_log() local
A Dtnc_commit.c26 struct ubifs_znode *znode, int lnum, int offs, int len) in make_idx_node()
163 static int find_old_idx(struct ubifs_info *c, int lnum, int offs) in find_old_idx()
199 int level, int lnum, int offs) in is_idx_node_in_use()
432 int lnum, offs, len, next_len, buf_len, buf_offs, used, avail; in layout_in_empty_space() local
828 int i, lnum, offs, len, next_len, buf_len, buf_offs, used; in write_index() local
/linux/drivers/pinctrl/samsung/
A Dpinctrl-exynos.h60 #define EXYNOS_PIN_BANK_EINTG(pins, reg, id, offs) \ argument
70 #define EXYNOS_PIN_BANK_EINTW(pins, reg, id, offs) \ argument
80 #define EXYNOS5433_PIN_BANK_EINTG(pins, reg, id, offs) \ argument
90 #define EXYNOS5433_PIN_BANK_EINTW(pins, reg, id, offs) \ argument
100 #define EXYNOS5433_PIN_BANK_EINTW_EXT(pins, reg, id, offs, pctl_idx) \ argument
120 #define EXYNOS850_PIN_BANK_EINTG(pins, reg, id, offs) \ argument
130 #define EXYNOS850_PIN_BANK_EINTW(pins, reg, id, offs) \ argument
/linux/drivers/gpio/
A Dgpio-syscon.c61 unsigned int val, offs; in syscon_gpio_get() local
77 unsigned int offs; in syscon_gpio_set() local
92 unsigned int offs; in syscon_gpio_dir_in() local
110 unsigned int offs; in syscon_gpio_dir_out() local
138 unsigned int offs; in rockchip_gpio_set() local
166 unsigned int offs; in keystone_gpio_set() local
A Dgpio-tb10x.c48 static inline u32 tb10x_reg_read(struct tb10x_gpio *gpio, unsigned int offs) in tb10x_reg_read()
53 static inline void tb10x_reg_write(struct tb10x_gpio *gpio, unsigned int offs, in tb10x_reg_write()
59 static inline void tb10x_set_bits(struct tb10x_gpio *gpio, unsigned int offs, in tb10x_set_bits()
/linux/drivers/mtd/tests/
A Dstresstest.c58 unsigned int offs; in rand_offs() local
65 static int rand_len(int offs) in rand_len()
77 int offs = rand_offs(); in do_read() local
93 int eb = rand_eb(), offs, err, len; in do_write() local
/linux/drivers/mtd/nand/raw/
A Dnand_bbt.c167 struct nand_bbt_descr *td, int offs) in read_bbt()
267 int offs = 0; in read_abs_bbt() local
343 static int scan_read(struct nand_chip *this, uint8_t *buf, loff_t offs, in scan_read()
415 loff_t offs, uint8_t *buf) in scan_block_fast()
452 loff_t offs, uint8_t *buf) in bbt_block_checkbad()
590 loff_t offs = (loff_t)actblock << this->bbt_erase_shift; in search_bbt() local
753 int bits, page, offs, numblocks, sft, sftmsk; in write_bbt() local
1074 static int nand_update_bbt(struct nand_chip *this, loff_t offs) in nand_update_bbt()
1434 int nand_isreserved_bbt(struct nand_chip *this, loff_t offs) in nand_isreserved_bbt()
1448 int nand_isbad_bbt(struct nand_chip *this, loff_t offs, int allowbbt) in nand_isbad_bbt()
[all …]
/linux/fs/crypto/
A Dcrypto.c96 unsigned int offs, gfp_t gfp_flags) in fscrypt_crypt_block()
166 unsigned int offs, in fscrypt_encrypt_pagecache_blocks()
222 unsigned int len, unsigned int offs, in fscrypt_encrypt_block_inplace()
248 unsigned int offs) in fscrypt_decrypt_pagecache_blocks()
291 unsigned int len, unsigned int offs, in fscrypt_decrypt_block_inplace()
/linux/tools/testing/selftests/arm64/signal/testcases/
A Dtestcases.c8 size_t offs = 0; in get_header() local
81 size_t offs = 0; in validate_reserved() local
202 size_t offs = 0; in get_starting_head() local
/linux/drivers/gpu/drm/amd/amdkfd/
A Dkfd_topology.c214 #define sysfs_show_gen_prop(buffer, offs, fmt, ...) \ argument
217 #define sysfs_show_32bit_prop(buffer, offs, name, value) \ argument
219 #define sysfs_show_64bit_prop(buffer, offs, name, value) \ argument
221 #define sysfs_show_32bit_val(buffer, offs, value) \ argument
223 #define sysfs_show_str_val(buffer, offs, value) \ argument
229 int offs = 0; in sysprops_show() local
268 int offs = 0; in iolink_show() local
308 int offs = 0; in mem_show() local
340 int offs = 0; in kfd_cache_show() local
392 int offs = 0; in perf_show() local
[all …]
/linux/arch/powerpc/kernel/
A Dkvm_emul.S20 #define LL64(reg, offs, reg2) ld reg, (offs)(reg2) argument
21 #define STL64(reg, offs, reg2) std reg, (offs)(reg2) argument
23 #define LL64(reg, offs, reg2) lwz reg, (offs + 4)(reg2) argument
24 #define STL64(reg, offs, reg2) stw reg, (offs + 4)(reg2) argument
/linux/arch/sparc/kernel/
A Dpmc.c37 #define pmc_readb(offs) (sbus_readb(regs+offs)) argument
38 #define pmc_writeb(val, offs) (sbus_writeb(val, regs+offs)) argument
/linux/lib/
A Dlogic_iomem.c106 long offs; in ioremap() local
256 unsigned long offs, start; in memset_io() local
280 unsigned long offs, start; in memcpy_fromio() local
303 unsigned long offs, start; in memcpy_toio() local
/linux/drivers/clocksource/
A Ddw_apb_timer.c49 static inline u32 apbt_readl(struct dw_apb_timer *timer, unsigned long offs) in apbt_readl()
55 unsigned long offs) in apbt_writel()
60 static inline u32 apbt_readl_relaxed(struct dw_apb_timer *timer, unsigned long offs) in apbt_readl_relaxed()
66 unsigned long offs) in apbt_writel_relaxed()
/linux/drivers/mtd/nand/
A Dbbt.c80 unsigned int offs = (entry * bits_per_block) % BITS_PER_LONG; in nanddev_bbt_get_block_status() local
113 unsigned int offs = (entry * bits_per_block) % BITS_PER_LONG; in nanddev_bbt_set_block_status() local
/linux/crypto/async_tx/
A Dasync_raid6_recov.c154 struct page **blocks, unsigned int *offs, in __2data_recov_4()
204 struct page **blocks, unsigned int *offs, in __2data_recov_5()
295 struct page **blocks, unsigned int *offs, in __2data_recov_n()
394 struct page **blocks, unsigned int *offs, in async_raid6_2data_recov()
472 struct page **blocks, unsigned int *offs, in async_raid6_datap_recov()

Completed in 51 milliseconds

1234567891011