Home
last modified time | relevance | path

Searched refs:pmac (Results 1 – 9 of 9) sorted by relevance

/linux/arch/arm/mach-mvebu/
A Dkirkwood.c86 struct property *pmac; in kirkwood_dt_eth_fixup() local
112 pmac = kzalloc(sizeof(*pmac) + 6, GFP_KERNEL); in kirkwood_dt_eth_fixup()
113 if (!pmac) in kirkwood_dt_eth_fixup()
116 pmac->value = pmac + 1; in kirkwood_dt_eth_fixup()
117 pmac->length = 6; in kirkwood_dt_eth_fixup()
118 pmac->name = kstrdup("local-mac-address", GFP_KERNEL); in kirkwood_dt_eth_fixup()
119 if (!pmac->name) { in kirkwood_dt_eth_fixup()
120 kfree(pmac); in kirkwood_dt_eth_fixup()
124 macaddr = pmac->value; in kirkwood_dt_eth_fixup()
135 of_update_property(np, pmac); in kirkwood_dt_eth_fixup()
/linux/sound/ppc/
A DMakefile7 snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o beep.o
/linux/arch/powerpc/boot/
A D.gitignore34 zImage.pmac
A Dwrapper262 pmac|chrp)
A DMakefile271 image-$(CONFIG_PPC_PMAC) += zImage.pmac
/linux/arch/mips/cavium-octeon/
A Docteon-platform.c561 static void __init octeon_fdt_set_mac_addr(int n, u64 *pmac) in octeon_fdt_set_mac_addr() argument
566 u64 mac = *pmac; in octeon_fdt_set_mac_addr()
588 *pmac = mac + 1; in octeon_fdt_set_mac_addr()
/linux/drivers/net/ethernet/qlogic/netxen/
A Dnetxen_nic_hw.c1000 __le32 *pmac = (__le32 *) mac; in netxen_get_flash_mac_addr() local
1005 if (netxen_get_flash_block(adapter, offset, sizeof(u64), pmac) == -1) in netxen_get_flash_mac_addr()
1014 offset, sizeof(u64), pmac) == -1) in netxen_get_flash_mac_addr()
/linux/drivers/net/wireless/
A Dray_cs.c2271 struct ieee80211_hdr *pmac = (struct ieee80211_hdr *)skb->data; in untranslate() local
2280 memcpy(destaddr, ieee80211_get_DA(pmac), ADDRLEN); in untranslate()
2281 memcpy(srcaddr, ieee80211_get_SA(pmac), ADDRLEN); in untranslate()
/linux/
A DMAINTAINERS10933 N: /pmac

Completed in 41 milliseconds