Searched refs:pmac (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/arm/mach-mvebu/ |
| A D | kirkwood.c | 86 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 D | Makefile | 7 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 | .gitignore | 34 zImage.pmac
|
| A D | wrapper | 262 pmac|chrp)
|
| A D | Makefile | 271 image-$(CONFIG_PPC_PMAC) += zImage.pmac
|
| /linux/arch/mips/cavium-octeon/ |
| A D | octeon-platform.c | 561 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 D | netxen_nic_hw.c | 1000 __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 D | ray_cs.c | 2271 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 D | MAINTAINERS | 10933 N: /pmac
|
Completed in 41 milliseconds