Home
last modified time | relevance | path

Searched full:phys (Results 1 – 25 of 1180) sorted by relevance

12345678910>>...48

/freebsd-src/sys/contrib/device-tree/src/arm64/microchip/
H A Dsparx5_pcb135_board.dtsi367 phys = <&serdes 13>;
374 phys = <&serdes 13>;
381 phys = <&serdes 13>;
388 phys = <&serdes 13>;
395 phys = <&serdes 14>;
402 phys = <&serdes 14>;
409 phys = <&serdes 14>;
416 phys = <&serdes 14>;
423 phys = <&serdes 15>;
430 phys
[all...]
H A Dsparx5_pcb134_board.dtsi726 phys = <&serdes 13>;
736 phys = <&serdes 14>;
745 phys = <&serdes 15>;
754 phys = <&serdes 16>;
763 phys = <&serdes 17>;
772 phys = <&serdes 18>;
781 phys = <&serdes 19>;
790 phys = <&serdes 20>;
799 phys = <&serdes 21>;
808 phys
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/phy/
H A Dphy-bindings.txt19 phys: phy {
29 That node describes an IP block (PHY provider) that implements 2 different PHYs.
30 In order to differentiate between these 2 PHYs, an additional specifier should be
37 phys : the phandle for the PHY device (used by the PHY subsystem; not to be
40 phy-names : the names of the PHY corresponding to the PHYs present in the
41 *phys* phandle
49 phys = <&usb2_phy>, <&usb3_phy>;
55 This node represents a controller that uses two PHYs, one for usb2 and one for
64 phys = <&phys 1>;
70 This node represents a controller that uses one of the PHYs of the PHY provider
[all …]
H A Dcalxeda-combophy.yaml7 title: Calxeda Highbank Combination PHYs for SATA
10 The Calxeda Combination PHYs connect the SoC to the internal fabric
11 and to SATA connectors. The PHYs support multiple protocols (SATA,
14 Programming the PHYs is typically handled by those device drivers,
/freebsd-src/usr.sbin/makefs/zfs/
H A Ddsl.c42 dsl_dataset_phys_t *phys; /* on-disk representation */ member
53 dsl_dir_phys_t *phys; /* on-disk representation */ member
225 zfs->origindsldir->phys->dd_clones = clonesid; in dsl_origindir_init()
363 dir->phys = (dsl_dir_phys_t *)DN_BONUS(dnode); in dsl_dir_alloc()
375 dir->phys->dd_child_dir_zapobj = childid; in dsl_dir_alloc()
376 dir->phys->dd_props_zapobj = propsid; in dsl_dir_alloc()
385 dir->phys->dd_parent_obj = 0; in dsl_dir_alloc()
422 dir->phys->dd_parent_obj = parent->dirid; in dsl_dir_alloc()
429 dir->phys->dd_used_bytes += bytes; in dsl_dir_size_add()
430 dir->phys->dd_compressed_bytes += bytes; in dsl_dir_size_add()
[all …]
/freebsd-src/sys/dev/mii/
H A Dmiidevs119 /* Agere Systems PHYs */
123 /* Altima Communications PHYs */
131 /* Advanced Micro Devices PHYs */
138 /* Atheros Communications/Attansic PHYs */
144 /* Asix semiconductor PHYs */
147 /* Broadcom Corp. PHYs */
205 /* Cicada Semiconductor PHYs (now owned by Vitesse?) */
216 /* Davicom Semiconductor PHYs */
222 /* IC Plus Corp. PHYs */
227 /* Integrated Circuit Systems PHYs */
[all …]
/freebsd-src/sys/powerpc/ps3/
H A Dplatform_ps3.c61 static void ps3_mem_regions(platform_t, struct mem_region *phys, int *physsz,
137 ps3_mem_regions(platform_t plat, struct mem_region *phys, int *physsz, in ps3_mem_regions() argument
145 ofw_mem_regions(phys, physsz, avail_regions, availsz); in ps3_mem_regions()
148 phys[0].mr_start = 0; in ps3_mem_regions()
149 phys[0].mr_size = ps3_real_maxaddr(plat); in ps3_mem_regions()
151 avail_regions[0] = phys[0]; in ps3_mem_regions()
159 &phys[*physsz].mr_size, &junk); in ps3_mem_regions()
161 phys[*physsz].mr_size -= phys[i].mr_size; in ps3_mem_regions()
164 phys[*physsz].mr_size -= phys[*physsz].mr_size % (16*1024*1024); in ps3_mem_regions()
167 lv1_allocate_memory(phys[*physsz].mr_size, 24 /* 16 MB pages */, in ps3_mem_regions()
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-8040-db.dts106 phys = <&cp0_comphy0 0>;
113 phys = <&cp0_comphy5 2>;
147 phys = <&cp0_comphy1 0>;
151 phys = <&cp0_comphy3 1>;
163 phys = <&cp0_utmi0>;
178 phys = <&cp0_comphy4 1>, <&cp0_utmi1>;
214 phys = <&cp1_comphy0 0>;
221 phys = <&cp1_comphy4 1>;
228 phys = <&cp1_comphy5 2>;
308 phys = <&cp1_comphy1 0>;
[all …]
H A Darmada-8040-mcbin.dtsi186 phys = <&cp0_comphy0 0>, <&cp0_comphy1 0>,
239 phys = <&cp0_comphy4 0>;
247 phys = <&cp0_comphy5 1>;
268 phys = <&cp0_utmi0>;
276 phys = <&cp0_utmi1>;
288 phys = <&cp1_comphy4 0>;
298 phys = <&cp1_comphy0 1>;
308 phys = <&cp1_comphy5 2>;
347 phys = <&cp1_comphy1 0>;
353 phys = <&cp1_comphy3 1>;
[all …]
H A Dcn9130-crb-B.dts17 phys = <&cp0_comphy0 0>;
30 phys = <&cp0_comphy2 0>;
38 phys = <&cp0_comphy1 0>;
45 phys = <&cp0_comphy3 1>;
/freebsd-src/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-lx2162a-clearfog.dts94 phys = <&serdes_1 7>;
100 phys = <&serdes_1 6>;
106 phys = <&serdes_1 5>;
112 phys = <&serdes_1 4>;
116 phys = <&serdes_2 0>;
123 phys = <&serdes_2 1>;
130 phys = <&serdes_2 6>;
137 phys = <&serdes_2 7>;
144 phys = <&serdes_2 4>;
151 phys
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm/microchip/
H A Dlan966x-pcb8290.dts120 phys = <&serdes 0 SERDES6G(1)>;
128 phys = <&serdes 1 SERDES6G(1)>;
136 phys = <&serdes 2 SERDES6G(1)>;
144 phys = <&serdes 3 SERDES6G(1)>;
152 phys = <&serdes 4 SERDES6G(2)>;
160 phys = <&serdes 5 SERDES6G(2)>;
168 phys = <&serdes 6 SERDES6G(2)>;
176 phys = <&serdes 7 SERDES6G(2)>;
/freebsd-src/sys/contrib/dev/iwlwifi/pcie/
H A Dctxt-info.c14 dma_addr_t *phys, in _iwl_pcie_ctxt_info_dma_alloc_coherent() argument
23 result = dma_alloc_coherent(trans->dev, size, phys, GFP_KERNEL); in _iwl_pcie_ctxt_info_dma_alloc_coherent()
28 if (unlikely(iwl_txq_crosses_4g_boundary(*phys, size))) { in _iwl_pcie_ctxt_info_dma_alloc_coherent()
30 dma_addr_t oldphys = *phys; in _iwl_pcie_ctxt_info_dma_alloc_coherent()
33 phys, in _iwl_pcie_ctxt_info_dma_alloc_coherent()
43 dma_addr_t *phys) in iwl_pcie_ctxt_info_dma_alloc_coherent() argument
45 return _iwl_pcie_ctxt_info_dma_alloc_coherent(trans, size, phys, 0); in iwl_pcie_ctxt_info_dma_alloc_coherent()
170 dma_addr_t phys; in iwl_pcie_ctxt_info_init() local
175 &phys); in iwl_pcie_ctxt_info_init()
179 trans_pcie->ctxt_info_dma_addr = phys; in iwl_pcie_ctxt_info_init()
[all...]
/freebsd-src/sys/vm/
H A Dphys_pager.c47 /* list of phys pager objects */
119 object->un_pager.phys.ops = ops; in phys_pager_allocate()
120 object->un_pager.phys.data_ptr = data; in phys_pager_allocate()
134 object->un_pager.phys.ops = ops; in phys_pager_allocate()
135 object->un_pager.phys.data_ptr = data; in phys_pager_allocate()
165 if (object->un_pager.phys.ops->phys_pg_dtor != NULL) in phys_pager_dealloc()
166 object->un_pager.phys.ops->phys_pg_dtor(object); in phys_pager_dealloc()
201 return (object->un_pager.phys.ops->phys_pg_getpages(object, m, in phys_pager_getpages()
218 "prefault window size for phys pager");
264 return (object->un_pager.phys.ops->phys_pg_populate(object, pidx, in phys_pager_populate()
[all …]
/freebsd-src/bin/sh/
H A Dcd.c78 int ch, phys, print = 0, getcwderr = 0; in cdcmd() local
82 phys = Pflag; in cdcmd()
89 phys = 0; in cdcmd()
92 phys = 1; in cdcmd()
131 rc = docd(p, print, phys); in cdcmd()
149 docd(char *dest, int print, int phys) in docd() argument
153 TRACE(("docd(\"%s\", %d, %d) called\n", dest, print, phys)); in docd()
156 if ((phys || (rc = cdlogical(dest)) < 0) && (rc = cdphysical(dest)) < 0) in docd()
329 int ch, phys; in pwdcmd() local
331 phys = Pflag; in pwdcmd()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/net/
H A Dmicrochip,sparx5-switch.yaml94 phys:
116 - phys
157 phys = <&serdes 13>;
166 phys = <&serdes 29>;
175 phys = <&serdes 30>;
184 phys = <&serdes 31>;
193 phys = <&serdes 32>;
203 phys = <&serdes 0>;
H A Dmicrel.txt3 These properties cover the base properties Micrel PHYs.
7 - micrel,led-mode : LED mode value to set for PHYs with configurable LEDs.
9 Configure the LED mode with single value. The list of PHYs and the
42 Some PHYs, such as the KSZ8041FTL variant, support fiber mode, enabled
53 Some PHYs have a COMA mode input pin which puts the PHY into
H A Dhisilicon-hns-nic.txt11 connect to 8 PHYs. Port 0 to 1 are both used for administration purpose. They
14 The remaining 6 PHYs are taken according to the mode of DSAF.
16 In NIC mode of DSAF, all 6 PHYs are taken as ethernet ports to the CPU. The
26 In Switch mode of DSAF, all 6 PHYs are taken as physical ports connect to a
43 In NIC mode of DSAF, all 6 PHYs of service DSAF are taken as ethernet ports
53 In Switch mode of DSAF, all 6 PHYs of service DSAF are taken as physical
H A Dmicrochip,lan966x-switch.yaml14 two integrated 10/100/1000Base-T PHYs. In addition to the integrated PHYs,
89 phys:
116 - phys
157 phys = <&serdes 0 0>;
165 phys = <&serdes 2 4>;
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Ddmu_impl.h89 * phys nlevels, maxblkid, physical blkptr_t's (?)
97 * dbuf_findbp: (callers, phys? - the real need)
98 * dbuf_create: dn_dbufs_mtx, hash_mutexes, db_mtx (phys?)
101 * dnode_sync/w (increase_indirection): db_mtx (phys)
105 * dnode_next_offset: (phys)
166 * phys accounting
181 * dbuf_sync: none (phys accounting)
183 * dbuf_write_done: none (phys accounting)
/freebsd-src/libexec/bootpd/
H A Dgetether.c45 struct ifdevea phys; local
46 bzero(&phys, sizeof(phys));
47 strcpy(phys.ifr_name, ifname);
52 if (ioctl(fd, SIOCRPHYSADDR, &phys) < 0) {
55 bcopy(&phys.current_pa[0], eap, EALEN);
342 struct ifreq phys; local
344 memset(&phys, 0, sizeof(phys));
345 strcpy(phys.ifr_name, ifname);
350 if (ioctl(fd, SIOCGIFHWADDR, &phys) < 0) {
353 memcpy(eap, &phys.ifr_hwaddr.sa_data, EALEN);
/freebsd-src/sys/contrib/device-tree/Bindings/ata/
H A Dahci-platform.txt8 PHYs.
34 - phys : reference to the SATA PHY node
49 - phys : reference to the SATA PHY node
70 phys = <&sata_phy 0>;
76 phys = <&sata_phy 1>;
/freebsd-src/sys/dev/isci/scil/
H A Dscu_bios_definitions.h205 * connectors by apriori assigning PHYs to SAS Ports.
246 * This field specifies the phys to be contained inside a port.
248 * to be contained in the port. Multiple bits (i.e. phys)
274 * SAS Addresses for all PHYs within a controller group SHALL be the
341 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit member
369 * connectors by apriori assigning PHYs to SAS Ports.
443 * This field specifies the phys to be contained inside a port.
445 * to be contained in the port. Multiple bits (i.e. phys)
471 * SAS Addresses for all PHYs within a controller group SHALL be the
538 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit member
[all …]
/freebsd-src/sys/x86/isa/
H A Disa_dma.c223 vm_paddr_t phys;
271 phys = pmap_extract(kernel_pmap, (vm_offset_t)addr); in isa_dmastart()
302 outb(waport, phys); in isa_dmastart()
303 outb(waport, phys>>8); in isa_dmastart()
304 outb(dmapageport[chan], phys>>16); in isa_dmastart()
335 outb(waport, phys>>1); in isa_dmastart()
336 outb(waport, phys>>9); in isa_dmastart()
337 outb(dmapageport[chan], phys>>16); in isa_dmastart()
390 vm_paddr_t phys, priorpage = 0;
396 phys in isa_dmarangecheck() local
229 vm_paddr_t phys; isa_dmastart() local
[all...]
/freebsd-src/sys/powerpc/powermac/
H A Dplatform_powermac.c65 void powermac_mem_regions(platform_t, struct mem_region *phys, int *physsz,
130 powermac_mem_regions(platform_t plat, struct mem_region *phys, int *physsz, in powermac_mem_regions() argument
149 phys[j].mr_start = memoryprop[i]; in powermac_mem_regions()
158 phys[j].mr_start <<= 32; in powermac_mem_regions()
160 phys[j].mr_start |= memoryprop[i+1]; in powermac_mem_regions()
162 phys[j].mr_size = memoryprop[i + physacells]; in powermac_mem_regions()
171 avail[i].mr_start = phys[i].mr_start; in powermac_mem_regions()
172 avail[i].mr_size = phys[i].mr_size; in powermac_mem_regions()
186 if (phys[i].mr_start > BUS_SPACE_MAXADDR_32BIT) { in powermac_mem_regions()
187 avail[j].mr_start = phys[i].mr_start; in powermac_mem_regions()
[all …]

12345678910>>...48