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

/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_intr.c154 (cfg & IDT_CFG_FBIE)) {
156 patm_nor_write(sc, IDT_NOR_CFG, cfg & ~IDT_CFG_FBIE);
158 } else if (!(cfg & IDT_CFG_FBIE)) {
160 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.c212 IDT_CFG_TIMOIE | IDT_CFG_FBIE | IDT_CFG_TXENB | IDT_CFG_TXINT |

Completed in 170 milliseconds