Home
last modified time | relevance | path

Searched refs:GLOBAL_CONTROL (Results 1 – 6 of 6) sorted by relevance

/drivers/net/dsa/
Dmv88e6060.h71 #define GLOBAL_CONTROL 0x04 macro
Dmv88e6060.c141 REG_WRITE(REG_GLOBAL, GLOBAL_CONTROL, GLOBAL_CONTROL_MAX_FRAME_1536); in mv88e6060_setup_global()
/drivers/i2c/busses/
Di2c-axxia.c29 #define GLOBAL_CONTROL 0x00 macro
159 writel(0x1, idev->base + GLOBAL_CONTROL); in axxia_i2c_init()
/drivers/pcmcia/
Dvrc4171_card.c65 #define GLOBAL_CONTROL 0x1e macro
610 exca_write_byte(slot, GLOBAL_CONTROL, 0); in vrc4171_add_sockets()
/drivers/net/dsa/mv88e6xxx/
Dmv88e6xxx.h178 #define GLOBAL_CONTROL 0x04 macro
Dchip.c370 err = mv88e6xxx_g1_read(chip, GLOBAL_CONTROL, &val); in mv88e6xxx_ppu_disable()
374 err = mv88e6xxx_g1_write(chip, GLOBAL_CONTROL, in mv88e6xxx_ppu_disable()
397 err = mv88e6xxx_g1_read(chip, GLOBAL_CONTROL, &val); in mv88e6xxx_ppu_enable()
401 err = mv88e6xxx_g1_write(chip, GLOBAL_CONTROL, in mv88e6xxx_ppu_enable()
2778 err = mv88e6xxx_g1_write(chip, GLOBAL_CONTROL, reg); in mv88e6xxx_g1_setup()