Data Fields | |
__u32 | address |
__u8 | count |
__u8 * | data |
Definition at line 65 of file most-netservice.h.
the address where the lower 8 bits are the real adress part and the bits 8..9 are the page part
Definition at line 66 of file most-netservice.h.
Referenced by ioctl_read_regblock(), and ioctl_write_regblock().
the number of items that should be read or written
Definition at line 69 of file most-netservice.h.
Referenced by ioctl_read_regblock(), and ioctl_write_regblock().
__u8* block_transfer_arg::data |
a pointer to an array of length count that holds the data that should be written or that is to be read
Definition at line 71 of file most-netservice.h.
Referenced by ioctl_read_regblock(), and ioctl_write_regblock().