/openbmc/linux/Documentation/devicetree/bindings/net/wireless/ |
H A D | qcom,ath11k.yaml | 132 - description: interrupt event for ring rxdma2host-monitor-destination-mac1 135 - description: interrupt event for ring ppdu-end-interrupts-mac1 138 - description: interrupt event for ring rxdma2host-monitor-status-ring-mac1 141 - description: interrupt event for ring host2rxdma-host-buf-ring-mac1 144 - description: interrupt event for ring rxdma2host-destination-ring-mac1 186 - const: rxdma2host-monitor-destination-mac1 189 - const: ppdu-end-interrupts-mac1 192 - const: rxdma2host-monitor-status-ring-mac1 195 - const: host2rxdma-host-buf-ring-mac1 198 - const: rxdma2host-destination-ring-mac1 [all …]
|
/openbmc/u-boot/board/vscom/baltos/ |
H A D | board.c | 99 header->MAC1[0] = 0x00; in read_eeprom() 100 header->MAC1[1] = 0x00; in read_eeprom() 101 header->MAC1[2] = 0x00; in read_eeprom() 102 header->MAC1[3] = 0x00; in read_eeprom() 103 header->MAC1[4] = 0x00; in read_eeprom() 104 header->MAC1[5] = 0x01; in read_eeprom() 282 /* setup MAC1 */ in ft_board_setup() 283 mac_addr[0] = header.MAC1[0]; in ft_board_setup() 284 mac_addr[1] = header.MAC1[1]; in ft_board_setup() 285 mac_addr[2] = header.MAC1[2]; in ft_board_setup() [all …]
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | cookie.c | 29 static const u8 mac1_key_label[COOKIE_KEY_LABEL_LEN] = "mac1----"; 75 static void compute_mac1(u8 mac1[COOKIE_LEN], const void *message, size_t len, in compute_mac1() 79 offsetof(struct message_macs, mac1); in compute_mac1() 80 blake2s(mac1, message, key, COOKIE_LEN, len, NOISE_SYMMETRIC_KEY_LEN); in compute_mac1() 132 if (crypto_memneq(computed_mac, macs->mac1, COOKIE_LEN)) in wg_cookie_validate_packet() 163 compute_mac1(macs->mac1, message, len, in wg_cookie_add_mac_to_packet() 165 memcpy(peer->latest_cookie.last_mac1_sent, macs->mac1, COOKIE_LEN); in wg_cookie_add_mac_to_packet() 194 macs->mac1, COOKIE_LEN, dst->nonce, in wg_cookie_message_create()
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | 44x.h | 10 void ebony_init(void *mac0, void *mac1); 11 void bamboo_init(void *mac0, void *mac1);
|
H A D | bamboo.c | 37 void bamboo_init(void *mac0, void *mac1) in bamboo_init() argument 42 bamboo_mac1 = mac1; in bamboo_init()
|
H A D | ebony.c | 80 void ebony_init(void *mac0, void *mac1) in ebony_init() argument 85 ebony_mac1 = mac1; in ebony_init()
|
/openbmc/u-boot/doc/ |
H A D | README.fsl-dpaa | 6 10GEC1->MAC9, 10GEC2->MAC10, 10GEC3->MAC1, 10GEC4->MAC2 8 10GEC1->MAC1, 10GEC2->MAC2
|
/openbmc/u-boot/board/CZ.NIC/turris_mox/ |
H A D | mox_sp.c | 108 int mbox_sp_get_board_info(u64 *sn, u8 *mac1, u8 *mac2, int *bv, int *ram) in mbox_sp_get_board_info() argument 129 if (mac1) in mbox_sp_get_board_info() 130 res_to_mac(mac1, out[4], out[5]); in mbox_sp_get_board_info()
|
/openbmc/linux/arch/riscv/boot/dts/microchip/ |
H A D | mpfs-polarberry.dts | 17 ethernet0 = &mac1; 50 &mac1 {
|
H A D | mpfs-sev-kit.dts | 19 ethernet0 = &mac1; 90 &mac1 {
|
H A D | mpfs-tysom-m.dts | 23 ethernet1 = &mac1; 96 &mac1 {
|
H A D | mpfs-m100pfsevp.dts | 22 ethernet1 = &mac1; 105 &mac1 {
|
H A D | mpfs-icicle-kit.dts | 20 ethernet0 = &mac1; 122 &mac1 {
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | rf.c | 404 /* We think if MAC1 is ON,then radio_a.txt in rtl92d_phy_enable_anotherphy() 456 /* seperately by MAC0, and MAC1 needn't configure RF; */ in rtl92d_phy_rf6052_config() 458 /* MAC1 use radio_b config 2nd PHY path_A. */ in rtl92d_phy_rf6052_config() 459 /* DMDP,MAC0 on G band,MAC1 on A band. */ in rtl92d_phy_rf6052_config() 469 /* We think if MAC1 is ON,then radio_a.txt and in rtl92d_phy_rf6052_config() 475 /* MAC1 needs PHY0 load radio_a.txt. in rtl92d_phy_rf6052_config() 492 /* Mac1 use PHY0 write */ in rtl92d_phy_rf6052_config() 585 /* check MAC1 enable or not again, if enabled, in rtl92d_phy_rf6052_config()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | ast2400-evb.dts | 22 ethernet1 = &mac1; 53 &mac1 {
|
H A D | ast2500-evb.dts | 22 ethernet1 = &mac1; 58 &mac1 {
|
H A D | ast2600-pfr.dts | 27 ethernet1 = &mac1; 95 &mac1 { 304 mac1-clk-delay = <0x10 0x0a
|
H A D | ast2600-evb.dts | 26 ethernet1 = &mac1; 94 &mac1 { 307 mac1-clk-delay = <0x10 0x0a
|
H A D | ast2600-intel.dts | 27 ethernet1 = &mac1; 95 &mac1 { 294 mac1-clk-delay = <0x1d 0x10
|
/openbmc/u-boot/drivers/net/ |
H A D | lpc32xx_eth.c | 79 u32 mac1; /* MAC configuration register 1 */ member 137 /* MAC1 register bitfields/masks and offsets (see Table 283) */ 451 writel(MAC1_PASS_ALL_RX_FRAMES, ®s->mac1); in lpc32xx_eth_init() 521 setbits_le32(®s->mac1, MAC1_RECV_ENABLE); in lpc32xx_eth_init() 542 writel(MAC1_RESETS, ®s->mac1); in lpc32xx_eth_halt() 605 writel(MAC1_RESETS, ®s->mac1); in lpc32xx_eth_initialize() 621 clrbits_le32(®s->mac1, MAC1_SOFT_RESET); in lpc32xx_eth_initialize()
|
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | ventana_eeprom.h | 10 u8 mac0[6]; /* 0x00: MAC1 */ 11 u8 mac1[6]; /* 0x06: MAC2 */ member
|
/openbmc/u-boot/board/CZ.NIC/turris_omnia/ |
H A D | turris_omnia.c | 499 u8 mac0[4], mac1[4], mac[6]; in misc_init_r() local 514 OMNIA_ATSHA204_OTP_MAC1, mac1); in misc_init_r() 523 mac[3] = mac1[1]; in misc_init_r() 524 mac[4] = mac1[2]; in misc_init_r() 525 mac[5] = mac1[3]; in misc_init_r()
|
/openbmc/u-boot/board/freescale/ls1012ardb/ |
H A D | eth.c | 71 /* MAC1 */ in pfe_eth_board_init() 84 /* MAC1 */ in pfe_eth_board_init()
|
/openbmc/u-boot/board/ti/common/ |
H A D | board_detect.c | 421 u64 mac1, mac2; in board_ti_set_ethaddr() local 432 mac1 = mac_to_u64(mac_addr1); in board_ti_set_ethaddr() 436 num_macs = mac2 - mac1 + 1; in board_ti_set_ethaddr() 447 u64_to_mac(mac1 + i, mac_addr); in board_ti_set_ethaddr()
|
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/network/files/ |
H A D | config.txt | 4 mac1=eth1
|