Searched refs:rdb (Results 1 – 14 of 14) sorted by relevance
32 struct RigidDiskBlock *rdb; in amiga_partition() local53 rdb = (struct RigidDiskBlock *)data; in amiga_partition()54 if (checksum_block((__be32 *)data, be32_to_cpu(rdb->rdb_SummedLongs) & 0x7F) == 0) in amiga_partition()61 be32_to_cpu(rdb->rdb_SummedLongs) & 0x7F)==0) { in amiga_partition()72 blksize = be32_to_cpu( rdb->rdb_BlockBytes ) / 512; in amiga_partition()81 blk = be32_to_cpu(rdb->rdb_PartitionList); in amiga_partition()
175 dd if=/dev/<disk> of=rdb.tmp count=1176 cp rdb.tmp rdb.fixed177 dd if=/dev/zero of=rdb.fixed bs=1 seek=220 count=4178 dd if=rdb.fixed of=/dev/<disk>
536 writeq((u64) 1 << db, ndev->reg_ofs.rdb); in ntb_ring_doorbell()539 (db * ndev->bits_per_vector), ndev->reg_ofs.rdb); in ntb_ring_doorbell()757 ndev->reg_ofs.rdb = in ntb_xeon_setup()783 ndev->reg_ofs.rdb = ndev->reg_base + in ntb_xeon_setup()906 ndev->reg_ofs.rdb = ndev->reg_base + SNB_SDOORBELL_OFFSET; in ntb_xeon_setup()937 ndev->reg_ofs.rdb = ndev->reg_base + SNB_PDOORBELL_OFFSET; in ntb_xeon_setup()1008 ndev->reg_ofs.rdb = ndev->reg_base + BWD_B2B_DOORBELL_OFFSET; in ntb_bwd_setup()
130 void __iomem *rdb; member
45 rdb {
39 rdb {
67 rdb {
24 rdb {
182 #define rdb(ep, off) __raw_readb((ep)->base_addr + (off)) macro