Home
last modified time | relevance | path

Searched refs:INT_BIT_SW_GP_ (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H A Dlan743x_main.h222 #define INT_BIT_SW_GP_ BIT(9) macro
224 #define INT_BIT_ALL_OTHER_ (INT_BIT_SW_GP_ | INT_BIT_1588_)
H A Dlan743x_main.c162 if (int_sts & INT_BIT_SW_GP_) { in lan743x_intr_software_isr()
164 lan743x_csr_write(adapter, INT_EN_CLR, INT_BIT_SW_GP_); in lan743x_intr_software_isr()
281 if (int_sts & INT_BIT_SW_GP_) { in lan743x_intr_shared_isr()
283 int_sts &= ~INT_BIT_SW_GP_; in lan743x_intr_shared_isr()
369 lan743x_csr_write(adapter, INT_EN_SET, INT_BIT_SW_GP_); in lan743x_intr_test_isr()
372 lan743x_csr_write(adapter, INT_SET, INT_BIT_SW_GP_); in lan743x_intr_test_isr()
382 lan743x_csr_write(adapter, INT_EN_CLR, INT_BIT_SW_GP_); in lan743x_intr_test_isr()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/
H A Dlan743x_main.c211 lan743x_csr_write(adapter, INT_EN_CLR, INT_BIT_SW_GP_); in lan743x_intr_software_isr()
328 if (int_sts & INT_BIT_SW_GP_) { in lan743x_intr_shared_isr()
330 int_sts &= ~INT_BIT_SW_GP_; in lan743x_intr_shared_isr()
415 lan743x_csr_write(adapter, INT_EN_SET, INT_BIT_SW_GP_); in lan743x_intr_test_isr()
416 lan743x_csr_write(adapter, INT_SET, INT_BIT_SW_GP_); in lan743x_intr_test_isr()
423 lan743x_csr_write(adapter, INT_EN_CLR, INT_BIT_SW_GP_); in lan743x_intr_test_isr()
H A Dlan743x_main.h379 #define INT_BIT_SW_GP_ BIT(9) macro
381 #define INT_BIT_ALL_OTHER_ (INT_BIT_SW_GP_ | INT_BIT_1588_)

Completed in 14 milliseconds