Home
last modified time | relevance | path

Searched +full:1000 +full:ma (Results 1 – 25 of 130) sorted by relevance

123456

/freebsd/sys/dev/mii/
H A Dmii_physubr.c77 u_int mm_gtcr; /* 100base-T2 or 1000base-T CR */
103 /* 1000baseX */
107 /* 1000baseX-FDX */
111 /* 1000baseT */
115 /* 1000baseT-FDX */
225 /* XXX Only 1000BASE-T has PAUSE_ASYM? */ in mii_phy_setmedia()
246 * Check for 1000BASE-X. Autonegotiation is a bit in mii_phy_auto()
268 /* XXX Only 1000BASE-T has PAUSE_ASYM? */ in mii_phy_auto()
348 DELAY(1000); in mii_phy_reset()
460 * XXX Right now only handle 1000SX and 1000TX. Need in mii_phy_add_media()
[all …]
H A Dmii_fdt.c186 struct mii_attach_args *ma; in mii_fdt_get_config() local
191 ma = device_get_ivars(phydev); in mii_fdt_get_config()
210 cfg->phynode = mii_fdt_lookup_phy(cfg->macnode, ma->mii_phyno); in mii_fdt_get_config()
229 if (OF_hasprop(cfg->phynode, "eee-broken-1000t")) in mii_fdt_get_config()
233 if (OF_hasprop(cfg->phynode, "eee-broken-1000kx")) in mii_fdt_get_config()
259 struct mii_attach_args *ma; in miibus_fdt_attach() local
271 ma = device_get_ivars(children[i]); in miibus_fdt_attach()
272 bzero(&ma->obd, sizeof(ma->obd)); in miibus_fdt_attach()
274 ma->mii_phyno); in miibus_fdt_attach()
278 ma->mii_phyno); in miibus_fdt_attach()
[all …]
H A Dgentbi.c60 * Driver for generic ten-bit (1000BASE-SX) interfaces, built into
68 * Driver for generic unknown ten-bit interfaces(1000BASE-{LX,SX}
122 struct mii_attach_args *ma; in gentbi_probe() local
126 ma = device_get_ivars(dev); in gentbi_probe()
132 * - EXTSR has only 1000X. in gentbi_probe()
134 bmsr = MIIBUS_READREG(parent, ma->mii_phyno, MII_BMSR); in gentbi_probe()
138 extsr = MIIBUS_READREG(parent, ma->mii_phyno, MII_EXTSR); in gentbi_probe()
246 * The media is always 1000baseSX. Check the ANLPAR to in gentbi_status()
H A Dmcommphy.c29 * Motorcomm YT8511C / YT8511H Integrated 10/100/1000 Gigabit Ethernet phy
102 struct mii_attach_args *ma = device_get_ivars(dev); in mcommphy_probe() local
108 if (MII_OUI(ma->mii_id1, ma->mii_id2) == MCOMMPHY_OUI && in mcommphy_probe()
109 MII_MODEL(ma->mii_id2) == MCOMMPHY_MODEL && in mcommphy_probe()
110 MII_REV(ma->mii_id2) == MCOMMPHY_REV) { in mcommphy_probe()
H A Dip1000phy.c33 * Driver for the IC Plus IP1000A/IP1001 10/100/1000 PHY.
106 struct mii_attach_args *ma; in ip1000phy_attach() local
109 ma = device_get_ivars(dev); in ip1000phy_attach()
111 if (MII_MODEL(ma->mii_id2) == MII_MODEL_xxICPLUS_IP1000A && in ip1000phy_attach()
139 * Manual 1000baseT setting doesn't seem to work. in ip1000phy_service()
H A Dmiivar.h139 #define MIIF_HAVE_GTCR 0x00000040 /* has 100base-T2/1000base-T CR */
140 #define MIIF_IS_1000X 0x00000080 /* is a 1000BASE-X device */
290 const struct mii_phydesc * mii_phy_match(const struct mii_attach_args *ma,
292 const struct mii_phydesc * mii_phy_match_gen(const struct mii_attach_args *ma,
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l34.txt18 in nH and they can be values of 1000nH, 1100nH, 1200nH, 1500nH, and 2200nH.
28 - cirrus,boost-peak-milliamp : Boost converter peak current limit in mA. The
29 range starts at 1200mA and goes to a maximum of 3840mA with increments of
30 80mA. The default value is 2480mA.
60 cirrus,boost-ind-nanohenry = <1000>; /* 1uH */
H A Dcirrus,cs35l41.yaml44 Boost-converter peak current limit in mA.
46 Range starts at 1600 mA and goes to a maximum of 4500 mA with increments
47 of 50 mA. See section 4.3.6 of the datasheet for details.
56 values include 1000, 1200, 1500 and 2200.
58 minimum: 1000
206 cirrus,boost-ind-nanohenry = <1000>;
H A Dcs35l36.txt18 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA.
20 Range starts at 1600mA and goes to a maximum of 4500mA with increments of
21 50mA.
28 1000 = 1uH (Default)
71 7 = 1000ms
147 cirrus,boost-ind-nanohenry = <1000>;
H A Dcs35l35.txt18 in nH and they can be values of 1000nH, 1200nH, 1500nH, and 2200nH.
60 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA.
62 Range starts at 1680mA and goes to a maximum of 4480mA with increments of
63 110mA.
/freebsd/contrib/bearssl/test/
H A Dtest_math.c125 unsigned char zb[1000]; in print_z()
169 unsigned char xb[1000]; in check_eqz()
170 unsigned char zb[1000]; in check_eqz()
247 uint32_t mp[40], ma[40], mb[40], mv[60], mx[100]; in test_modint() local
265 if (impl->decode_mod(ma, ea, alen, mp) != 1) { in test_modint()
288 check_eqz(ma, a); in test_modint()
292 impl->decode_mod(ma, ea, alen, mp); in test_modint()
294 ctl = impl->add(ma, mb, 1); in test_modint()
295 ctl |= impl->sub(ma, mp, 0) ^ (uint32_t)1; in test_modint()
296 impl->sub(ma, mp, ctl); in test_modint()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dti,lp8727.yaml53 0 = 90mA, 1 = 100mA, 2 = 400mA, 3 = 450mA, 4 = 500mA, 5 = 600mA,
54 6 = 700mA, 7 = 800mA, 8 = 900mA, 9 = 1000mA
76 /* AC charger: 5% EOC and 500mA charging current */
83 /* USB charger: 10% EOC and 400mA charging current */
H A Dqcom_smbb.txt45 Value type: <u32>; uA; range [100mA : 3A]
71 Value type: <u32>; uA; range [100mA : 3A]
89 Usage: optional (default: 100mA, or pre-configured value)
90 Value type: <u32>; uA; range [100mA : 2.5A]
125 charger@1000 {
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dad5758.txt44 * <0 20000>: 0 mA to 20 mA current range
45 * <0 24000>: 0 mA to 24 mA current range
46 * <4 24000>: 4 mA to 20 mA current range
47 * <(-20000) 20000>: ±20 mA current range
48 * <(-24000) 24000>: ±24 mA current range
49 * <(-1000) 22000>: −1 mA to +22 mA current range
H A Dad5755.txt52 4: 4 mA to 20 mA current range.
53 5: 0 mA to 20 mA current range.
54 6: 0 mA to 24 mA current range.
68 1000
H A Dadi,ad5755.yaml86 4: 4 mA to 20 mA current range.
87 5: 0 mA to 20 mA current range.
88 6: 0 mA to 24 mA current range.
108 - enum: [64000, 32000, 16000, 8000, 4000, 2000, 1000, 500, 250, 125, 64, 32, 16, 8, 4, 0]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmediatek,mt8183-pinctrl.yaml114 enum: [125, 250, 500, 1000]
122 2/4/6/8/10/12/14/16mA driving. But in specific driving setup, they
123 can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
126 When E1=0/E0=0, the strength is 0.125mA.
127 When E1=0/E0=1, the strength is 0.25mA.
128 When E1=1/E0=0, the strength is 0.5mA.
129 When E1=1/E0=1, the strength is 1mA.
225 drive-strength-microamp = <1000>;
H A Dmediatek,mt8365-pinctrl.yaml118 enum: [125, 250, 500, 1000]
126 2/4/6/8/10/12/14/16mA driving. But in specific driving setup, they
127 can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
130 When E1=0/E0=0, the strength is 0.125mA.
131 When E1=0/E0=1, the strength is 0.25mA.
132 When E1=1/E0=0, the strength is 0.5mA.
133 When E1=1/E0=1, the strength is 1mA.
212 pio: pinctrl@1000b000 {
/freebsd/sys/contrib/device-tree/Bindings/iio/addac/
H A Dadi,ad74115.yaml195 When not present, the DAC short-circuit current limit is 32mA in
196 either source or sink for VOUT and 4mA sink for IOUT.
197 When present, the limit is 16mA in either source or sink for VOUT,
198 1mA sink for IOUT.
212 enum: [250, 500, 750, 1000]
222 enum: [0, 50, 500, 1000, 10000]
237 enum: [0, 50, 500, 1000, 10000]
252 enum: [0, 1000, 10000]
/freebsd/sys/arm/allwinner/
H A Daxp81x.c664 .charge_step = 1000,
665 .discharge_step = 1000,
816 *uv *= 1000; in axp8xx_regnode_reg_to_voltage()
827 uvolt = sc->def->voltage_min * 1000; in axp8xx_regnode_voltage_to_reg()
832 uvolt += (sc->def->voltage_step1 * 1000); in axp8xx_regnode_voltage_to_reg()
837 uvolt += (sc->def->voltage_step2 * 1000); in axp8xx_regnode_voltage_to_reg()
1398 initdef.std_param.min_uvolt = def->voltage_min * 1000; in axp8xx_reg_attach()
1400 initdef.std_param.max_uvolt = def->voltage_max * 1000; in axp8xx_reg_attach()
1561 "0: 200mA, 1: 400mA, 2: 600mA, 3: 800mA, " in axp8xx_attach()
1562 "4: 1000mA, 5: 1200mA, 6: 1400mA, 7: 1600mA, " in axp8xx_attach()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-stm32-usbphyc.yaml92 enum: [ 1000, 2000 ]
125 - <0> = 18.87 mA target current / nominal + 0%
126 - <1> = 19.165 mA target current / nominal + 1.56%
127 - <2> = 19.46 mA target current / nominal + 3.12%
128 - <3> = 19.755 mA target current / nominal + 4.68%
129 - <4> = 20.05 mA target current / nominal + 6.24%
130 - <5> = 20.345 mA target current / nominal + 7.8%
131 - <6> = 20.64 mA target current / nominal + 9.36%
132 - <7> = 20.935 mA target current / nominal + 10.92%
133 - <8> = 21.23 mA target current / nominal + 12.48%
[all …]
/freebsd/contrib/diff/lib/
H A Dinttostr.h17 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
39 302 / 1000 is ceil (log10 (2.0)). Subtract 1 for the sign bit;
41 #define INT_STRLEN_BOUND(t) ((sizeof (t) * CHAR_BIT - 1) * 302 / 1000 + 2)
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/
H A Dtemperature-sense-rtd.yaml36 V 1mA
80 Common values are 100 for PT100, 500 for PT500, and 1000 for PT1000
97 excitation-current-microamp = <1000>; /* i = U/R = 5 / 5000 */
99 r-naught-ohms = <1000>;
/freebsd/sys/dev/iwm/
H A Dif_iwm_constants.h27 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
78 #define IWM_DEFAULT_PS_TX_DATA_TIMEOUT (100 * 1000)
79 #define IWM_DEFAULT_PS_RX_DATA_TIMEOUT (100 * 1000)
80 #define IWM_WOWLAN_PS_TX_DATA_TIMEOUT (10 * 1000)
81 #define IWM_WOWLAN_PS_RX_DATA_TIMEOUT (10 * 1000)
85 #define IWM_UAPSD_RX_DATA_TIMEOUT (50 * 1000)
86 #define IWM_UAPSD_TX_DATA_TIMEOUT (50 * 1000)
/freebsd/sys/dev/cxgbe/
H A Dt4_iov.c111 {0x6015, "Chelsio T6201-BT"}, /* 2 x 1000BASE-T */
340 uint8_t ma[ETHER_ADDR_LEN]; in t4iov_add_vf() local
351 bcopy(mac, ma, ETHER_ADDR_LEN); in t4iov_add_vf()
356 rc = -t4_set_vf_mac(adap, sc->pf, vfnum + 1, 1, ma); in t4iov_add_vf()
362 ma[0], ma[1], ma[2], ma[3], ma[4], ma[5], rc); in t4iov_add_vf()

123456