Home
last modified time | relevance | path

Searched refs:IRQ_LCI (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/micrel/
H A Dks8851_common.c351 if (status & IRQ_LCI) in ks8851_irq()
352 handled |= IRQ_LCI; in ks8851_irq()
415 if (status & IRQ_LCI) in ks8851_irq()
H A Dks8851.h190 #define IRQ_LCI (1 << 15) macro
H A Dks8851_par.c305 #define STD_IRQ (IRQ_LCI | /* Link Change */ \ in ks8851_probe_par()
H A Dks8851_spi.c430 #define STD_IRQ (IRQ_LCI | /* Link Change */ \ in ks8851_probe_spi()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dks8851_mll.h204 #define IRQ_LCI (1 << 15) macro
H A Dks8851_mll.c414 ks->rc_ier = (IRQ_LCI | IRQ_TXI | IRQ_RXI); in ks_setup_int()