'\" t .\" Title: struct ccw0 .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: September 2017 .\" Manual: The ccw bus .\" Source: Kernel Hackers Manual 4.12.13 .\" Language: English .\" .TH "STRUCT CCW0" "9" "September 2017" "Kernel Hackers Manual 4\&.12\&" "The ccw bus" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_ccw0 \- channel command word .SH "SYNOPSIS" .sp .nf struct ccw0 { __u8 cmd_code; __u32 cda:24; __u8 flags; __u8 reserved; __u16 count; }; .fi .SH "MEMBERS" .PP __u8 cmd_code .RS 4 command code .RE .PP __u32:24 cda .RS 4 data address .RE .PP __u8 flags .RS 4 flags, like IDA addressing, etc\&. .RE .PP __u8 reserved .RS 4 will be ignored .RE .PP __u16 count .RS 4 byte count .RE .SH "DESCRIPTION" .PP The format\-0 ccw structure\&. .SH "AUTHOR" .PP \fBCornelia Huck\fR <\&cornelia.huck@de.ibm.com\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br