Searched refs:MT_LED_PHYS (Results 1 – 4 of 4) sorted by relevance
548 #define MT_LED_PHYS(_n) (MT_LED_BASE_PHYS + (_n)) macro550 #define MT_LED_CTRL MT_LED_PHYS(0x00)560 #define MT_LED_STATUS_0(_n) MT_LED_PHYS(0x10 + ((_n) * 8))561 #define MT_LED_STATUS_1(_n) MT_LED_PHYS(0x14 + ((_n) * 8))
587 #define MT_LED_PHYS(_n) (MT_LED_BASE_PHYS + (_n)) macro589 #define MT_LED_CTRL MT_LED_PHYS(0x00)598 #define MT_LED_STATUS_0(_n) MT_LED_PHYS(0x10 + ((_n) * 8))599 #define MT_LED_STATUS_1(_n) MT_LED_PHYS(0x14 + ((_n) * 8))
1069 #define MT_LED_PHYS(_n) (MT_LED_TOP_BASE + (_n)) macro1071 #define MT_LED_CTRL(_n) MT_LED_PHYS(0x00 + ((_n) * 4))1077 #define MT_LED_TX_BLINK(_n) MT_LED_PHYS(0x10 + ((_n) * 4))1081 #define MT_LED_STATUS_0(_n) MT_LED_PHYS(0x20 + ((_n) * 8))1082 #define MT_LED_STATUS_1(_n) MT_LED_PHYS(0x24 + ((_n) * 8))1087 #define MT_LED_EN(_n) MT_LED_PHYS(0x40 + ((_n) * 4))
651 #define MT_LED_PHYS(_n) (MT_LED_TOP_BASE + (_n)) macro653 #define MT_LED_CTRL(_n) MT_LED_PHYS(0x00 + ((_n) * 4))659 #define MT_LED_TX_BLINK(_n) MT_LED_PHYS(0x10 + ((_n) * 4))663 #define MT_LED_EN(_n) MT_LED_PHYS(0x40 + ((_n) * 4))
Completed in 23 milliseconds