Home
last modified time | relevance | path

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

12345678910>>...33

/freebsd-src/sys/contrib/device-tree/Bindings/sound/
H A Dsgtl5000.txt32 0, 1, 2 and 3 as per the table below:
36 1 = 1.66 mA 2.87 mA 4.02 mA
37 2 = 3.33 mA 5.74 mA 8.03 mA
38 3 = 4.99 mA 8.61 mA 12.05 mA
41 0, 1, 2 and 3 as per the table below:
45 1 = 1.66 mA 2.87 mA 4.02 mA
46 2 = 3.33 mA 5.74 mA 8.03 mA
47 3 = 4.99 mA 8.61 mA 12.05 mA
H A Dsgtl5000.yaml20 maxItems: 1
58 The LRCLK pad strength. Possible values are: 0, 1, 2 and 3 as per the
63 1 = 1.66 mA 2.87 mA 4.02 mA
64 2 = 3.33 mA 5.74 mA 8.03 mA
65 3 = 4.99 mA 8.61 mA 12.05 mA
67 enum: [ 0, 1, 2, 3 ]
71 The SCLK pad strength. Possible values are: 0, 1, 2 and 3 as per the
76 1 = 1.66 mA 2.87 mA 4.02 mA
77 2 = 3.33 mA 5.74 mA 8.03 mA
78 3 = 4.99 mA 8.61 mA 12.05 mA
[all …]
/freebsd-src/tools/boot/
H A Dfull-test.sh55 exit 1
60 local m=$1
61 local ma=$2
64 [ "${m}" != "${ma}" ] && ma_combo="${m}-${ma}"
70 local m=$1
71 local ma=$2
74 local ma_combo=$(ma_combo $m $ma)
76 local url="${URLBASE}/${m}/${ma}/ISO-IMAGES/${v}/${file}.xz"
89 local a m ma
93 ma=${a##*:}
[all …]
/freebsd-src/contrib/bearssl/test/
H A Dtest_math.c99 * that x-1 is not a multiple of 65537.
105 mpz_urandomb(x, RNG, size - 1); in rand_prime()
107 mpz_setbit(x, size - 1); in rand_prime()
109 mpz_sub_ui(x, x, 1); in rand_prime()
113 mpz_add_ui(x, x, 1); in rand_prime()
128 mpz_export(zb, &zlen, 1, 1, 0, 0, z); in print_z()
141 zb[k], zb[k + 1], zb[k + 2], zb[k + 3]); in print_z()
176 mpz_export(zb, &zlen, 1, 1, 0, 0, z); in check_eqz()
177 good = 1; in check_eqz()
222 mpz_export(mx + 1, &xlen, -1, sizeof *mx, 0, 1, x);
[all …]
/freebsd-src/contrib/libedit/
H A Dread.c13 * 1. Redistributions of source code must retain the above copyright
86 struct macros *ma; in read_init() local
89 return -1; in read_init()
91 ma = &el->el_read->macros; in read_init()
92 if ((ma->macro = el_calloc(EL_MAXMACRO, sizeof(*ma->macro))) == NULL) in read_init()
94 ma->level = -1; in read_init()
95 ma->offset = 0; in read_init()
102 return -1; in read_init()
152 case -1: /* Make sure that the code is reachable */ in read__fixio()
173 if ((e = fcntl(fd, F_GETFL, 0)) == -1) in read__fixio()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/power/supply/
H A Dti,lp8727.yaml23 maxItems: 1
45 0 = 5%, 1 = 10%, 2 = 16%, 3 = 20%, 4 = 25%, 5 = 33%, 6 = 50%
53 0 = 90mA, 1 = 100mA, 2 = 400mA, 3 = 450mA, 4 = 500mA, 5 = 600mA,
54 6 = 700mA, 7 = 800mA, 8 = 900mA, 9 = 1000mA
66 #address-cells = <1>;
76 /* AC charger: 5% EOC and 500mA charging current */
83 /* USB charger: 10% EOC and 400mA charging current */
86 eoc-level = /bits/ 8 <1>;
H A Dbq24735.yaml21 maxItems: 1
25 maxItems: 1
28 maxItems: 1
39 This value must be between 128mA and 8.128A with a 64mA step resolution.
40 The POR value is 0x0000h. This number is in mA (e.g. 8192).
55 This value must be between 128mA and 8.064A with a 128mA step resolution.
56 The POR value is 0x1000h. This number is in mA (e.g. 8064).
81 #address-cells = <1>;
/freebsd-src/sys/dev/mii/
H A Dmii.c16 * 1. Redistributions of source code must retain the above copyright
57 MODULE_VERSION(miibus, 1);
125 struct mii_attach_args *ma; in miibus_attach() local
133 ma = device_get_ivars(children[i]); in miibus_attach()
134 ma->mii_data = mii; in miibus_attach()
182 struct mii_attach_args *ma; in miibus_print_child()
185 ma = device_get_ivars(child); in miibus_print_child()
187 retval += printf(" PHY %d", ma->mii_phyno); in miibus_print_child()
217 struct mii_attach_args *ma; in miibus_child_pnpinfo()
219 ma in miibus_child_pnpinfo()
181 struct mii_attach_args *ma; miibus_print_child() local
216 struct mii_attach_args *ma; miibus_child_pnpinfo() local
228 struct mii_attach_args *ma; miibus_child_location() local
239 struct mii_attach_args *args, *ma; miibus_hinted_child() local
372 struct mii_attach_args *args, ma; mii_attach() local
[all...]
H A Dmii_fdt.c10 * 1. Redistributions of source code must retain the above copyright
97 return (-1); in mii_fdt_get_phynode()
108 if (phynode != -1) in mii_fdt_lookup_phy()
121 return (-1); in mii_fdt_lookup_phy()
137 return (-1);
186 struct mii_attach_args *ma; in mii_fdt_get_config()
191 ma = device_get_ivars(phydev); in mii_fdt_get_config()
201 if ((cfg->macnode = ofw_bus_get_node(macdev)) == -1) in mii_fdt_get_config()
210 cfg->phynode = mii_fdt_lookup_phy(cfg->macnode, ma->mii_phyno); in mii_fdt_get_config()
211 if (cfg->phynode == -1) in mii_fdt_get_config()
184 struct mii_attach_args *ma; mii_fdt_get_config() local
257 struct mii_attach_args *ma; miibus_fdt_attach() local
302 struct mii_attach_args *ma; miibus_fdt_get_resource_list() local
315 struct mii_attach_args *ma; miibus_fdt_get_devinfo() local
[all...]
/freebsd-src/sys/fs/smbfs/
H A Dsmbfs_vfsops.c10 * 1. Redistributions of source code must retain the above copyright
85 MODULE_DEPEND(smbfs, libiconv, 1, 1, 2);
86 MODULE_DEPEND(smbfs, libmchain, 1, 1, 1);
91 smbfs_cmount(struct mntarg *ma, void * data, uint64_t flags) in smbfs_cmount() argument
105 ma = mount_argf(ma, "dev", "%d", args.dev); in smbfs_cmount()
106 ma = mount_argb(ma, args.flags & SMBFS_MOUNT_SOFT, "nosoft"); in smbfs_cmount()
107 ma = mount_argb(ma, args.flags & SMBFS_MOUNT_INTR, "nointr"); in smbfs_cmount()
108 ma = mount_argb(ma, args.flags & SMBFS_MOUNT_STRONG, "nostrong"); in smbfs_cmount()
109 ma = mount_argb(ma, args.flags & SMBFS_MOUNT_HAVE_NLS, "nohave_nls"); in smbfs_cmount()
110 ma = mount_argb(ma, !(args.flags & SMBFS_MOUNT_NO_LONG), "nolong"); in smbfs_cmount()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/phy/
H A Dphy-stm32-usbphyc.yaml19 |_ PHY port#1 _________________ HOST controller
21 | / 1|________________|
34 maxItems: 1
37 maxItems: 1
40 maxItems: 1
43 const: 1
49 description: regulator providing 1V1 power supply to the PLL block
52 description: regulator providing 1V8 power supply to the PLL block
59 minItems: 1
65 "^usb-phy@[0|1]
[all...]
/freebsd-src/share/man/man9/
H A Dkernel_mount.98 .\" 1. Redistributions of source code must retain the above copyright
39 .Fn free_mntarg "struct mntarg *ma"
41 .Fn kernel_mount "struct mntarg *ma" "int flags"
44 .Fa "struct mntarg *ma" "const char *name" "const void *val" "int len"
47 .Fn mount_argb "struct mntarg *ma" "int flag" "const char *name"
49 .Fn mount_argf "struct mntarg *ma" "const char *name" "const char *fmt" ...
52 .Fa "struct mntarg *ma" "const char *name" "const void *val" "int len"
92 .Fa ma
138 msdosfs_cmount(struct mntarg *ma, void *data, int flags, struct thread *td)
149 ma = mount_argsu(ma, "from", args.fspec, MAXPATHLEN);
[all …]
/freebsd-src/lib/libc/iconv/
H A Dcitrus_mapper.c12 * 1. Redistributions of source code must retain the above copyright
56 #define REFCOUNT_PERSISTENT -1
75 struct _citrus_mapper_area *ma; in _citrus_mapper_create_area() local
93 ma = malloc(sizeof(*ma)); in _citrus_mapper_create_area()
94 if (ma == NULL) { in _citrus_mapper_create_area()
98 ma->ma_dir = strdup(area); in _citrus_mapper_create_area()
99 if (ma->ma_dir == NULL) { in _citrus_mapper_create_area()
101 free(ma); in _citrus_mapper_create_area()
104 _CITRUS_HASH_INIT(&ma->ma_cache, CM_HASH_SIZE); in _citrus_mapper_create_area()
106 *rma = ma; in _citrus_mapper_create_area()
[all …]
/freebsd-src/sys/dev/sfxge/common/
H A Defx_regs_mcdi_strs.h9 * 1. Redistributions of source code must retain the above copyright
44 #define MC_CMD_SENSOR_PHY1_TEMP_ENUM_STR "Phy 1 temperature: degC"
45 #define MC_CMD_SENSOR_PHY1_COOLING_ENUM_STR "Phy 1 cooling: bool"
59 #define MC_CMD_SENSOR_FAN_1_ENUM_STR "Fan 1 speed: RPM"
64 #define MC_CMD_SENSOR_OUT_IAOE_ENUM_STR "AOE FPGA current: mA"
65 #define MC_CMD_SENSOR_IN_IAOE_ENUM_STR "AOE FPGA input current: mA"
68 #define MC_CMD_SENSOR_IN_I0V9_ENUM_STR "0.9v power current: mA"
69 #define MC_CMD_SENSOR_IN_I1V2_ENUM_STR "1.2v power current: mA"
86 #define MC_CMD_SENSOR_PHY_POWER_PORT1_ENUM_STR "Port 1 PHY power switch over-current: bool"
89 #define MC_CMD_SENSOR_IN_I0V9_A_ENUM_STR "0.9v power phase A current: mA"
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/iio/dac/
H A Dad5758.txt28 * 1: DPC current mode
44 * <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.txt6 adi,ad5755-1
26 1: Channel A and Channel B clock on the same edge,
49 1: 0 V to 10 V voltage range.
52 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.
59 1: Should be either 0 or 1 in order to enable or disable slewrate.
80 1
91 #address-cells = <1>;
104 adi,slew = <0 64000 1>;
[all …]
/freebsd-src/contrib/bmake/
H A Dbmake.cat11 BMAKE(1) FreeBSD General Commands Manual BMAKE(1)
4 bbmmaakkee - maintain program dependencies
7 bbmmaakkee [--BBeeiikkNNnnqqrrSSssttWWwwXX] [--CC _d_i_r_e_c_t_o_r_y] [--DD _v_a_r_i_a_b_l_e] [--dd _f_l_a_g_s]
13 bbmmaakkee is a program designed to simplify the maintenance of other
16 given, bbmmaakkee tries to open `_m_a_k_e_f_i_l_e' then `_M_a_k_e_f_i_l_e' in order to find
18 mkdep(1).
21 thorough description of bbmmaakkee and makefiles, please refer to _P_M_a_k_e _- _A
24 bbmmaakkee prepends the contents of the MAKEFLAGS environment variable to the
40 Define _v_a_r_i_a_b_l_e to be 1, i
[all...]
/freebsd-src/sys/fs/cd9660/
H A Dcd9660_vfsops.c15 * 1. Redistributions of source code must retain the above copyright
86 MODULE_VERSION(cd9660, 1);
96 cd9660_cmount(struct mntarg *ma, void *data, uint64_t flags) in cd9660_cmount() argument
105 ma = mount_argsu(ma, "from", args.fspec, MAXPATHLEN); in cd9660_cmount()
106 ma = mount_arg(ma, "export", &args.export, sizeof(args.export)); in cd9660_cmount()
108 ma = mount_argf(ma, "uid", "%d", args.uid); in cd9660_cmount()
110 ma in cd9660_cmount()
[all...]
/freebsd-src/sys/kern/
H A Dvfs_mount.c17 * 1. Redistributions of source code must retain the above copyright
80 static void free_mntarg(struct mntarg *ma);
106 "Delay in units of [1/kern.hz]s when retrying a failed deferred unmount");
162 mp->mnt_vfs_ops = 1; in mount_init()
240 return (1); in vfs_isopt_ro()
249 return (1); in vfs_isopt_rw()
263 return (1); in vfs_equalopts()
266 return (1); in vfs_equalopts()
269 return (1); in vfs_equalopts()
276 return (1); in vfs_equalopts()
1055 struct mntarg *ma = NULL; sys_mount() local
2811 mount_argb(struct mntarg * ma,int flag,const char * name) mount_argb() argument
2824 mount_argf(struct mntarg * ma,const char * name,const char * fmt,...) mount_argf() argument
2866 mount_argsu(struct mntarg * ma,const char * name,const void * val,int len) mount_argsu() argument
2892 mount_arg(struct mntarg * ma,const char * name,const void * val,int len) mount_arg() argument
2921 free_mntarg(struct mntarg * ma) free_mntarg() argument
2938 kernel_mount(struct mntarg * ma,uint64_t flags) kernel_mount() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h25 /// %1 = bitcast i8* %call1 to i32*
27 /// store i32 7, i32* %1, align 4
29 /// %3 = load i32* %1, align 4
37 /// ; 1 = MemoryDef(0)
40 /// ; 2 = MemoryDef(1)
133 INVALID_MEMORYACCESS_ID = -1U
238 static void deleteNode(MemoryAccess *MA) { MA->deleteValue(); }
241 inline raw_ostream &operator<<(raw_ostream &OS, const MemoryAccess &MA) {
242 MA
[all...]
/freebsd-src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Ddmu_os.c8 * 1. Redistributions of source code must retain the above copyright
67 vm_page_t *ma, dmu_tx_t *tx)
94 ASSERT(i == 0 || i == numbufs-1 || tocpy == db->db_size); in dmu_write_pages()
102 ASSERT3U(ptoa((*ma)->pindex), ==, in dmu_write_pages()
105 va = zfs_map_page(*ma, &sf); in dmu_write_pages()
109 ma += 1; in dmu_write_pages()
124 dmu_read_pages(objset_t *os, uint64_t object, vm_page_t *ma, int count, in dmu_write_pages()
138 ASSERT3U(ma[0]->pindex + count - 1, in dmu_read_pages()
80 dmu_write_pages(objset_t * os,uint64_t object,uint64_t offset,uint64_t size,vm_page_t * ma,dmu_tx_t * tx) dmu_write_pages() argument
136 dmu_read_pages(objset_t * os,uint64_t object,vm_page_t * ma,int count,int * rbehind,int * rahead,int last_size) dmu_read_pages() argument
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dstmpe.txt9 0 -> 1 sample
10 1 -> 2 samples
15 1 -> 50 us
18 4 -> 1 ms
24 1 -> 100 us
26 3 -> 1 ms
34 0 -> 20 mA (typical 35mA max)
35 1 -> 50 mA (typical 80 mA max)
40 1 -> 44 clocks
48 1 -> 12bit ADC
[all …]
/freebsd-src/sys/dev/iommu/
H A Dbusdma_iommu.c12 * 1. Redistributions of source code must retain the above copyright
85 default_bounce = 1; in iommu_bus_dma_is_dev_disabled()
340 1 << (busno % (NBBY * sizeof(uint32_t))); in iommu_set_buswide_ctx()
350 (1U << (busno % (NBBY * sizeof(uint32_t))))) != 0);
554 struct bus_dmamap_iommu *map, vm_page_t *ma, int offset, bus_size_t buflen, in iommu_bus_dmamap_load_something1()
588 if (seg + 1 < tag->common.nsegments) in iommu_bus_dmamap_load_something1()
592 offset, e_flags, gas_flags, ma + idx, &entry); in iommu_bus_dmamap_load_something1()
641 struct bus_dmamap_iommu *map, vm_page_t *ma, int offset, bus_size_t buflen, in iommu_bus_dmamap_load_something()
651 atomic_add_long(&ctx->loads, 1); in iommu_bus_dmamap_load_something()
654 error = iommu_bus_dmamap_load_something1(tag, map, ma, offse in iommu_bus_dmamap_load_something()
546 iommu_bus_dmamap_load_something1(struct bus_dma_tag_iommu * tag,struct bus_dmamap_iommu * map,vm_page_t * ma,int offset,bus_size_t buflen,int flags,bus_dma_segment_t * segs,int * segp,struct iommu_map_entries_tailq * entries) iommu_bus_dmamap_load_something1() argument
633 iommu_bus_dmamap_load_something(struct bus_dma_tag_iommu * tag,struct bus_dmamap_iommu * map,vm_page_t * ma,int offset,bus_size_t buflen,int flags,bus_dma_segment_t * segs,int * segp) iommu_bus_dmamap_load_something() argument
675 iommu_bus_dmamap_load_ma(bus_dma_tag_t dmat,bus_dmamap_t map1,struct vm_page ** ma,bus_size_t tlen,int ma_offs,int flags,bus_dma_segment_t * segs,int * segp) iommu_bus_dmamap_load_ma() argument
694 vm_page_t *ma, fma; iommu_bus_dmamap_load_phys() local
745 vm_page_t *ma, fma; iommu_bus_dmamap_load_buffer() local
1001 vm_page_t *ma; bus_dma_iommu_load_ident() local
[all...]
/freebsd-src/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c14 * 1. Redistributions of source code must retain the above copyright
93 while ((n = getopt(argc, argv, "a:bc:thS")) != -1) { in main()
100 errx(1, "%s: %s", optarg, hstrerror(h_errno)); in main()
128 errx(1, "Unknown service name: %s", in main()
136 background = 1; in main()
140 dopty = 1; in main()
144 doserver = 1; in main()
164 err(1, "Could not sigaction(SIGTERM)"); in main()
167 err(1, "Could not sigaction(SIGHUP)"); in main()
170 err(1, "Could not sigaction(SIGINT)"); in main()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-mt8183.txt64 It can only support 2/4/6/8/10/12/14/16mA in mt8183.
66 driving setup. I2C pins can only support 2/4/6/8/10/12/14/16mA driving
68 they can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
75 driving setup property. "XXX" means the value of E1E0EN. EN is 0 or 1.
78 When E1=0/E0=0, the strength is 0.125mA.
79 When E1=0/E0=1, the strength is 0.25mA.
80 When E1=1/E0=0, the strength is 0.5mA.
81 When E1=1/E0=1, the strength is 1mA.

12345678910>>...33