Home
last modified time | relevance | path

Searched full:mac_addr0 (Results 1 – 10 of 10) 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.c1288 static void iwl_flip_hw_address(__le32 mac_addr0, __le32 mac_addr1, u8 *dest) in iwl_flip_hw_address() argument
1292 hw_addr = (const u8 *)&mac_addr0; in iwl_flip_hw_address()
1306 __le32 mac_addr0 = cpu_to_le32(iwl_read32(trans, in iwl_set_hw_address_from_csr() local
1311 iwl_flip_hw_address(mac_addr0, mac_addr1, data->hw_addr); in iwl_set_hw_address_from_csr()
1319 mac_addr0 = cpu_to_le32(iwl_read32(trans, CSR_MAC_ADDR0_OTP(trans))); in iwl_set_hw_address_from_csr()
1322 iwl_flip_hw_address(mac_addr0, mac_addr1, data->hw_addr); in iwl_set_hw_address_from_csr()
1361 __le32 mac_addr0 = cpu_to_le32(iwl_trans_read_prph(trans, in iwl_set_hw_address_family_8000() local
1366 iwl_flip_hw_address(mac_addr0, mac_addr1, data->hw_addr); in iwl_set_hw_address_family_8000()
/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/iwx/
H A Dif_iwx.c3533 uint32_t mac_addr0, mac_addr1; in iwx_set_mac_addr_from_csr() local
3540 mac_addr0 = htole32(IWX_READ(sc, IWX_CSR_MAC_ADDR0_STRAP(sc))); in iwx_set_mac_addr_from_csr()
3543 iwx_flip_hw_address(mac_addr0, mac_addr1, data->hw_addr); in iwx_set_mac_addr_from_csr()
3551 mac_addr0 = htole32(IWX_READ(sc, IWX_CSR_MAC_ADDR0_OTP(sc))); in iwx_set_mac_addr_from_csr()
3554 iwx_flip_hw_address(mac_addr0, mac_addr1, data->hw_addr); in iwx_set_mac_addr_from_csr()
3573 iwx_flip_hw_address(uint32_t mac_addr0, uint32_t mac_addr1, uint8_t *dest) in iwx_flip_hw_address() argument
3577 hw_addr = (const uint8_t *)&mac_addr0; in iwx_flip_hw_address()
/freebsd/sys/dev/iwm/
H A Dif_iwm.c2076 uint32_t mac_addr0 = in iwm_set_hw_address_family_8000() local
2081 hw_addr = (const uint8_t *)&mac_addr0; in iwm_set_hw_address_family_8000()