Searched refs:icpt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.c | 1386 u32 icpt, ictt; in enetc_setup_interrupts() local 1392 icpt = ENETC_RBICR0_SET_ICPT(ENETC_RXIC_PKTTHR); in enetc_setup_interrupts() 1396 icpt = 0x1; /* enable Rx ints by setting pkt thr to 1 */ in enetc_setup_interrupts() 1402 enetc_rxbdr_wr(hw, i, ENETC_RBICR0, ENETC_RBICR0_ICEN | icpt); in enetc_setup_interrupts() 1407 icpt = ENETC_TBICR0_SET_ICPT(ENETC_TXIC_PKTTHR); in enetc_setup_interrupts() 1409 icpt = 0x1; /* enable Tx ints by setting pkt thr to 1 */ in enetc_setup_interrupts() 1413 enetc_txbdr_wr(hw, i, ENETC_TBICR0, ENETC_TBICR0_ICEN | icpt); in enetc_setup_interrupts()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.c | 2358 u32 icpt, ictt; in enetc_setup_interrupts() local 2364 icpt = ENETC_RBICR0_SET_ICPT(ENETC_RXIC_PKTTHR); in enetc_setup_interrupts() 2368 icpt = 0x1; /* enable Rx ints by setting pkt thr to 1 */ in enetc_setup_interrupts() 2374 enetc_rxbdr_wr(hw, i, ENETC_RBICR0, ENETC_RBICR0_ICEN | icpt); in enetc_setup_interrupts() 2379 icpt = ENETC_TBICR0_SET_ICPT(ENETC_TXIC_PKTTHR); in enetc_setup_interrupts() 2381 icpt = 0x1; /* enable Tx ints by setting pkt thr to 1 */ in enetc_setup_interrupts() 2385 enetc_txbdr_wr(hw, i, ENETC_TBICR0, ENETC_TBICR0_ICEN | icpt); in enetc_setup_interrupts()
|
Completed in 7 milliseconds