Searched refs:BDEV_REGS_BASE (Results 1 – 1 of 1) sorted by relevance
137 #define BDEV_REGS_BASE (NET_REGS_BASE + NET_REGS_SIZE) macro140 #define BDEV_CMD (BDEV_REGS_BASE + 0) /* command */141 #define BDEV_CMD_ADDR (BDEV_REGS_BASE + 4) /* address of next transfer, 32bit */142 #define BDEV_CMD_OFF (BDEV_REGS_BASE + 8) /* offset of next transfer, 64bit */143 #define BDEV_CMD_LEN (BDEV_REGS_BASE + 16) /* length of next transfer, 32bit */145 #define BDEV_LEN (BDEV_REGS_BASE + 20) /* length of block device, 64bit */
Completed in 3 milliseconds