Searched refs:WB_SIO (Results 1 – 2 of 2) sorted by relevance
46 write32(device->reg_base + WB_SIO, \47 read32(device->reg_base + WB_SIO) | x)50 write32(device->reg_base + WB_SIO, \51 read32(device->reg_base + WB_SIO) & ~x)53 #define MII_DELAY(x) read32(x->reg_base + WB_SIO)108 write32(device->reg_base + WB_SIO, 0); in wb_mii_readreg()136 ack = read32(device->reg_base + WB_SIO) & WB_SIO_MII_DATAOUT; in wb_mii_readreg()162 if (read32(device->reg_base + WB_SIO) & WB_SIO_MII_DATAOUT) in wb_mii_readreg()257 #define EEPROM_DELAY(x) read32(x->reg_base + WB_SIO)329 write32(device->reg_base + WB_SIO, WB_SIO_EESEL|WB_SIO_EE_CS); in wb_eeprom_getword()[all …]
55 WB_SIO = 0x24, /* MII and ROM/EEPROM access */ enumerator