Searched refs:GLOBAL_CONTROL (Results 1 – 6 of 6) sorted by relevance
/drivers/net/dsa/ |
D | mv88e6060.h | 71 #define GLOBAL_CONTROL 0x04 macro
|
D | mv88e6060.c | 141 REG_WRITE(REG_GLOBAL, GLOBAL_CONTROL, GLOBAL_CONTROL_MAX_FRAME_1536); in mv88e6060_setup_global()
|
/drivers/i2c/busses/ |
D | i2c-axxia.c | 29 #define GLOBAL_CONTROL 0x00 macro 159 writel(0x1, idev->base + GLOBAL_CONTROL); in axxia_i2c_init()
|
/drivers/pcmcia/ |
D | vrc4171_card.c | 65 #define GLOBAL_CONTROL 0x1e macro 610 exca_write_byte(slot, GLOBAL_CONTROL, 0); in vrc4171_add_sockets()
|
/drivers/net/dsa/mv88e6xxx/ |
D | mv88e6xxx.h | 178 #define GLOBAL_CONTROL 0x04 macro
|
D | chip.c | 370 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()
|