Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/xen/
Dmmu.c553 phys_addr_t other_addr; in xen_make_pte_debug() local
567 other_addr = pfn_to_mfn(addr >> PAGE_SHIFT) << PAGE_SHIFT; in xen_make_pte_debug()
568 WARN_ONCE(addr != other_addr, in xen_make_pte_debug()
570 (unsigned long)addr, (unsigned long)other_addr); in xen_make_pte_debug()
573 other_addr = (_pte.pte & PTE_PFN_MASK); in xen_make_pte_debug()
574 WARN_ONCE((addr == other_addr) && (!io_page) && (!iomap_set), in xen_make_pte_debug()
/linux-2.6.39/drivers/net/
Dksz884x.c1190 u8 other_addr[MAC_ADDR_LEN]; member
6917 hw_priv->hw.ksz_switch->other_addr[j++] = in get_mac_addr()
6919 hw_priv->hw.ksz_switch->other_addr[5] += in get_mac_addr()
6943 sw->other_addr[5] = (u8) data[0]; in read_other_addr()
6944 sw->other_addr[4] = (u8)(data[0] >> 8); in read_other_addr()
6945 sw->other_addr[3] = (u8) data[1]; in read_other_addr()
6946 sw->other_addr[2] = (u8)(data[1] >> 8); in read_other_addr()
6947 sw->other_addr[1] = (u8) data[2]; in read_other_addr()
6948 sw->other_addr[0] = (u8)(data[2] >> 8); in read_other_addr()
7093 memcpy(sw->other_addr, hw->override_addr, MAC_ADDR_LEN); in pcidev_init()
[all …]