Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dparallel.c68 #define PARA_CTR_DIR 0x20 /* Direction (1=read, 0=write) */ macro
156 if ((val & PARA_CTR_DIR) != (s->control & PARA_CTR_DIR)) { in parallel_ioport_write_hw()
157 if (val & PARA_CTR_DIR) { in parallel_ioport_write_hw()
163 parm &= ~PARA_CTR_DIR; in parallel_ioport_write_hw()
170 if ((s->control & (PARA_CTR_DIR|PARA_CTR_SIGNAL)) != PARA_CTR_INIT) in parallel_ioport_write_hw()
185 if ((s->control & (PARA_CTR_DIR|PARA_CTR_SIGNAL)) != PARA_CTR_INIT) in parallel_ioport_write_hw()
212 if ((s->control & (PARA_CTR_DIR|PARA_CTR_SIGNAL)) != PARA_CTR_INIT) { in parallel_ioport_eppdata_write_hw2()
237 if ((s->control & (PARA_CTR_DIR|PARA_CTR_SIGNAL)) != PARA_CTR_INIT) { in parallel_ioport_eppdata_write_hw4()
259 if (s->control & PARA_CTR_DIR) in parallel_ioport_read_sw()
324 if ((s->control & (PARA_CTR_DIR | PARA_CTR_SIGNAL)) != in parallel_ioport_read_hw()
[all …]