Searched refs:eeprom (Results 1 - 19 of 19) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/lantiq/falcon/profiles/
H A D000-generic.mk5 kmod-i2c-core kmod-i2c-falcon-lantiq kmod-eeprom-at24 \
6 kmod-spi-bitbang kmod-spi-gpio kmod-eeprom-at25 \
H A D001-lantiq.mk5 kmod-i2c-core kmod-i2c-algo-bit kmod-i2c-gpio kmod-eeprom-at24 \
6 kmod-spi-bitbang kmod-spi-gpio kmod-eeprom-at25
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/arch/mips/ath79/
H A Dmach-mzk-w300nh.c86 u8 *eeprom = (u8 *) KSEG1ADDR(0x1fff1000); local
90 ath79_init_mac(ath79_eth0_data.mac_addr, eeprom, 0);
96 ath79_init_mac(ath79_eth1_data.mac_addr, eeprom, 1);
111 ath79_register_wmac(eeprom, NULL);
H A Dmach-mzk-w04nu.c93 u8 *eeprom = (u8 *) KSEG1ADDR(0x1fff1000); local
97 ath79_init_mac(ath79_eth0_data.mac_addr, eeprom, 0);
103 ath79_init_mac(ath79_eth1_data.mac_addr, eeprom, 1);
120 ath79_register_wmac(eeprom, NULL);
H A Dmach-wnr2000.c116 u8 *eeprom = (u8 *) KSEG1ADDR(0x1fff1000); local
120 ath79_init_mac(ath79_eth0_data.mac_addr, eeprom, 0);
126 ath79_init_mac(ath79_eth1_data.mac_addr, eeprom, 1);
142 ath79_register_wmac(eeprom, NULL);
H A Dmach-wrt160nl.c87 u8 *eeprom = (u8 *) KSEG1ADDR(0x1fff1000); local
113 ath79_register_wmac(eeprom, mac);
115 ath79_register_wmac(eeprom, NULL);
H A Dmach-tew-632brp.c74 u8 *eeprom = (u8 *) KSEG1ADDR(0x1fff1000); local
105 ath79_register_wmac(eeprom, wlan_mac);
H A Dmach-tl-wa901nd-v2.c79 u8 *eeprom = (u8 *) KSEG1ADDR(0x1fff1000); local
100 ath79_register_wmac(eeprom, mac);
H A Dmach-tl-wr941nd.c96 u8 *eeprom = (u8 *) KSEG1ADDR(0x1fff1000); local
117 ath79_register_wmac(eeprom, mac);
H A Dmach-wzr-hp-g300nh2.c143 u8 *eeprom = (u8 *) KSEG1ADDR(0x1f051000); local
144 u8 *mac0 = eeprom + WZRHPG300NH2_MAC_OFFSET;
174 ap91_pci_init(eeprom, mac0);
H A Dmach-ap83.c195 u8 *eeprom = (u8 *) KSEG1ADDR(0x1fff1000); local
199 ath79_init_mac(ath79_eth0_data.mac_addr, eeprom, 0);
205 ath79_init_mac(ath79_eth1_data.mac_addr, eeprom, 1);
223 ath79_register_wmac(eeprom, NULL);
H A Dmach-dir-615-c1.c98 u8 *eeprom = (u8 *) KSEG1ADDR(0x1fff1000); local
129 ath79_register_wmac(eeprom, wlan_mac);
H A Dmach-tl-wr1043nd.c111 u8 *eeprom = (u8 *) KSEG1ADDR(0x1fff1000); local
137 ath79_register_wmac(eeprom, mac);
H A Dmach-tl-wr2543n.c118 u8 *eeprom = (u8 *) KSEG1ADDR(0x1fff1000); local
141 ap91_pci_init(eeprom, mac);
H A Dmach-nbg460n.c182 u8 *eeprom = (u8 *) KSEG1ADDR(0x1fff1000); local
206 ath79_register_wmac(eeprom, mac);
H A Dmach-wzr-hp-g300nh.c234 u8 *eeprom = (u8 *) KSEG1ADDR(0x1fff1000); local
235 u8 *mac = eeprom + WZRHPG300NH_MAC_OFFSET;
267 ath79_register_wmac(eeprom, NULL);
/netgear-R7800-V1.0.2.28/target/linux/omap24xx/base-files/etc/hotplug.d/firmware/
H A D20-p54spi-eeprom19 /usr/bin/cal2p54 /tmp/wlan-tx-gen2 /tmp/wlan-iq-align >/lib/firmware/3826.eeprom ||\
25 [ "$FIRMWARE" = "3826.eeprom" ] && {
27 [ -e /lib/firmware/3826.eeprom ] ||\
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/arch/mips/lantiq/falcon/
H A Dmach-easy98000.c14 #include <linux/spi/eeprom.h>
58 /* setup gpio based spi bus/device for access to the eeprom on the board */
/netgear-R7800-V1.0.2.28/package/kernel/modules/
H A Dother.mk73 define KernelPackage/eeprom-93cx6
77 FILES:=$(LINUX_DIR)/drivers/misc/eeprom/eeprom_93cx6.ko
81 define KernelPackage/eeprom-93cx6/description
85 $(eval $(call KernelPackage,eeprom-93cx6))
88 define KernelPackage/eeprom-at24
93 FILES:=$(LINUX_DIR)/drivers/misc/eeprom/at24.ko
97 define KernelPackage/eeprom-at24/description
101 $(eval $(call KernelPackage,eeprom-at24))
104 define KernelPackage/eeprom-at25
108 FILES:=$(LINUX_DIR)/drivers/misc/eeprom/at2
[all...]

Completed in 106 milliseconds