Home
last modified time | relevance | path

Searched +full:1 +full:mib (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/Linux-v6.1/drivers/net/fddi/skfp/
Dsmtdef.c46 #define DEFAULT_T_NON_OP TTS(1)
54 #define DEFAULT_TEST_DONE TTS(1)
55 #define DEFAULT_CHECK_POLL TTS(1)
61 #define DEFAULT_LCT_SHORT 1
69 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper);
89 smt->build_ring_map = 1 ; in smt_reset_defaults()
126 smc->mib.fddiESSPayload = 0 ; in smt_reset_defaults()
127 smc->mib.fddiESSOverhead = 0 ; in smt_reset_defaults()
128 smc->mib.fddiESSMaxTNeg = (u_long)(- MS2BCLK(25)) ; in smt_reset_defaults()
129 smc->mib.fddiESSMinSegmentSize = 1 ; in smt_reset_defaults()
[all …]
Dpcmplc.c67 #define GO_STATE(x) (mib->fddiPORTPCMState = (x)|AFLAG)
68 #define ACTIONS_DONE() (mib->fddiPORTPCMState &= ~AFLAG)
75 #define PC1_BREAK 1
138 #define PS_BIT3 1
231 struct fddi_mib_p *mib ; in pcm_init() local
235 mib = phy->mib ; in pcm_init()
236 mib->fddiPORTPCMState = ACTIONS(PC0_OFF) ; in pcm_init()
241 mib->fddiPORTMy_Type = (np == PS) ? TS : TM ; in pcm_init()
244 mib->fddiPORTMy_Type = (np == PA) ? TA : in pcm_init()
248 mib->fddiPORTMy_Type = TM ; in pcm_init()
[all …]
Dsmt.c112 *(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()
159 smc->mib.fddiSMTStationId.sid_oem[0] = 0 ; in smt_agent_init()
160 smc->mib.fddiSMTStationId.sid_oem[1] = 0 ; in smt_agent_init()
161 driver_get_bia(smc,&smc->mib.fddiSMTStationId.sid_node) ; in smt_agent_init()
163 smc->mib.fddiSMTStationId.sid_node.a[i] = in smt_agent_init()
164 bitrev8(smc->mib.fddiSMTStationId.sid_node.a[i]); in smt_agent_init()
166 smc->mib.fddiSMTManufacturerData[0] = in smt_agent_init()
[all …]
Dcfm.c43 #define GO_STATE(x) (smc->mib.fddiSMTCF_State = (x)|AFLAG)
44 #define ACTIONS_DONE() (smc->mib.fddiSMTCF_State &= ~AFLAG)
76 #define CEM_PST_UP 1
97 smc->mib.fddiSMTCF_State = ACTIONS(SC0_ISOLATED) ; in cfm_init()
113 switch (phy->mib->fddiPORTMy_Type) { in selection_criteria()
222 smc->mib.fddiSMTCF_State & AFLAG ? "ACTIONS " : "", in cfm()
223 cfm_states[smc->mib.fddiSMTCF_State & ~AFLAG], in cfm()
225 state = smc->mib.fddiSMTCF_State ; in cfm()
228 } while (state != smc->mib.fddiSMTCF_State) ; in cfm()
235 if ( (smc->mib.fddiSMTCF_State == SC9_C_WRAP_A && in cfm()
[all …]
Drmt.c52 #define GO_STATE(x) (smc->mib.m[MAC0].fddiMACRMTState = (x)|AFLAG)
53 #define ACTIONS_DONE() (smc->mib.m[MAC0].fddiMACRMTState &= ~AFLAG)
57 #define RM1_NON_OP 1 /* not operational */
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()
[all …]
Decm.c47 #define GO_STATE(x) (smc->mib.fddiSMTECMState = (x)|AFLAG)
48 #define ACTIONS_DONE() (smc->mib.fddiSMTECMState &= ~AFLAG)
52 #define EC1_IN 1 /* inserted */
100 smc->mib.fddiSMTECMState = ACTIONS(EC0_OUT) ; in ecm_init()
119 smc->mib.fddiSMTECMState & AFLAG ? "ACTIONS " : "", in ecm()
120 ecm_states[smc->mib.fddiSMTECMState & ~AFLAG], in ecm()
122 state = smc->mib.fddiSMTECMState ; in ecm()
125 } while (state != smc->mib.fddiSMTECMState) ; in ecm()
126 ecm_state_change(smc,(int)smc->mib.fddiSMTECMState) ; in ecm()
139 smc->mib.fddiSMTBypassPresent = sm_pm_bypass_present(smc) ; in ecm_fsm()
[all …]
Dess.c17 * Agreement" dated December 1th, 1993.
172 if (!local || smc->mib.fddiESSPayload) in ess_raf_received_pack()
190 smc->mib.a[PATH0].fddiPATHSbaPayload ; in ess_raf_received_pack()
193 smc->mib.a[PATH0].fddiPATHSbaOverhead ; in ess_raf_received_pack()
225 * 1. path index = primary ring only in ess_raf_received_pack()
373 * mib variables SBAPayload, SBAOverhead and fddiMACT-NEG.
397 * 12500000 1/s in process_bw_alloc()
407 * 1 in process_bw_alloc()
414 * set the mib attributes fddiPATHSbaOverhead, fddiPATHSbaPayload in process_bw_alloc()
435 if (smc->mib.fddiESSPayload && in process_bw_alloc()
[all …]
/Linux-v6.1/drivers/mtd/nand/raw/
Dnand_ids.c18 * name, device ID, page size, chip size in MiB, eraseblock size, options
29 {"TC58NVG0S3E 1G 3.3V 8-bit",
31 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512), },
65 LEGACY_ID_NAND("NAND 4MiB 5V 8-bit", 0x6B, 4, SZ_8K, SP_OPTIONS),
66 LEGACY_ID_NAND("NAND 4MiB 3,3V 8-bit", 0xE3, 4, SZ_8K, SP_OPTIONS),
67 LEGACY_ID_NAND("NAND 4MiB 3,3V 8-bit", 0xE5, 4, SZ_8K, SP_OPTIONS),
68 LEGACY_ID_NAND("NAND 8MiB 3,3V 8-bit", 0xD6, 8, SZ_8K, SP_OPTIONS),
69 LEGACY_ID_NAND("NAND 8MiB 3,3V 8-bit", 0xE6, 8, SZ_8K, SP_OPTIONS),
71 LEGACY_ID_NAND("NAND 16MiB 1,8V 8-bit", 0x33, 16, SZ_16K, SP_OPTIONS),
72 LEGACY_ID_NAND("NAND 16MiB 3,3V 8-bit", 0x73, 16, SZ_16K, SP_OPTIONS),
[all …]
Dsm_common.c15 if (section > 1) in oob_sm_ooblayout_ecc()
19 oobregion->offset = ((section + 1) * 8) - 3; in oob_sm_ooblayout_ecc()
33 case 1: in oob_sm_ooblayout_free()
82 case 1: in oob_sm_small_ooblayout_free()
106 memset(&oob, -1, SM_OOB_SIZE); in sm_block_markbad()
129 LEGACY_ID_NAND("SmartMedia 2MiB 3,3V ROM", 0x5d, 2, SZ_8K, NAND_ROM),
130 LEGACY_ID_NAND("SmartMedia 4MiB 3,3V", 0xe3, 4, SZ_8K, 0),
131 LEGACY_ID_NAND("SmartMedia 4MiB 3,3/5V", 0xe5, 4, SZ_8K, 0),
132 LEGACY_ID_NAND("SmartMedia 4MiB 5V", 0x6b, 4, SZ_8K, 0),
133 LEGACY_ID_NAND("SmartMedia 4MiB 3,3V ROM", 0xd5, 4, SZ_8K, NAND_ROM),
[all …]
/Linux-v6.1/include/net/
Dsnmp.h4 * SNMP MIB entries for the IP subsystem.
10 * however need to collect the MIB statistics and export them
127 #define __SNMP_INC_STATS(mib, field) \ argument
128 __this_cpu_inc(mib->mibs[field])
130 #define SNMP_INC_STATS_ATOMIC_LONG(mib, field) \ argument
131 atomic_long_inc(&mib->mibs[field])
133 #define SNMP_INC_STATS(mib, field) \ argument
134 this_cpu_inc(mib->mibs[field])
136 #define SNMP_DEC_STATS(mib, field) \ argument
137 this_cpu_dec(mib->mibs[field])
[all …]
/Linux-v6.1/Documentation/driver-api/cxl/
Dmemory-devices.rst33 given range only decodes to 1 one Host Bridge, but that Host Bridge may in turn
50 "host":"cxl_host_bridge.1",
54 "host":"cxl_switch_uport.1",
61 "pmem_size":"256.00 MiB (268.44 MB)",
62 "ram_size":"256.00 MiB (268.44 MB)",
64 "numa_node":1,
65 "host":"cxl_mem.1"
73 "pmem_size":"256.00 MiB (268.44 MB)",
74 "ram_size":"256.00 MiB (268.44 MB)",
76 "numa_node":1,
[all …]
/Linux-v6.1/drivers/net/ethernet/broadcom/
Db44.h21 #define WKUP_LEN_P1_MASK 0x00007f00 /* Pattern 1 */
97 #define DMARX_CTRL_ROSHIFT 1 /* Receive Offset Shift */
152 #define MDIO_OP_WRITE 1
160 #define EMAC_INT_MIB 0x00000002 /* MIB Interrupt */
184 #define B44_MIB_CTRL 0x0438UL /* EMAC MIB Control */
186 #define B44_TX_GOOD_O 0x0500UL /* MIB TX Good Octets */
187 #define B44_TX_GOOD_P 0x0504UL /* MIB TX Good Packets */
188 #define B44_TX_O 0x0508UL /* MIB TX Octets */
189 #define B44_TX_P 0x050CUL /* MIB TX Packets */
190 #define B44_TX_BCAST 0x0510UL /* MIB TX Broadcast Packets */
[all …]
Dbcm63xx_enet.c98 return bcm_readl(bcm_enet_shared_base[1] + in enet_dmac_readl()
105 bcm_writel(val, bcm_enet_shared_base[1] + in enet_dmac_writel()
139 udelay(1); in do_mdio_op()
142 return (limit < 0) ? 1 : 0; in do_mdio_op()
159 return -1; in bcm_enet_mdio_read()
255 if (priv->rx_dirty_desc == priv->rx_ring_size - 1) { in bcm_enet_refill_rx()
268 enet_dma_writel(priv, 1, ENETDMA_BUFALLOC_REG(priv->rx_chan)); in bcm_enet_refill_rx()
270 enet_dmac_writel(priv, 1, ENETDMAC_BUFALLOC, priv->rx_chan); in bcm_enet_refill_rx()
546 /* read mib registers in workqueue */ in bcm_enet_isr_mac()
680 val = (dev->dev_addr[0] << 8 | dev->dev_addr[1]); in bcm_enet_set_mac_address()
[all …]
Dbcmsysport.c77 return BIT(bit + 1); in tdma_control_bit()
101 BCM_SYSPORT_INTR_L2(1)
227 STAT_MIB_RX("rx_64_octets", mib.rx.pkt_cnt.cnt_64),
228 STAT_MIB_RX("rx_65_127_oct", mib.rx.pkt_cnt.cnt_127),
229 STAT_MIB_RX("rx_128_255_oct", mib.rx.pkt_cnt.cnt_255),
230 STAT_MIB_RX("rx_256_511_oct", mib.rx.pkt_cnt.cnt_511),
231 STAT_MIB_RX("rx_512_1023_oct", mib.rx.pkt_cnt.cnt_1023),
232 STAT_MIB_RX("rx_1024_1518_oct", mib.rx.pkt_cnt.cnt_1518),
233 STAT_MIB_RX("rx_vlan_1519_1522_oct", mib.rx.pkt_cnt.cnt_mgv),
234 STAT_MIB_RX("rx_1522_2047_oct", mib.rx.pkt_cnt.cnt_2047),
[all …]
/Linux-v6.1/Documentation/translations/zh_CN/admin-guide/mm/damon/
Dstart.rst83 # access_frequency: 0 1 2 3 4 5 6 7 8 9
84 # x-axis: space (139728247021568-139728453431248: 196.848 MiB)
85 # y-axis: time (15256597248362-15326899978162: 1 m 10.303 s)
86 # resolution: 80x40 (2.461 MiB and 1.758 s for each character)
93 # avr: 107.708 MiB
95 10 95.328 MiB |**************************** |
96 20 95.332 MiB |**************************** |
97 30 95.340 MiB |**************************** |
98 40 95.387 MiB |**************************** |
99 50 95.387 MiB |**************************** |
[all …]
/Linux-v6.1/Documentation/admin-guide/mm/damon/
Dstart.rst49 access two 100 MiB sized memory regions one by one. You can substitute this
75 # access_frequency: 0 1 2 3 4 5 6 7 8 9
76 # x-axis: space (139728247021568-139728453431248: 196.848 MiB)
77 # y-axis: time (15256597248362-15326899978162: 1 m 10.303 s)
78 # resolution: 80x40 (2.461 MiB and 1.758 s for each character)
86 # avr: 107.708 MiB
88 10 95.328 MiB |**************************** |
89 20 95.332 MiB |**************************** |
90 30 95.340 MiB |**************************** |
91 40 95.387 MiB |**************************** |
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Darmada-385-linksys-caiman.dts23 wan_white@1 {
75 /* 128MiB */
78 #address-cells = <1>;
79 #size-cells = <1>;
83 reg = <0x0000000 0x200000>; /* 2MiB */
99 reg = <0x900000 0x100000>; /* 1MiB */
106 reg = <0xa00000 0x2800000>; /* 40MiB */
111 reg = <0x1000000 0x2200000>; /* 34MiB */
117 reg = <0x3200000 0x2800000>; /* 40MiB */
122 reg = <0x3800000 0x2200000>; /* 34MiB */
[all …]
Darmada-385-linksys-cobra.dts23 wan_white@1 {
75 /* 128MiB */
78 #address-cells = <1>;
79 #size-cells = <1>;
83 reg = <0x0000000 0x200000>; /* 2MiB */
99 reg = <0x900000 0x100000>; /* 1MiB */
106 reg = <0xa00000 0x2800000>; /* 40MiB */
111 reg = <0x1000000 0x2200000>; /* 34MiB */
117 reg = <0x3200000 0x2800000>; /* 40MiB */
122 reg = <0x3800000 0x2200000>; /* 34MiB */
[all …]
Darmada-385-linksys-shelby.dts23 wan_white@1 {
75 /* 128MiB */
78 #address-cells = <1>;
79 #size-cells = <1>;
83 reg = <0x0000000 0x200000>; /* 2MiB */
99 reg = <0x900000 0x100000>; /* 1MiB */
106 reg = <0xa00000 0x2800000>; /* 40MiB */
111 reg = <0x1000000 0x2200000>; /* 34MiB */
117 reg = <0x3200000 0x2800000>; /* 40MiB */
122 reg = <0x3800000 0x2200000>; /* 34MiB */
[all …]
Darmada-385-linksys-rango.dts25 wan_white@1 {
83 /* AMD/Spansion S34ML02G2 256MiB, OEM Layout */
86 #address-cells = <1>;
87 #size-cells = <1>;
91 reg = <0x0000000 0x200000>; /* 2MiB */
120 reg = <0xa00000 0x5000000>; /* 80MiB */
125 reg = <0x1000000 0x4a00000>; /* 74MiB */
131 reg = <0x5a00000 0x5000000>; /* 80MiB */
136 reg = <0x6000000 0x4a00000>; /* 74MiB */
140 * 86MiB, last MiB is for the BBT, not writable
[all …]
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/
Dmain.c49 ret = mt76_connac_mcu_set_pm(&dev->mt76, 1, 0); in mt7915_start()
53 ret = mt7915_mcu_set_mac(dev, 1, true, true); in mt7915_start()
57 mt7915_mac_enable_nf(dev, 1); in mt7915_start()
102 mt76_connac_mcu_set_pm(&dev->mt76, 1, 1); in mt7915_stop()
103 mt7915_mcu_set_mac(dev, 1, false, false); in mt7915_stop()
107 mt76_connac_mcu_set_pm(&dev->mt76, 0, 1); in mt7915_stop()
127 /* prefer hw bssid slot 1-3 */ in get_omac_idx()
130 return i - 1; in get_omac_idx()
137 return i - 1; in get_omac_idx()
151 return i - 1; in get_omac_idx()
[all …]
Dmac.c16 [5] = { 1, 0, 6, 32, 28, 0, 990, 5010, 17, 1, 1 },
17 [6] = { 1, 0, 9, 32, 28, 0, 615, 5010, 27, 1, 1 },
18 [7] = { 1, 0, 15, 32, 28, 0, 240, 445, 27, 1, 1 },
19 [8] = { 1, 0, 12, 32, 28, 0, 240, 510, 42, 1, 1 },
20 [9] = { 1, 1, 0, 0, 0, 0, 2490, 3343, 14, 0, 0, 12, 32, 28, { }, 126 },
21 [10] = { 1, 1, 0, 0, 0, 0, 2490, 3343, 14, 0, 0, 15, 32, 24, { }, 126 },
22 [11] = { 1, 1, 0, 0, 0, 0, 823, 2510, 14, 0, 0, 18, 32, 28, { }, 54 },
23 [12] = { 1, 1, 0, 0, 0, 0, 823, 2510, 14, 0, 0, 27, 32, 24, { }, 54 },
30 [0] = { 1, 0, 8, 32, 28, 0, 508, 3076, 13, 1, 1 },
31 [1] = { 1, 0, 12, 32, 28, 0, 140, 240, 17, 1, 1 },
[all …]
/Linux-v6.1/arch/ia64/lib/
Dmemset.S72 and ptr2 = -(MIN1+1), dest // aligned address
75 } { .mib
80 { .mib
82 } { .mib
83 sub bytecnt = (MIN1+1), tmp // NB: # of bytes to move is 1 higher than loopcnt
88 (p_unalgn) add ptr1 = (MIN1+1), ptr2 // after alignment
92 { .mib
95 } { .mib
99 { .mib
101 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 1 // should we do a st2 ?
[all …]
/Linux-v6.1/drivers/staging/wlan-ng/
Dprism2mib.c79 #define F_STA 0x1 /* MIB is supported on stations. */
80 #define F_READ 0x2 /* MIB may be read. */
81 #define F_WRITE 0x4 /* MIB may be written. */
89 int (*func)(struct mibrec *mib,
96 static int prism2mib_bytearea2pstr(struct mibrec *mib,
103 static int prism2mib_uint32(struct mibrec *mib,
109 static int prism2mib_flag(struct mibrec *mib,
115 static int prism2mib_wepdefaultkey(struct mibrec *mib,
122 static int prism2mib_privacyinvoked(struct mibrec *mib,
130 prism2mib_fragmentationthreshold(struct mibrec *mib,
[all …]
/Linux-v6.1/drivers/mtd/
Dssfdc.c28 the 128MiB) */
43 #define MiB(x) ( KiB(x) * 1024L ) macro
46 1MiB 2MiB 4MiB 8MiB 16MiB 32MiB 64MiB 128MiB
63 { MiB( 1), 125, 4, 4 },
64 { MiB( 2), 125, 4, 8 },
65 { MiB( 4), 250, 4, 8 },
66 { MiB( 8), 250, 4, 16 },
67 { MiB( 16), 500, 4, 16 },
68 { MiB( 32), 500, 8, 16 },
69 { MiB( 64), 500, 8, 32 },
[all …]

12345678910>>...20