Home
last modified time | relevance | path

Searched refs:rsb (Results 1 – 25 of 35) sorted by relevance

12

/linux/drivers/bus/
H A Dsunxi-rsb.c202 static struct sunxi_rsb_device *sunxi_rsb_device_create(struct sunxi_rsb *rsb, in sunxi_rsb_device_create() argument
212 rdev->rsb = rsb; in sunxi_rsb_device_create()
216 rdev->dev.parent = rsb->dev; in sunxi_rsb_device_create()
273 static int _sunxi_rsb_run_xfer(struct sunxi_rsb *rsb) in _sunxi_rsb_run_xfer() argument
278 if (readl(rsb->regs + RSB_CTRL) & RSB_CTRL_START_TRANS) { in _sunxi_rsb_run_xfer()
279 dev_dbg(rsb->dev, "RSB transfer still in progress\n"); in _sunxi_rsb_run_xfer()
283 reinit_completion(&rsb->complete); in _sunxi_rsb_run_xfer()
286 writel(int_mask, rsb->regs + RSB_INTE); in _sunxi_rsb_run_xfer()
288 rsb->regs + RSB_CTRL); in _sunxi_rsb_run_xfer()
291 timeout = readl_poll_timeout_atomic(rsb->regs + RSB_INTS, in _sunxi_rsb_run_xfer()
[all …]
H A DMakefile31 obj-$(CONFIG_SUNXI_RSB) += sunxi-rsb.o
/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.c609 struct xfs_rtsb *rsb = bp->b_addr; in xfs_rtsb_verify_common() local
611 if (!xfs_verify_magic(bp, rsb->rsb_magicnum)) in xfs_rtsb_verify_common()
613 if (rsb->rsb_pad) in xfs_rtsb_verify_common()
617 if (memchr_inv(rsb + 1, 0, BBTOB(bp->b_length) - sizeof(*rsb))) in xfs_rtsb_verify_common()
628 struct xfs_rtsb *rsb = bp->b_addr; in xfs_rtsb_verify_all() local
636 if (memcmp(&rsb->rsb_fname, &mp->m_sb.sb_fname, XFSLABEL_MAX)) in xfs_rtsb_verify_all()
638 if (!uuid_equal(&rsb->rsb_uuid, &mp->m_sb.sb_uuid)) in xfs_rtsb_verify_all()
640 if (!uuid_equal(&rsb->rsb_meta_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_rtsb_verify_all()
692 struct xfs_rtsb *rsb = rtsb_bp->b_addr; in xfs_update_rtsb() local
695 rsb->rsb_magicnum = cpu_to_be32(XFS_RTSB_MAGIC); in xfs_update_rtsb()
[all …]
/linux/fs/romfs/
H A Dsuper.c452 struct romfs_super_block *rsb; in romfs_fill_super() local
481 rsb = kmalloc(512, GFP_KERNEL); in romfs_fill_super()
482 if (!rsb) in romfs_fill_super()
486 ret = romfs_dev_read(sb, 0, rsb, 512); in romfs_fill_super()
490 img_size = be32_to_cpu(rsb->size); in romfs_fill_super()
497 if (rsb->word0 != ROMSB_WORD0 || rsb->word1 != ROMSB_WORD1 || in romfs_fill_super()
505 if (romfs_checksum(rsb, min_t(size_t, img_size, 512))) { in romfs_fill_super()
512 len = strnlen(rsb->name, ROMFS_MAXFN); in romfs_fill_super()
515 (unsigned) len, (unsigned) len, rsb->name, storage); in romfs_fill_super()
517 kfree(rsb); in romfs_fill_super()
[all …]
/linux/drivers/md/
H A Ddm-verity-fec.c46 static u8 *fec_read_parity(struct dm_verity *v, u64 rsb, int index, in fec_read_parity() argument
57 position = (index + rsb) * v->fec->roots; in fec_read_parity()
64 v->data_dev->name, (unsigned long long)rsb, in fec_read_parity()
114 struct dm_verity_fec_io *fio, u64 rsb, int byte_index, in fec_decode_bufs() argument
124 par = fec_read_parity(v, rsb, block_offset, &offset, in fec_decode_bufs()
166 par = fec_read_parity(v, rsb, block_offset, &offset, in fec_decode_bufs()
179 v->data_dev->name, (unsigned long long)rsb, r); in fec_decode_bufs()
182 v->data_dev->name, (unsigned long long)rsb, r); in fec_decode_bufs()
206 u64 rsb, u64 target, unsigned int block_offset, in fec_read_bufs() argument
231 ileaved = fec_interleave(v, rsb * v->fec->rsn + i); in fec_read_bufs()
[all …]
/linux/arch/arm/lib/
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 Dlshrdi3.S44 rsb ip, r2, #32
H A Dashldi3.S44 rsb ip, r2, #32
H A Dashrdi3.S44 rsb ip, r2, #32
H A Dclear_user.S33 rsb ip, ip, #4
H A Ddiv64.S153 rsb ip, ip, #31
179 rsb ip, ip, #32
H A Dmemmove.S60 CALGN( rsb ip, ip, #32 )
79 rsb ip, ip, #32
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_to_user.S123 rsb r0, r0, r2
H A Dcopy_from_user.S122 rsb r0, r0, r2
H A Dmemset.S85 rsb r8, r8, #32
H A Dio-readsb.S10 .Linsb_align: rsb ip, ip, #4
/linux/fs/dlm/
H A Dmemory.c49 goto rsb; in dlm_memory_init()
61 rsb: in dlm_memory_init()
H A Ddir.h15 int dlm_dir_nodeid(struct dlm_rsb *rsb);
H A Ddebug_fs.c383 struct dlm_rsb *rsb = list_entry(iter_ptr, struct dlm_rsb, res_slow_list); in table_seq_show() local
386 print_format1(rsb, seq); in table_seq_show()
388 print_format2(rsb, seq); in table_seq_show()
390 print_format3(rsb, seq); in table_seq_show()
392 print_format4(rsb, seq); in table_seq_show()
/linux/Documentation/admin-guide/hw-vuln/
H A Dindex.rst21 cross-thread-rsb
/linux/include/linux/
H A Dsunxi-rsb.h30 struct sunxi_rsb *rsb; member
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h616.dtsi901 r_rsb_pins: r-rsb-pins {
938 r_rsb: rsb@7083000 {
939 compatible = "allwinner,sun50i-h616-rsb",
940 "allwinner,sun8i-a23-rsb";

12