Home
last modified time | relevance | path

Searched refs:mac_addr0 (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/fm/
H A Dtgec.c73 u32 mac_addr0, mac_addr1; in tgec_set_mac_addr() local
79 mac_addr0 = (mac_addr[3] << 24) | (mac_addr[2] << 16) | \ in tgec_set_mac_addr()
81 out_be32(&regs->mac_addr_0, mac_addr0); in tgec_set_mac_addr()
H A Dmemac.c54 u32 mac_addr0, mac_addr1; in memac_set_mac_addr() local
60 mac_addr0 = (mac_addr[3] << 24) | (mac_addr[2] << 16) | \ in memac_set_mac_addr()
62 out_be32(&regs->mac_addr_0, mac_addr0); in memac_set_mac_addr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c874 static void iwl_flip_hw_address(__le32 mac_addr0, __le32 mac_addr1, u8 *dest) in iwl_flip_hw_address() argument
878 hw_addr = (const u8 *)&mac_addr0; in iwl_flip_hw_address()
892 __le32 mac_addr0 = cpu_to_le32(iwl_read32(trans, CSR_MAC_ADDR0_STRAP)); in iwl_set_hw_address_from_csr() local
895 iwl_flip_hw_address(mac_addr0, mac_addr1, data->hw_addr); in iwl_set_hw_address_from_csr()
903 mac_addr0 = cpu_to_le32(iwl_read32(trans, CSR_MAC_ADDR0_OTP)); in iwl_set_hw_address_from_csr()
906 iwl_flip_hw_address(mac_addr0, mac_addr1, data->hw_addr); in iwl_set_hw_address_from_csr()
945 __le32 mac_addr0 = cpu_to_le32(iwl_trans_read_prph(trans, in iwl_set_hw_address_family_8000() local
950 iwl_flip_hw_address(mac_addr0, mac_addr1, data->hw_addr); in iwl_set_hw_address_family_8000()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.h257 u8 mac_addr0; member
268 u8 mac_addr0;
H A Dqlcnic_sriov_pf.c826 mv.mac_addr0 = addr[0]; in qlcnic_sriov_cfg_vf_def_mac()
H A Dqlcnic_83xx_hw.c2123 mv.mac_addr0 = addr[0]; in qlcnic_83xx_sre_macaddr_change()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/
H A Dfman_memac.c182 struct mac_addr mac_addr0; /* 0x00C-0x010 MAC_ADDR_0...1 */ member
365 iowrite32be(tmp0, &regs->mac_addr0.mac_addr_l); in add_addr_in_paddr()
366 iowrite32be(tmp1, &regs->mac_addr0.mac_addr_u); in add_addr_in_paddr()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/vf610/
H A Dgeneric.c263 u32 value = readl(&fuse->mac_addr0); in imx_get_mac_from_fuse()
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx7/
H A Dsoc.c295 value = readl(&fuse->mac_addr0); in imx_get_mac_from_fuse()
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/
H A Dsoc.c544 value = readl(&fuse->mac_addr0); in imx_get_mac_from_fuse()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-vf610/
H A Dimx-regs.h420 u32 mac_addr0; member
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx6/
H A Dimx-regs.h790 u32 mac_addr0; member
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx7/
H A Dimx-regs.h986 u32 mac_addr0; member