Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Ddasd-ipl.c88 rc = do_cio(schid, cutype, cpa, CCW_FMT0); in run_dynamic_ccw_program()
116 return do_cio(schid, cutype, 0x00, CCW_FMT0); in run_readipl()
186 return do_cio(schid, cutype, startAddr, CCW_FMT0); in run_ipl1()
H A Dcio.c61 if (do_cio(schid, CU_TYPE_UNKNOWN, ptr2u32(&sense_id_ccw), CCW_FMT1)) { in cu_type()
370 int do_cio(SubChannelId schid, uint16_t cutype, uint32_t ccw_addr, int fmt) in do_cio() function
H A Dcio.h371 int do_cio(SubChannelId schid, uint16_t cutype, uint32_t ccw_addr, int fmt);
H A Dvirtio.c106 return do_cio(vdev->schid, vdev->senseid.cu_type, ptr2u32(&ccw), CCW_FMT1); in run_ccw()