Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dcs4280.c683 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()
Dcs4280reg.h217 #define CS4280_CIE 0x0104 /* Capture Interrupt Enable */ macro