Searched refs:rsb (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/drivers/bus/
H A Dsunxi-rsb.c49 #include <linux/sunxi-rsb.h>
112 #define RSB_CTRL_NAME "sunxi-rsb"
197 * @rsb: RSB controller
202 static struct sunxi_rsb_device *sunxi_rsb_device_create(struct sunxi_rsb *rsb, argument
212 rdev->rsb = rsb;
216 rdev->dev.parent = rsb->dev;
273 static int _sunxi_rsb_run_xfer(struct sunxi_rsb *rsb) argument
278 if (readl(rsb->regs + RSB_CTRL) & RSB_CTRL_START_TRANS) {
279 dev_dbg(rsb
333 sunxi_rsb_read(struct sunxi_rsb *rsb, u8 rtaddr, u8 addr, u32 *buf, size_t len) argument
382 sunxi_rsb_write(struct sunxi_rsb *rsb, u8 rtaddr, u8 addr, const u32 *buf, size_t len) argument
510 struct sunxi_rsb *rsb = dev_id; local
526 sunxi_rsb_init_device_mode(struct sunxi_rsb *rsb) argument
580 of_rsb_register_devices(struct sunxi_rsb *rsb) argument
650 sunxi_rsb_hw_init(struct sunxi_rsb *rsb) argument
704 sunxi_rsb_hw_exit(struct sunxi_rsb *rsb) argument
715 struct sunxi_rsb *rsb = dev_get_drvdata(dev); local
724 struct sunxi_rsb *rsb = dev_get_drvdata(dev); local
731 struct sunxi_rsb *rsb = dev_get_drvdata(dev); local
740 struct sunxi_rsb *rsb = dev_get_drvdata(dev); local
749 struct sunxi_rsb *rsb; local
822 struct sunxi_rsb *rsb = platform_get_drvdata(pdev); local
[all...]
H A DMakefile30 obj-$(CONFIG_SUNXI_RSB) += sunxi-rsb.o
/linux-master/fs/dlm/
H A Ddir.h15 int dlm_dir_nodeid(struct dlm_rsb *rsb);
H A Dmemory.c49 goto rsb;
61 rsb:
H A Ddebug_fs.c266 seq_printf(s, "rsb %p %d %x %lx %d %d %u %d ",
342 seq_printf(s, "rsb %p %d %d %d %d %lu %lx %d ",
416 struct dlm_rsb *rsb; member in struct:rsbtbl_iter
435 print_format1(ri->rsb, seq);
442 print_format2(ri->rsb, seq);
446 seq_puts(seq, "rsb ptr nodeid first_lkid flags !root_list_empty !recover_list_empty recover_locks_count len\n");
449 print_format3(ri->rsb, seq);
453 seq_puts(seq, "rsb ptr nodeid master_nodeid dir_nodeid our_nodeid toss_time flags len str|hex name\n");
456 print_format4(ri->rsb, seq);
463 print_format5(ri->rsb, se
[all...]
H A Dlockspace.c773 struct dlm_rsb *rsb; local
833 * Free all rsb's on rsbtbl[] lists
838 rsb = rb_entry(n, struct dlm_rsb, res_hashnode);
840 dlm_free_rsb(rsb);
844 rsb = rb_entry(n, struct dlm_rsb, res_hashnode);
846 dlm_free_rsb(rsb);
856 rsb = list_first_entry(&ls->ls_new_rsb, struct dlm_rsb,
858 list_del(&rsb->res_hashchain);
859 dlm_free_rsb(rsb);
/linux-master/arch/arm/lib/
H A Dashldi3.S44 rsb ip, r2, #32
H A Dashrdi3.S44 rsb ip, r2, #32
H A Dlshrdi3.S44 rsb ip, r2, #32
H A Dclear_user.S33 rsb ip, ip, #4
H A Dio-writesw-armv4.S76 THUMB( rsb r3, r3, #0 )
H A Dio-writesb.S30 .Loutsb_align: rsb ip, ip, #4
H A Dcopy_template.S90 CALGN( rsb r3, ip, #32 )
113 rsb ip, ip, #32
163 9: rsb ip, ip, #4
189 CALGN( rsb ip, ip, #32 )
H A Dfindbit.S113 rsb r0, r3, #0
116 rsb r3, r3, #31 @ offset of first set bit
H A Dmemmove.S60 CALGN( rsb ip, ip, #32 )
79 rsb ip, ip, #32
H A Dcopy_from_user.S122 rsb r0, r0, r2
H A Dcopy_to_user.S123 rsb r0, r0, r2
H A Ddiv64.S153 rsb ip, ip, #31
179 rsb ip, ip, #32
H A Dio-readsb.S10 .Linsb_align: rsb ip, ip, #4
H A Dmemset.S85 rsb r8, r8, #32
/linux-master/fs/romfs/
H A Dsuper.c462 struct romfs_super_block *rsb; local
491 rsb = kmalloc(512, GFP_KERNEL);
492 if (!rsb)
496 ret = romfs_dev_read(sb, 0, rsb, 512);
500 img_size = be32_to_cpu(rsb->size);
507 if (rsb->word0 != ROMSB_WORD0 || rsb->word1 != ROMSB_WORD1 ||
515 if (romfs_checksum(rsb, min_t(size_t, img_size, 512))) {
522 len = strnlen(rsb->name, ROMFS_MAXFN);
525 (unsigned) len, (unsigned) len, rsb
[all...]
/linux-master/drivers/md/
H A Ddm-verity-fec.c62 static u8 *fec_read_parity(struct dm_verity *v, u64 rsb, int index, argument
69 position = (index + rsb) * v->fec->roots;
76 v->data_dev->name, (unsigned long long)rsb,
126 struct dm_verity_fec_io *fio, u64 rsb, int byte_index,
135 par = fec_read_parity(v, rsb, block_offset, &offset, &buf, bio_prio(bio));
163 par = fec_read_parity(v, rsb, block_offset, &offset, &buf, bio_prio(bio));
175 v->data_dev->name, (unsigned long long)rsb, r);
178 v->data_dev->name, (unsigned long long)rsb, r);
203 u64 rsb, u64 target, unsigned int block_offset,
228 ileaved = fec_interleave(v, rsb *
125 fec_decode_bufs(struct dm_verity *v, struct dm_verity_io *io, struct dm_verity_fec_io *fio, u64 rsb, int byte_index, unsigned int block_offset, int neras) argument
202 fec_read_bufs(struct dm_verity *v, struct dm_verity_io *io, u64 rsb, u64 target, unsigned int block_offset, int *neras) argument
364 fec_decode_rsb(struct dm_verity *v, struct dm_verity_io *io, struct dm_verity_fec_io *fio, u64 rsb, u64 offset, bool use_erasures) argument
428 u64 offset, res, rsb; local
[all...]
/linux-master/drivers/mfd/
H A Daxp20x-rsb.c23 #include <linux/sunxi-rsb.h>
71 .name = "axp20x-rsb",
H A Dac100.c25 #include <linux/sunxi-rsb.h>
/linux-master/include/linux/
H A Dsunxi-rsb.h30 struct sunxi_rsb *rsb; member in struct:sunxi_rsb_device

Completed in 296 milliseconds

12