Searched refs:B44_IMASK (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | b44.h | 49 #define B44_IMASK 0x0024UL /* Interrupt Mask */ macro
|
H A D | b44.c | 241 bw32(bp, B44_IMASK, 0); in __b44_disable_ints() 249 br32(bp, B44_IMASK); in b44_disable_ints() 254 bw32(bp, B44_IMASK, bp->imask); in b44_enable_ints() 917 imask = br32(bp, B44_IMASK); in b44_interrupt()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | b44.h | 49 #define B44_IMASK 0x0024UL /* Interrupt Mask */ macro
|
H A D | b44.c | 220 bw32(bp, B44_IMASK, 0); in __b44_disable_ints() 228 br32(bp, B44_IMASK); in b44_disable_ints() 233 bw32(bp, B44_IMASK, bp->imask); in b44_enable_ints() 896 imask = br32(bp, B44_IMASK); in b44_interrupt()
|
Completed in 9 milliseconds