Home
last modified time | relevance | path

Searched refs:INT_BIT_SW_GP_ (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/microchip/
H A Dlan743x_main.h407 #define INT_BIT_SW_GP_ BIT(9) macro
409 #define INT_BIT_ALL_OTHER_ (INT_BIT_SW_GP_ | INT_BIT_1588_)
H A Dlan743x_main.c213 lan743x_csr_write(adapter, INT_EN_CLR, INT_BIT_SW_GP_); in lan743x_intr_software_isr()
330 if (int_sts & INT_BIT_SW_GP_) { in lan743x_intr_shared_isr()
332 int_sts &= ~INT_BIT_SW_GP_; in lan743x_intr_shared_isr()
417 lan743x_csr_write(adapter, INT_EN_SET, INT_BIT_SW_GP_); in lan743x_intr_test_isr()
418 lan743x_csr_write(adapter, INT_SET, INT_BIT_SW_GP_); in lan743x_intr_test_isr()
425 lan743x_csr_write(adapter, INT_EN_CLR, INT_BIT_SW_GP_); in lan743x_intr_test_isr()