Lines Matching defs:offset
384 * offset: 0000
470 * offset: 0x400
756 * offset: 0x800
1787 * offset: 0x6400
1965 * offset: 0xc00
2406 * offset: 0x1000
2591 * offset: 0x1400
3123 * offset: 0x1800
4172 * offset: 0x2000
4198 * offset: 0x200000
4277 * offset: 0x2800
4458 * offset: 0x3c00
4566 * offset: 0x4c00
4576 * offset: 0x5000
4648 * offset: 0x5400
4690 * offset: 0x5c00
4840 * offset: 0x6800
5636 * offset: 0x40000
5731 * offset: 0x80000
5826 * offset: 0xc0000
5968 * offset: 0x100000
6134 * offset: 0x180000
6257 * offset: 0x140000
7006 #define BNX2_RD(bp, offset) \
7007 readl(bp->regview + offset)
7009 #define BNX2_WR(bp, offset, val) \
7010 writel(val, bp->regview + offset)
7012 #define BNX2_WR16(bp, offset, val) \
7013 writew(val, bp->regview + offset)
7037 __be32 offset;
7457 #define DP_SHMEM_LINE(bp, offset) \
7459 offset, \
7460 bnx2_shmem_rd(bp, offset), \
7461 bnx2_shmem_rd(bp, offset + 4), \
7462 bnx2_shmem_rd(bp, offset + 8), \
7463 bnx2_shmem_rd(bp, offset + 12))