Lines Matching full:true
40 {#name, HBG_INT_MSK_##name##_B, true, need_print, \
46 HBG_ERR_IRQ_I(TX_PKT_CPL, true, true),
47 HBG_ERR_IRQ_I(MAC_MII_FIFO_ERR, true, true),
48 HBG_ERR_IRQ_I(MAC_PCS_RX_FIFO_ERR, true, true),
49 HBG_ERR_IRQ_I(MAC_PCS_TX_FIFO_ERR, true, true),
50 HBG_ERR_IRQ_I(MAC_APP_RX_FIFO_ERR, true, true),
51 HBG_ERR_IRQ_I(MAC_APP_TX_FIFO_ERR, true, true),
52 HBG_ERR_IRQ_I(SRAM_PARITY_ERR, true, false),
53 HBG_ERR_IRQ_I(TX_AHB_ERR, true, true),
55 HBG_ERR_IRQ_I(REL_BUF_ERR, true, false),
59 HBG_ERR_IRQ_I(RX_AHB_ERR, true, false),
60 HBG_ERR_IRQ_I(MAC_FIFO_ERR, true, true),
61 HBG_ERR_IRQ_I(RBREQ_ERR, true, true),
62 HBG_ERR_IRQ_I(WE_ERR, true, true),
87 hbg_hw_irq_enable(priv, info->mask, true); in hbg_irq_handle()