Home
last modified time | relevance | path

Searched defs:ccw0 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.h174 u8 cmd_code;
175 u32 cda:24;
177 u32 chain:1;
178 u32 sli:1;
179 u32 skip:1;
180 u32 pci:1;
181 u32 ida:1;
182 u32 suspend:1;
183 u32 mida:1;
184 u8 reserved;
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Dcio.h48 struct ccw0 { struct
49 __u8 cmd_code;
50 __u32 cda : 24;
51 __u8 flags;
52 __u8 reserved;
53 __u16 count;
/openbmc/linux/drivers/s390/cio/
H A Dvfio_ccw_cp.c215 struct ccw0 ccw0; in convert_ccw0_to_ccw1() local