Home
last modified time | relevance | path

Searched refs:other_addr (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dmips_gic.c103 return gic->vps[vp_index].other_addr; in gic_read_vp()
175 other_index = gic->vps[vp_index].other_addr; in gic_read()
245 gic->vps[vp_index].other_addr = data; in gic_write_vp()
338 other_index = gic->vps[vp_index].other_addr; in gic_write()
373 gic->vps[i].other_addr = 0x0; in gic_reset()
/openbmc/qemu/include/hw/intc/
H A Dmips_gic.h196 uint32_t other_addr; member
/openbmc/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c1114 u8 other_addr[ETH_ALEN]; member
6498 hw_priv->hw.ksz_switch->other_addr[j++] = in get_mac_addr()
6500 hw_priv->hw.ksz_switch->other_addr[5] += in get_mac_addr()
6524 sw->other_addr[5] = (u8) data[0]; in read_other_addr()
6525 sw->other_addr[4] = (u8)(data[0] >> 8); in read_other_addr()
6526 sw->other_addr[3] = (u8) data[1]; in read_other_addr()
6527 sw->other_addr[2] = (u8)(data[1] >> 8); in read_other_addr()
6528 sw->other_addr[1] = (u8) data[2]; in read_other_addr()
6529 sw->other_addr[0] = (u8)(data[2] >> 8); in read_other_addr()
6663 memcpy(sw->other_addr, hw->override_addr, ETH_ALEN); in pcidev_init()
[all …]