Home
last modified time | relevance | path

Searched refs:ccwIplRead (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Ddasd-ipl.c102 Ccw0 *ccwIplRead = (Ccw0 *)0x00; in make_readipl() local
105 memset(ccwIplRead, 0, sizeof(Ccw0)); in make_readipl()
108 ccwIplRead->cmd_code = CCW_CMD_READ_IPL; in make_readipl()
109 ccwIplRead->cda = 0x00; /* Read into address 0x00 in main memory */ in make_readipl()
110 ccwIplRead->chain = 0; /* Chain flag */ in make_readipl()
111 ccwIplRead->count = 0x18; /* Read 0x18 bytes of data */ in make_readipl()