Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/hppa/dev/
Delroyreg.h59 #define ELROY_CONTROL_CE 0x20 /* clear error log enable */ macro
Delroy.c265 elroy_write32(&r->control, (control | htole32(ELROY_CONTROL_CE)) & in elroy_conf_read()
273 htole32(ELROY_CONTROL_CE|ELROY_CONTROL_CL)); in elroy_conf_read()
300 elroy_write32(&r->control, (control | htole32(ELROY_CONTROL_CE)) & in elroy_conf_write()
314 htole32(ELROY_CONTROL_CE|ELROY_CONTROL_CL)); in elroy_conf_write()
/openbsd/src/sys/arch/hppa/stand/libsa/
Dcmd_hppa.c931 (control | htole32(ELROY_CONTROL_CE)) & ~htole32(ELROY_CONTROL_HF); in elroy_conf_read()
938 control | htole32(ELROY_CONTROL_CE | ELROY_CONTROL_CL); in elroy_conf_read()