other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| STRUCT CIW(9) | The ccw bus | STRUCT CIW(9) |
NAME¶
struct_ciw - command information word (CIW) layoutSYNOPSIS¶
struct ciw {
__u32 et:2;
__u32 reserved:2;
__u32 ct:4;
__u32 cmd:8;
__u32 count:16;
};
MEMBERS¶
etentry type
reserved
reserved bits
ct
command type
cmd
command code
count
command count
AUTHOR¶
Cornelia Huck <cornelia.huck@de.ibm.com>Author.
COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |