Home
last modified time | relevance | path

Searched full:mac_addr0 (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_memac.c70 iowrite32be(0, &regs->mac_addr0.mac_addr_l); in fman_memac_clear_addr_in_paddr()
71 iowrite32be(0, &regs->mac_addr0.mac_addr_u); in fman_memac_clear_addr_in_paddr()
91 iowrite32be(tmp0, &regs->mac_addr0.mac_addr_l); in fman_memac_add_addr_in_paddr()
92 iowrite32be(tmp1, &regs->mac_addr0.mac_addr_u); in fman_memac_add_addr_in_paddr()
/freebsd/sys/contrib/device-tree/Bindings/nvmem/
H A Dsunplus,sp7021-ocotp.yaml72 mac_addr0: mac-address0@34 {
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsunplus,sp7021-emac.yaml117 nvmem-cells = <&mac_addr0>;
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-nvm-parse.c1296 static void iwl_flip_hw_address(__le32 mac_addr0, __le32 mac_addr1, u8 *dest)
1300 hw_addr = (const u8 *)&mac_addr0; in iwl_set_hw_address()
1314 __le32 mac_addr0 = cpu_to_le32(iwl_read32(trans, in iwl_set_hw_address()
1319 iwl_flip_hw_address(mac_addr0, mac_addr1, data->hw_addr); in iwl_set_hw_address()
1327 mac_addr0 = cpu_to_le32(iwl_read32(trans, CSR_MAC_ADDR0_OTP(trans))); in iwl_set_hw_address()
1330 iwl_flip_hw_address(mac_addr0, mac_addr1, data->hw_addr); in iwl_set_hw_address()
1369 __le32 mac_addr0 = cpu_to_le32(iwl_trans_read_prph(trans, in iwl_parse_mei_nvm_data()
1374 iwl_flip_hw_address(mac_addr0, mac_addr1, data->hw_addr); in iwl_parse_mei_nvm_data()
1211 iwl_flip_hw_address(__le32 mac_addr0,__le32 mac_addr1,u8 * dest) iwl_flip_hw_address() argument
1229 __le32 mac_addr0 = cpu_to_le32(iwl_read32(trans, iwl_set_hw_address_from_csr() local
1284 __le32 mac_addr0 = cpu_to_le32(iwl_trans_read_prph(trans, iwl_set_hw_address_family_8000() local
/freebsd/sys/contrib/device-tree/src/arm/sunplus/
H A Dsunplus-sp7021.dtsi67 mac_addr0: mac-address0@34 { label
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_memac.h193 struct mac_addr mac_addr0; /* 0x00C-0x010 MAC_ADDR_0...1 */ member
/freebsd/sys/dev/qlxge/
H A Dqls_hw.h979 uint8_t mac_addr0[6]; member
H A Dqls_hw.c1867 bcopy(ha->flash.mac_addr0, ha->mac_addr, ETHER_ADDR_LEN); in qls_rd_nic_params()
/freebsd/sys/dev/iwm/
H A Dif_iwm.c2048 uint32_t mac_addr0 = in iwm_set_hw_address_family_8000() local
2053 hw_addr = (const uint8_t *)&mac_addr0; in iwm_set_hw_address_family_8000()