Searched refs:err_cfg (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/arch/hppa/stand/libsa/ |
H A D | cmd_hppa.c | 916 uint32_t arb_mask, err_cfg, control; in elroy_conf_read() local 922 err_cfg = *(volatile uint32_t *)&elroy->err_cfg; in elroy_conf_read() 928 *(volatile uint32_t *)&elroy->err_cfg = err_cfg | in elroy_conf_read() 940 *(volatile uint32_t *)&elroy->err_cfg = err_cfg; in elroy_conf_read()
|
/openbsd/sys/arch/hppa/dev/ |
H A D | elroy.c | 254 u_int32_t arb_mask, err_cfg, control; in elroy_conf_read() local 259 err_cfg = elroy_read32(&r->err_cfg); in elroy_conf_read() 263 elroy_write32(&r->err_cfg, err_cfg | in elroy_conf_read() 275 elroy_write32(&r->err_cfg, err_cfg); in elroy_conf_read() 289 u_int32_t arb_mask, err_cfg, control; in elroy_conf_write() local 294 err_cfg = elroy_read32(&r->err_cfg); in elroy_conf_write() 298 elroy_write32(&r->err_cfg, err_cfg | in elroy_conf_write() 316 elroy_write32(&r->err_cfg, err_cfg); in elroy_conf_write()
|
H A D | elroyreg.h | 101 u_int32_t err_cfg; /* 0x680 error config */ member
|