Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/cio/
H A Dorb.h26 u32 pfch:1; /* prefetch control */ member
H A Ddevice_status.c244 cdev_irb->scsw.cmd.pfch = irb->scsw.cmd.pfch; in ccw_device_accumulate_irb()
H A Dcio.c140 orb->cmd.pfch = priv->options.prefetch == 0; in cio_start_key()
H A Dvfio_ccw_cp.c723 if (!orb->cmd.pfch && __ratelimit(&ratelimit_state)) in cp_init()
/openbmc/qemu/ui/
H A Dcurses.c466 char *pfch, *pmbch; in convert_font() local
470 pfch = (char *) &fch; in convert_font()
475 if (iconv(conv, &pfch, &sfch, &pmbch, &smbch) == (size_t) -1) { in convert_font()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.h244 u32 pfch:1; /* prefetch control */ member
H A Dcio.c318 .pfch = 1, in __do_cio()
/openbmc/linux/arch/s390/include/asm/
H A Dscsw.h45 __u32 pfch : 1; member