Searched refs:IDT_CFG_FBIE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/patm/
H A Dif_patm_intr.c153 (cfg & IDT_CFG_FBIE)) {
155 patm_nor_write(sc, IDT_NOR_CFG, cfg & ~IDT_CFG_FBIE);
157 } else if (!(cfg & IDT_CFG_FBIE)) {
159 patm_nor_write(sc, IDT_NOR_CFG, cfg | IDT_CFG_FBIE);
H A Didt77252reg.h147 #define IDT_CFG_FBIE 0x00000040 /* free buffer queue interrupt enable */ macro
H A Dif_patm.c211 IDT_CFG_TIMOIE | IDT_CFG_FBIE | IDT_CFG_TXENB | IDT_CFG_TXINT |

Completed in 83 milliseconds