Searched refs:CS4280_CIE (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | cs4280.c | 683 mem = BA1READ4(sc, CS4280_CIE); in cs4280_intr() 684 BA1WRITE4(sc, CS4280_CIE, (mem & ~CIE_CI_MASK) | CIE_CI_DISABLE); in cs4280_intr() 737 BA1WRITE4(sc, CS4280_CIE, mem); in cs4280_intr() 1379 cie = BA1READ4(sc, CS4280_CIE) & ~CIE_CI_MASK; in cs4280_trigger_input() 1380 BA1WRITE4(sc, CS4280_CIE, cie | CIE_CI_ENABLE); in cs4280_trigger_input() 1550 mem = BA1READ4(sc, CS4280_CIE) & ~CIE_CI_MASK; in cs4280_init2() 1552 BA1WRITE4(sc, CS4280_CIE, mem); in cs4280_init2()
|
| D | cs4280reg.h | 217 #define CS4280_CIE 0x0104 /* Capture Interrupt Enable */ macro
|