/linux-6.12.1/drivers/net/fddi/skfp/ |
D | smtdef.c | 203 mib->m[MAC0].fddiMACIndex = INDEX_MAC ; in smt_init_mib() 204 mib->m[MAC0].fddiMACFrameStatusFunctions = FSC_TYPE0 ; in smt_init_mib() 205 mib->m[MAC0].fddiMACRequestedPaths = in smt_init_mib() 209 mib->m[MAC0].fddiMACAvailablePaths = MIB_PATH_P ; in smt_init_mib() 210 mib->m[MAC0].fddiMACCurrentPath = MIB_PATH_PRIMARY ; in smt_init_mib() 211 mib->m[MAC0].fddiMACT_MaxCapabilitiy = (u_long)(- MS2BCLK(165)) ; in smt_init_mib() 212 mib->m[MAC0].fddiMACTVXCapabilitiy = (u_long)(- US2BCLK(52)) ; in smt_init_mib() 214 mib->m[MAC0].fddiMACTvxValue = (u_long)(- US2BCLK(27)) ; in smt_init_mib() 215 mib->m[MAC0].fddiMACTvxValueMIB = (u_long)(- US2BCLK(27)) ; in smt_init_mib() 216 mib->m[MAC0].fddiMACT_Req = (u_long)(- MS2BCLK(165)) ; in smt_init_mib() [all …]
|
D | rmt.c | 52 #define GO_STATE(x) (smc->mib.m[MAC0].fddiMACRMTState = (x)|AFLAG) 53 #define ACTIONS_DONE() (smc->mib.m[MAC0].fddiMACRMTState &= ~AFLAG) 117 smc->mib.m[MAC0].fddiMACRMTState = ACTIONS(RM0_ISOLATED) ; in rmt_init() 120 smc->mib.m[MAC0].fddiMACMA_UnitdataAvailable = FALSE ; in rmt_init() 143 smc->mib.m[MAC0].fddiMACRMTState & AFLAG ? "ACTIONS " : "", in rmt() 144 rmt_states[smc->mib.m[MAC0].fddiMACRMTState & ~AFLAG], in rmt() 146 state = smc->mib.m[MAC0].fddiMACRMTState ; in rmt() 149 } while (state != smc->mib.m[MAC0].fddiMACRMTState) ; in rmt() 150 rmt_state_change(smc,(int)smc->mib.m[MAC0].fddiMACRMTState) ; in rmt() 162 smc->mib.m[MAC0].fddiMACRMTState != ACTIONS(RM0_ISOLATED) && in rmt_fsm() [all …]
|
D | smt.c | 112 *(short *)(&smc->mib.m[MAC0].fddiMACSMTAddress.a[0]) in is_my_addr() 114 *(short *)(&smc->mib.m[MAC0].fddiMACSMTAddress.a[2]) in is_my_addr() 116 *(short *)(&smc->mib.m[MAC0].fddiMACSMTAddress.a[4])) ; in is_my_addr() 154 smc->mib.m[MAC0].fddiMACSMTAddress = smc->hw.fddi_home_addr ; in smt_agent_init() 173 smc->mib.m[MAC0].fddiMACDupAddressTest = DA_NONE ; in smt_agent_init() 174 smc->mib.m[MAC0].fddiMACUNDA_Flag = FALSE ; in smt_agent_init() 393 if (!is_equal(&smc->mib.m[MAC0].fddiMACUpstreamNbr, in smt_event() 396 smc->mib.m[MAC0].fddiMACOldUpstreamNbr= in smt_event() 397 smc->mib.m[MAC0].fddiMACUpstreamNbr ; in smt_event() 399 smc->mib.m[MAC0].fddiMACUpstreamNbr = SMT_Unknown ; in smt_event() [all …]
|
D | fplustm.c | 114 smc->mib.m[MAC0].fddiMACFrame_Ct = in mac_update_counter() 115 (smc->mib.m[MAC0].fddiMACFrame_Ct & 0xffff0000L) in mac_update_counter() 117 smc->mib.m[MAC0].fddiMACLost_Ct = in mac_update_counter() 118 (smc->mib.m[MAC0].fddiMACLost_Ct & 0xffff0000L) in mac_update_counter() 120 smc->mib.m[MAC0].fddiMACError_Ct = in mac_update_counter() 121 (smc->mib.m[MAC0].fddiMACError_Ct & 0xffff0000L) in mac_update_counter() 123 smc->mib.m[MAC0].fddiMACT_Neg = mac_get_tneg(smc) ; in mac_update_counter() 130 smt_emulate_token_ct( smc, MAC0 ); in mac_update_counter() 341 smc->mib.m[MAC0].fddiMACRingOp_Ct = 0 ; in mac_counter_init() 349 long t_requ = smc->mib.m[MAC0].fddiMACT_Req ; in set_formac_addr() [all …]
|
D | srf.c | 101 &smc->mib.m[MAC0].fddiMACDuplicateAddressCond ; in smt_init_evc() 103 &smc->mib.m[MAC0].fddiMACFrameErrorFlag ; in smt_init_evc() 105 &smc->mib.m[MAC0].fddiMACNotCopiedFlag ; in smt_init_evc() 110 smc->evcs[4].evc_multiple = &smc->mib.m[MAC0].fddiMACMultiple_N ; in smt_init_evc() 111 smc->evcs[5].evc_multiple = &smc->mib.m[MAC0].fddiMACMultiple_P ; in smt_init_evc()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | rf.c | 26 /* MAC0 Need PHY1 load radio_b.txt . Driver use DBI to write. */ in rtl92d_phy_enable_anotherphy() 56 /* check MAC0 enable or not again now, if in rtl92d_phy_powerdown_anotherphy() 87 /* seperately by MAC0, and MAC1 needn't configure RF; */ in rtl92d_phy_rf6052_config() 88 /* Dual PHY mode:MAC0 use radio_a config 1st phy path_A, */ in rtl92d_phy_rf6052_config() 90 /* DMDP,MAC0 on G band,MAC1 on A band. */ in rtl92d_phy_rf6052_config() 94 /* MAC0 needs PHY1 load radio_b.txt. in rtl92d_phy_rf6052_config() 112 /* We think if MAC0 is ON,then radio_a.txt and in rtl92d_phy_rf6052_config() 117 /* MAC0 enabled, only init radia B. */ in rtl92d_phy_rf6052_config() 136 /* Mac0 use PHY1 write */ in rtl92d_phy_rf6052_config() 214 /* check MAC0 enable or not again, if enabled, in rtl92d_phy_rf6052_config()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192du/ |
D | rf.c | 25 /* MAC0 Need PHY1 load radio_b.txt . Driver use DBI to write. */ in rtl92du_phy_enable_anotherphy() 63 /* check MAC0 enable or not again now, if in rtl92du_phy_powerdown_anotherphy() 96 * separately by MAC0, and MAC1 needn't configure RF; in rtl92du_phy_rf6052_config() 97 * Dual PHY mode: MAC0 use radio_a config 1st phy path_A, in rtl92du_phy_rf6052_config() 99 * DMDP, MAC0 on G band, MAC1 on A band. in rtl92du_phy_rf6052_config() 104 /* MAC0 needs PHY1 load radio_b.txt. */ in rtl92du_phy_rf6052_config() 121 /* We think if MAC0 is ON, then radio_a.txt and in rtl92du_phy_rf6052_config() 127 /* MAC0 enabled, only init radia B. */ in rtl92du_phy_rf6052_config() 146 /* Mac0 use PHY1 write */ in rtl92du_phy_rf6052_config() 228 /* check MAC0 enable or not again, if enabled, in rtl92du_phy_rf6052_config()
|
/linux-6.12.1/arch/powerpc/boot/ |
D | 44x.h | 10 void ebony_init(void *mac0, void *mac1); 11 void bamboo_init(void *mac0, void *mac1);
|
D | bamboo.c | 37 void bamboo_init(void *mac0, void *mac1) in bamboo_init() argument 41 bamboo_mac0 = mac0; in bamboo_init()
|
D | ebony.c | 80 void ebony_init(void *mac0, void *mac1) in ebony_init() argument 84 ebony_mac0 = mac0; in ebony_init()
|
/linux-6.12.1/arch/arm/boot/dts/nxp/mxs/ |
D | imx28-duckbill-2.dts | 70 &mac0 { 110 mac0_phy_reset_pin: mac0-phy-reset@0 { 120 mac0_phy_int_pin: mac0-phy-int@0 {
|
D | imx28-cfa10037.dts | 29 mac0_pins_cfa10037: mac0-10037@0 { 56 mac0: ethernet@800f0000 { label
|
D | imx28-duckbill.dts | 69 &mac0 { 93 mac0_phy_reset_pin: mac0-phy-reset@0 {
|
D | imx28-eukrea-mbmx283lc.dts | 42 &mac0 {
|
D | imx28-apf28.dts | 66 &mac0 {
|
/linux-6.12.1/arch/riscv/boot/dts/microchip/ |
D | mpfs-polarberry.dts | 34 * phy0 is connected to mac0, but the port itself is on the (optional) carrier 37 &mac0 {
|
D | mpfs-tysom-m.dts | 19 ethernet0 = &mac0; 82 &mac0 {
|
D | mpfs-m100pfsevp.dts | 18 ethernet0 = &mac0; 89 &mac0 {
|
/linux-6.12.1/drivers/net/ethernet/silan/ |
D | sc92031.c | 99 MAC0 = 0x44, // Ethernet hardware address. enumerator 308 * MAC0 is one of them. */ 311 ioread32(port_base + MAC0); in _sc92031_dummy_read() 1404 u32 mac0, mac1; in sc92031_probe() local 1460 mac0 = ioread32(port_base + MAC0); in sc92031_probe() 1461 mac1 = ioread32(port_base + MAC0 + 4); in sc92031_probe() 1462 addr[0] = mac0 >> 24; in sc92031_probe() 1463 addr[1] = mac0 >> 16; in sc92031_probe() 1464 addr[2] = mac0 >> 8; in sc92031_probe() 1465 addr[3] = mac0; in sc92031_probe()
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | faraday,ftmac.txt | 14 mac0: mac@90900000 {
|
/linux-6.12.1/arch/arm/boot/dts/aspeed/ |
D | aspeed-bmc-facebook-yamp.dts | 35 &mac0 {
|
D | aspeed-ast2500-evb.dts | 66 &mac0 {
|
D | aspeed-bmc-supermicro-x11spi.dts | 72 &mac0 {
|
D | aspeed-bmc-intel-s2600wf.dts | 67 &mac0 {
|
/linux-6.12.1/arch/arm/boot/dts/moxa/ |
D | moxart-uc7112lx.dts | 106 &mac0 {
|