Searched full:mrmac0 (Results 1 – 3 of 3) sorted by relevance
691 rtsn_write(priv, MRMAC0, (mac_addr[0] << 8) | mac_addr[1]); in rtsn_rmac_init()981 u32 mrmac0; in rtsn_parse_mac_address() local991 mrmac0 = rtsn_read(priv, MRMAC0); in rtsn_parse_mac_address()994 addr[0] = (mrmac0 >> 8) & 0xff; in rtsn_parse_mac_address()995 addr[1] = (mrmac0 >> 0) & 0xff; in rtsn_parse_mac_address()
1131 u32 mrmac0 = ioread32(etha->addr + MRMAC0); in rswitch_etha_read_mac_address() local1135 mac[0] = (mrmac0 >> 8) & 0xFF; in rswitch_etha_read_mac_address()1136 mac[1] = (mrmac0 >> 0) & 0xFF; in rswitch_etha_read_mac_address()1145 iowrite32((mac[0] << 8) | mac[1], etha->addr + MRMAC0); in rswitch_etha_write_mac_address()
250 MRMAC0 = RMRO + 0x0084, enumerator