Searched refs:pmac (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/arch/arm/mach-mvebu/ |
D | kirkwood.c | 83 struct property *pmac; in kirkwood_dt_eth_fixup() local 109 pmac = kzalloc(sizeof(*pmac) + 6, GFP_KERNEL); in kirkwood_dt_eth_fixup() 110 if (!pmac) in kirkwood_dt_eth_fixup() 113 pmac->value = pmac + 1; in kirkwood_dt_eth_fixup() 114 pmac->length = 6; in kirkwood_dt_eth_fixup() 115 pmac->name = kstrdup("local-mac-address", GFP_KERNEL); in kirkwood_dt_eth_fixup() 116 if (!pmac->name) { in kirkwood_dt_eth_fixup() 117 kfree(pmac); in kirkwood_dt_eth_fixup() 121 macaddr = pmac->value; in kirkwood_dt_eth_fixup() 132 of_update_property(np, pmac); in kirkwood_dt_eth_fixup()
|
/linux-6.1.9/sound/ppc/ |
D | Makefile | 7 snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywest.o beep.o
|
/linux-6.1.9/arch/powerpc/boot/ |
D | .gitignore | 35 zImage.pmac
|
D | wrapper | 262 pmac|chrp)
|
D | Makefile | 278 image-$(CONFIG_PPC_PMAC) += zImage.pmac 456 zImage.miboot zImage.pmac zImage.pseries \
|
/linux-6.1.9/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 564 static void __init octeon_fdt_set_mac_addr(int n, u64 *pmac) in octeon_fdt_set_mac_addr() argument 569 u64 mac = *pmac; in octeon_fdt_set_mac_addr() 591 *pmac = mac + 1; in octeon_fdt_set_mac_addr()
|
/linux-6.1.9/drivers/net/ethernet/qlogic/netxen/ |
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-6.1.9/drivers/net/wireless/ |
D | ray_cs.c | 2273 struct ieee80211_hdr *pmac = (struct ieee80211_hdr *)skb->data; in untranslate() local 2282 memcpy(destaddr, ieee80211_get_DA(pmac), ADDRLEN); in untranslate() 2283 memcpy(srcaddr, ieee80211_get_SA(pmac), ADDRLEN); in untranslate()
|
/linux-6.1.9/ |
D | MAINTAINERS | 11791 N: /pmac
|