Home
last modified time | relevance | path

Searched full:ports (Results 1 – 25 of 1977) sorted by relevance

12345678910>>...80

/freebsd/sys/contrib/device-tree/Bindings/soundwire/
H A Dqcom,soundwire.yaml68 qcom,din-ports:
70 description: count of data in ports
72 qcom,dout-ports:
74 description: count of data out ports
76 qcom,ports-word-length:
86 qcom,ports-sinterval-low:
90 Out ports followed by In ports. Used for Sample Interval calculation.
97 qcom,ports-sinterval:
101 Out ports followe
[all...]
H A Dqcom,sdw.txt54 - qcom,dout-ports:
57 Definition: must be count of data out ports
59 - qcom,din-ports:
62 Definition: must be count of data in ports
64 - qcom,ports-offset1:
68 data port. Out ports followed by In ports.
73 - qcom,ports-offset2:
77 data port. Out ports followed by In ports.
82 - qcom,ports-sinterval-low:
86 Out ports followed by In ports. Used for Sample Interval
[all …]
/freebsd/share/man/man7/
H A Dports.730 .Nm ports
35 Ports Collection
40 The ports tree, typically located at
41 .Pa /usr/ports ,
43 individual ports.
63 Ports Collection is maintained in several branches, which differ mostly
75 .Lk https://git.FreeBSD.org/ports.git
79 .Cm git clone https://git.FreeBSD.org/ports.git
93 .Cm git clone -b 2021Q2 https://git.FreeBSD.org/ports.git
120 For more information about using ports, see the
[all …]
/freebsd/tools/tools/nanobsd/dhcpd/
H A Dcommon46 NANO_PORTS=$(realpath ${NANO_SRC}/../ports)
47 #NANO_PORTS=/usr/ports
55 NANO_PORTS=${NANO_PORTS:-/usr/ports}
130 # WITHOUT_TOOLCHAIN=true can't build ports
142 # Need to create ${NANO_OBJ}/ports in this add_pkg_${port} function
144 mkdir -p ${NANO_OBJ}/ports/distfiles
145 mkdir -p ${NANO_OBJ}/ports/packages
146 mkdir -p ${NANO_WORLDDIR}/usr/ports/packages
147 mkdir -p ${NANO_WORLDDIR}/usr/ports/distfiles
148 mount -t nullfs -o noatime ${NANO_OBJ}/ports/packages \
[all …]
/freebsd/sys/dev/sound/pci/
H A Dhdspe-pcm.c86 return (hc->ports & (HDSPE_CHAN_AIO_ALL | HDSPE_CHAN_RAY_ALL)); in hdspe_channel_play_ports()
92 return (hc->ports & (HDSPE_CHAN_AIO_ALL_REC | HDSPE_CHAN_RAY_ALL)); in hdspe_channel_rec_ports()
106 hdspe_port_first(uint32_t ports) in hdspe_port_first() argument
108 return (ports & (~(ports - 1))); /* Extract first bit set. */ in hdspe_port_first()
112 hdspe_port_first_row(uint32_t ports) in hdspe_port_first_row() argument
116 /* Restrict ports to one set with contiguous slots. */ in hdspe_port_first_row()
117 if (ports & HDSPE_CHAN_AIO_ALL) in hdspe_port_first_row()
118 ports &= HDSPE_CHAN_AIO_ALL; /* All AIO slots. */ in hdspe_port_first_row()
119 else if (ports & HDSPE_CHAN_RAY_ALL) in hdspe_port_first_row()
120 ports &= HDSPE_CHAN_RAY_ALL; /* All RayDAT slots. */ in hdspe_port_first_row()
[all …]
H A Dhdsp-pcm.c98 hdsp_port_slot_map(uint32_t ports, uint32_t speed) in hdsp_port_slot_map() argument
102 if (ports & HDSP_CHAN_9632_ALL) { in hdsp_port_slot_map()
103 /* Map HDSP 9632 ports to slot bitmap. */ in hdsp_port_slot_map()
104 if (ports & HDSP_CHAN_9632_ADAT) in hdsp_port_slot_map()
106 if (ports & HDSP_CHAN_9632_SPDIF) in hdsp_port_slot_map()
108 if (ports & HDSP_CHAN_9632_LINE) in hdsp_port_slot_map()
110 if (ports & HDSP_CHAN_9632_EXT) in hdsp_port_slot_map()
112 } else if ((ports & HDSP_CHAN_9652_ALL) && (speed <= 96000)) { in hdsp_port_slot_map()
113 /* Map HDSP 9652 ports to slot bitmap, no quad speed. */ in hdsp_port_slot_map()
114 if (ports & HDSP_CHAN_9652_ADAT1) in hdsp_port_slot_map()
[all …]
/freebsd/sys/dev/puc/
H A Dpuc_cfg.h37 #define PUC_PORT_1S1P 3 /* 1 serial + 1 parallel ports */
38 #define PUC_PORT_1S2P 4 /* 1 serial + 2 parallel ports */
39 #define PUC_PORT_2P 5 /* 2 parallel ports */
40 #define PUC_PORT_2S 6 /* 2 serial ports */
41 #define PUC_PORT_2S1P 7 /* 2 serial + 1 parallel ports */
42 #define PUC_PORT_3S 8 /* 3 serial ports */
43 #define PUC_PORT_4S 9 /* 4 serial ports */
44 #define PUC_PORT_4S1P 10 /* 4 serial + 1 parallel ports */
45 #define PUC_PORT_6S 11 /* 6 serial ports */
46 #define PUC_PORT_8S 12 /* 8 serial ports */
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi3660-coresight.dtsi21 out-ports {
38 out-ports {
55 out-ports {
72 out-ports {
88 out-ports {
97 in-ports {
137 in-ports {
146 out-ports {
164 out-ports {
181 out-ports {
[all …]
H A Dhi6220-coresight.dtsi19 out-ports {
28 in-ports {
44 in-ports {
53 out-ports {
68 in-ports {
77 out-ports {
105 in-ports {
121 in-ports {
137 out-ports {
146 in-ports {
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr_db.c114 node->ports[port].valid = TRUE; in mark_port_valid()
128 rc->ports = calloc(num_ports, sizeof(db_port_t)); in malloc_node()
129 if (!rc->ports) in malloc_node()
137 rc->ports[i].last_reset = cur_time; in malloc_node()
138 rc->ports[i].err_previous.time = cur_time; in malloc_node()
139 rc->ports[i].dc_previous.time = cur_time; in malloc_node()
140 rc->ports[i].valid = FALSE; in malloc_node()
158 if (node->ports) in free_node()
159 free(node->ports); in free_node()
370 p_port = &(node->ports[port]); in perfmgr_db_add_err_reading()
[all …]
H A Dosm_ucast_cache.c78 cache_port_t ports[0]; member
83 return p_sw->ports[0].remote_lid_ho; in cache_sw_get_base_lid_ho()
88 return p_sw->ports[0].is_leaf; in cache_sw_is_leaf()
93 p_sw->ports[0].is_leaf = TRUE; in cache_sw_set_leaf()
109 p_cache_sw->ports[0].remote_lid_ho = lid_ho; in cache_sw_new()
110 p_cache_sw->ports[0].is_leaf = FALSE; in cache_sw_new()
182 if (p_cache_sw->ports[p->port_num].remote_lid_ho == 0) { in cache_add_sw_link()
184 p_cache_sw->ports[p->port_num].remote_lid_ho = remote_lid_ho; in cache_add_sw_link()
185 p_cache_sw->ports[p->port_num].is_leaf = is_ca; in cache_add_sw_link()
209 if (p_sw->ports[port_num].remote_lid_ho) in cache_cleanup_switches()
[all …]
/freebsd/share/man/man5/
H A Dportindex.532 .Nd "File containing information about the state of the ports tree"
35 .Pa /usr/ports
36 contains various bits of information about the ports tree.
65 Ports required to be installed prior to building this port.
67 Ports required to be installed for this port to run.
71 Ports that may be required to extract this port.
73 Ports that may be required to patch this port.
75 Ports that may be required to fetch this port.
78 .Bl -tag -width /usr/ports/INDEX-8XX
79 .It Pa /usr/ports/INDEX- Ns Ar N
[all …]
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/
H A Dhip04.dtsi277 in-ports {
292 in-ports {
307 in-ports {
322 in-ports {
337 in-ports {
352 out-ports {
356 /* replicator output ports */
372 in-ports {
387 out-ports {
391 /* replicator output ports */
[all …]
/freebsd/tools/tools/sysbuild/
H A DREADME17 that is where the sources and ports will be found.
58 Next, install ports and sources:
61 rm -rf ports src
63 ln -s /freebsd/ports
65 mkdir ports src packages
68 svn co https://svn0.us-east.FreeBSD.org/ports/head ports
108 # Mount ports distfiles from another machine
116 # We want these ports
118 /usr/ports/archivers/unzip
119 /usr/ports/archivers/zip
[all …]
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch_vlans.c105 ar8xxx_get_dot1q_vlan(struct arswitch_softc *sc, uint32_t *ports, in ar8xxx_get_dot1q_vlan() argument
118 *ports = 0; in ar8xxx_get_dot1q_vlan()
122 *ports = reg; in ar8xxx_get_dot1q_vlan()
128 ar8xxx_set_dot1q_vlan(struct arswitch_softc *sc, uint32_t ports, in ar8xxx_set_dot1q_vlan() argument
134 err = ar8xxx_vlan_op(sc, AR8X16_VLAN_OP_LOAD, vid, ports); in ar8xxx_set_dot1q_vlan()
141 ar8xxx_get_port_vlan(struct arswitch_softc *sc, uint32_t *ports, int vid) in ar8xxx_get_port_vlan() argument
150 *ports = (reg >> AR8X16_PORT_VLAN_DEST_PORTS_SHIFT); in ar8xxx_get_port_vlan()
151 *ports &= AR8X16_VLAN_MEMBER; in ar8xxx_get_port_vlan()
156 ar8xxx_set_port_vlan(struct arswitch_softc *sc, uint32_t ports, int vid) in ar8xxx_set_port_vlan() argument
165 (ports & AR8X16_VLAN_MEMBER) << AR8X16_PORT_VLAN_DEST_PORTS_SHIFT); in ar8xxx_set_port_vlan()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Docelot.txt25 For the external switch ports, depending on board configuration, "phy-mode" and
26 "phy-handle" are populated by board specific device tree instances. Ports 4 and
27 5 are fixed as internal ports in the NXP LS1028A instantiation.
49 * phy_mode = "internal": on ports 4 and 5
50 * phy_mode = "sgmii": on ports 0, 1, 2, 3
51 * phy_mode = "qsgmii": on ports 0, 1, 2, 3
52 * phy_mode = "usxgmii": on ports 0, 1, 2, 3
53 * phy_mode = "2500base-x": on ports 0, 1, 2, 3
70 ports {
74 /* External ports */
[all …]
H A Dmscc,ocelot.yaml31 - phy-mode = "internal": on ports 8 and 9
32 - phy-mode = "sgmii": on ports 0, 1, 2, 3, 4, 5, 6, 7
33 - phy-mode = "qsgmii": on ports 0, 1, 2, 3, 4, 5, 6, 7
34 - phy-mode = "1000base-x": on ports 0, 1, 2, 3, 4, 5, 6, 7
50 - phy-mode = "internal": on ports 4 and 5
51 - phy-mode = "sgmii": on ports 0, 1, 2, 3
52 - phy-mode = "qsgmii": on ports 0, 1, 2, 3
53 - phy-mode = "usxgmii": on ports 0, 1, 2, 3
54 - phy-mode = "1000base-x": on ports 0, 1, 2, 3
55 - phy-mode = "2500base-x": on ports 0, 1, 2, 3
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dcoresight.txt67 * port or ports: see "Graph bindings for Coresight" below.
98 * port or ports: see "Graph bindings for Coresight" below.
155 * All output ports must be listed inside a child node named "out-ports"
156 * All input ports must be listed inside a child node named "in-ports".
168 in-ports {
183 in-ports {
198 in-ports {
206 out-ports {
222 out-ports {
226 /* replicator output ports */
[all …]
H A Darm,coresight-static-replicator.yaml33 in-ports:
34 $ref: /schemas/graph.yaml#/properties/ports
42 out-ports:
43 $ref: /schemas/graph.yaml#/properties/ports
52 - in-ports
53 - out-ports
66 out-ports {
70 /* replicator output ports */
86 in-ports {
H A Darm,coresight-dynamic-replicator.yaml66 in-ports:
67 $ref: /schemas/graph.yaml#/properties/ports
75 out-ports:
76 $ref: /schemas/graph.yaml#/properties/ports
88 - in-ports
89 - out-ports
102 out-ports {
106 /* replicator output ports */
121 in-ports {
/freebsd/usr.sbin/bsdconfig/dot/
H A DUSAGE43 NOTE: Requires `graphics/graphviz' from ports/packages.
49 NOTE: Requires `graphics/gimmage' from ports/packages.
56 NOTE: Requires `graphics/gthumb' from ports/packages.
62 NOTE: Requires `graphics/gqview' from ports/packages.
69 NOTE: Requires `graphics/gx' from ports/packages.
75 NOTE: Requires `graphics/eog' from ports/packages.
88 ports/packages.
97 ports/packages.
103 NOTE: Requires `print/gsview' from ports/packages.
111 `graphics/xdpf' from ports/packages.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dgpio.txt4 On CPM1 devices, all ports are using slightly different register layouts.
5 Ports A, C and D are 16bit ports and Ports B and E are 32bit ports.
7 On CPM2 devices, all ports are 32bit ports and use a common register layout.
18 on CPM1), this item tells which ports have an associated interrupt (ports are
/freebsd/sys/contrib/device-tree/src/arm64/sprd/
H A Dsc9863a.dtsi193 out-ports {
201 in-ports {
217 in-ports {
233 out-ports {
242 in-ports {
282 out-ports {
307 out-ports {
316 in-ports {
332 out-ports {
341 in-ports {
[all …]
/freebsd/usr.sbin/dconschat/
H A Ddconschat.878 driver communicate using 2 ports, one for the console port and another
80 .Xr gdb 1 Pq Pa ports/devel/gdb
87 .Xr gdb 1 Pq Pa ports/devel/gdb .
88 You can specify listen ports for console and
89 .Xr gdb 1 Pq Pa ports/devel/gdb
130 .Xr gdb 1 Pq Pa ports/devel/gdb
170 .Xr gdb 1 Pq Pa ports/devel/gdb
253 .Xr gdb 1 Pq Pa ports/devel/gdb
255 .Xr gdb 1 Pq Pa ports/devel/gdb
272 .Xr gdb 1 Pq Pa ports/devel/gdb
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dabilis,tb10x-iomux.txt25 - GPIO ports: gpioa, gpiob, gpioc, gpiod, gpioe, gpiof, gpiog,
27 - Serial TS input ports: mis0, mis1, mis2, mis3, mis4, mis5, mis6, mis7
28 - Parallel TS input ports: mip1, mip3, mip5, mip7
29 - Serial TS output ports: mos0, mos1, mos2, mos3
33 - Smart card ports: stc0, stc1
34 - UART ports: uart0, uart1
35 - SPI ports: spi1, spi3
38 All other ports of the chip are not multiplexed and thus not managed by this
45 The named pin groups of GPIO ports can be used to define GPIO ranges as

12345678910>>...80