Home
last modified time | relevance | path

Searched full:mac_addr1 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/nvmem/
H A Dsunplus,sp7021-ocotp.yaml75 mac_addr1: mac-address1@3a {
/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)
1306 hw_addr = (const u8 *)&mac_addr1; in iwl_set_hw_address()
1316 __le32 mac_addr1 = 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()
1328 mac_addr1 = cpu_to_le32(iwl_read32(trans, CSR_MAC_ADDR1_OTP(trans))); in iwl_set_hw_address()
1330 iwl_flip_hw_address(mac_addr0, mac_addr1, data->hw_addr); in iwl_set_hw_address()
1371 __le32 mac_addr1 = 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
1231 __le32 mac_addr1 = cpu_to_le32(iwl_read32(trans, iwl_set_hw_address_from_csr() local
1286 __le32 mac_addr1 = cpu_to_le32(iwl_trans_read_prph(trans, iwl_set_hw_address_family_8000() local
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsunplus,sp7021-emac.yaml125 nvmem-cells = <&mac_addr1>;
/freebsd/sys/contrib/device-tree/src/arm/sunplus/
H A Dsunplus-sp7021.dtsi70 mac_addr1: mac-address1@3a { label
/freebsd/sys/dev/qlxge/
H A Dqls_hw.h983 uint8_t mac_addr1[6]; member
/freebsd/sys/dev/iwm/
H A Dif_iwm.c2078 uint32_t mac_addr1 = in iwm_get_sku()
2087 hw_addr = (const uint8_t *)&mac_addr1; in iwm_get_nvm_version()
2050 uint32_t mac_addr1 = iwm_set_hw_address_family_8000() local