Home
last modified time | relevance | path

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

/openbsd/sys/arch/hppa/include/
H A Diomod.h371 #define IO_ERR_MEM_RY 0x00040 /* IO_COMMAND register ready for command */ macro
/openbsd/sys/arch/hppa/dev/
H A Dsiop_sgc.c108 while ((regs->io_status & IO_ERR_MEM_RY) == 0) in siop_sgc_attach()