Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/dsa/
Dmv88e6xxx.h101 #define GLOBAL_CONTROL_PPU_ENABLE BIT(14) macro
Dmv88e6xxx.c245 ret & ~GLOBAL_CONTROL_PPU_ENABLE); in mv88e6xxx_ppu_disable()
265 REG_WRITE(REG_GLOBAL, GLOBAL_CONTROL, ret | GLOBAL_CONTROL_PPU_ENABLE); in mv88e6xxx_ppu_enable()