Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/dsa/
Dmv88e6171.c47 GLOBAL_CONTROL_PPU_ENABLE | GLOBAL_CONTROL_DISCARD_EXCESS); in mv88e6171_setup_global()
Dmv88e6131.c50 GLOBAL_CONTROL_PPU_ENABLE | GLOBAL_CONTROL_MAX_FRAME_1632); in mv88e6131_setup_global()
Dmv88e6352.c59 GLOBAL_CONTROL_PPU_ENABLE | GLOBAL_CONTROL_DISCARD_EXCESS); in mv88e6352_setup_global()
Dmv88e6xxx.h196 #define GLOBAL_CONTROL_PPU_ENABLE BIT(14) macro
Dmv88e6xxx.c243 ret & ~GLOBAL_CONTROL_PPU_ENABLE); in mv88e6xxx_ppu_disable()
263 REG_WRITE(REG_GLOBAL, GLOBAL_CONTROL, ret | GLOBAL_CONTROL_PPU_ENABLE); in mv88e6xxx_ppu_enable()