INT_BIT_SW_GP_    147 drivers/net/ethernet/microchip/lan743x_main.c 	if (int_sts & INT_BIT_SW_GP_) {
INT_BIT_SW_GP_    148 drivers/net/ethernet/microchip/lan743x_main.c 		lan743x_csr_write(adapter, INT_STS, INT_BIT_SW_GP_);
INT_BIT_SW_GP_    266 drivers/net/ethernet/microchip/lan743x_main.c 		if (int_sts & INT_BIT_SW_GP_) {
INT_BIT_SW_GP_    268 drivers/net/ethernet/microchip/lan743x_main.c 			int_sts &= ~INT_BIT_SW_GP_;
INT_BIT_SW_GP_    354 drivers/net/ethernet/microchip/lan743x_main.c 	lan743x_csr_write(adapter, INT_EN_SET, INT_BIT_SW_GP_);
INT_BIT_SW_GP_    357 drivers/net/ethernet/microchip/lan743x_main.c 	lan743x_csr_write(adapter, INT_SET, INT_BIT_SW_GP_);
INT_BIT_SW_GP_    367 drivers/net/ethernet/microchip/lan743x_main.c 	lan743x_csr_write(adapter, INT_EN_CLR, INT_BIT_SW_GP_);
INT_BIT_SW_GP_    219 drivers/net/ethernet/microchip/lan743x_main.h #define INT_BIT_ALL_OTHER_		(INT_BIT_SW_GP_ | INT_BIT_1588_)