Home
last modified time | relevance | path

Searched refs:family (Results 101 – 125 of 283) sorted by relevance

12345678910>>...12

/dragonfly/sys/dev/drm/radeon/
H A Dsumo_dpm.c159 if (rdev->family == CHIP_PALM) { in sumo_gfx_powergating_initialize()
187 if (rdev->family == CHIP_PALM) { in sumo_gfx_powergating_initialize()
199 if (rdev->family == CHIP_PALM) { in sumo_gfx_powergating_initialize()
220 if (rdev->family == CHIP_PALM) in sumo_gfx_powergating_initialize()
229 if (rdev->family == CHIP_PALM) { in sumo_gfx_powergating_initialize()
235 if (rdev->family == CHIP_PALM) { in sumo_gfx_powergating_initialize()
254 if (rdev->family == CHIP_PALM) { in sumo_gfx_powergating_initialize()
262 if (rdev->family == CHIP_PALM) { in sumo_gfx_powergating_initialize()
1754 if ((rdev->family == CHIP_PALM) && (hw_rev < 3)) in sumo_dpm_init()
1765 if (rdev->family == CHIP_PALM) in sumo_dpm_init()
H A Dradeon_vce.c67 switch (rdev->family) { in radeon_vce_init()
138 if (rdev->family < CHIP_BONAIRE) in radeon_vce_init()
243 if (rdev->family < CHIP_BONAIRE) in radeon_vce_resume()
H A Dni.c436 switch (rdev->family) { in ni_init_golden_registers()
625 switch (rdev->family) { in ni_mc_load_microcode()
702 switch (rdev->family) { in ni_init_microcode()
802 if ((rdev->family >= CHIP_BARTS) && (rdev->family <= CHIP_CAYMAN)) { in ni_init_microcode()
914 switch (rdev->family) { in cayman_gpu_init()
1261 if (rdev->family == CHIP_ARUBA) { in cayman_gpu_init()
H A Dradeon_vm.c757 uint64_t frag_flags = ((rdev->family == CHIP_CAYMAN) || in radeon_vm_frag_ptes()
758 (rdev->family == CHIP_ARUBA)) ? in radeon_vm_frag_ptes()
760 uint64_t frag_align = ((rdev->family == CHIP_CAYMAN) || in radeon_vm_frag_ptes()
761 (rdev->family == CHIP_ARUBA)) ? 0x200 : 0x80; in radeon_vm_frag_ptes()
H A Dradeon_gem.c157 if ((rdev->family < CHIP_CAYMAN) || in radeon_gem_object_open()
188 if ((rdev->family < CHIP_CAYMAN) || in radeon_gem_object_close()
312 if (rdev->family < CHIP_R600)
H A Devergreen_cs.c1154 if (p->rdev->family < CHIP_CAYMAN) { in evergreen_cs_handle_reg()
1161 if (p->rdev->family < CHIP_CAYMAN) { in evergreen_cs_handle_reg()
1310 if (p->rdev->family >= CHIP_CAYMAN) { in evergreen_cs_handle_reg()
1319 if (p->rdev->family < CHIP_CAYMAN) { in evergreen_cs_handle_reg()
1709 if (p->rdev->family >= CHIP_CAYMAN) { in evergreen_cs_handle_reg()
1723 if (p->rdev->family < CHIP_CAYMAN) { in evergreen_cs_handle_reg()
1840 if (p->rdev->family < CHIP_CAYMAN) { in evergreen_packet3_check()
2683 if (p->rdev->family >= CHIP_CAYMAN) { in evergreen_cs_parse()
2949 if (p->family < CHIP_CAYMAN) { in evergreen_dma_cs_parse()
3038 if (p->family < CHIP_CAYMAN) { in evergreen_dma_cs_parse()
[all …]
/dragonfly/usr.sbin/dntpd/
H A Dsocket.c51 hints.ai_family = family; in udp_socket()
H A Ddefs.h76 extern int family;
/dragonfly/usr.sbin/ppp/
H A Dfilter.c248 int action, family, ruleno, val, width; in filter_Parse() local
314 family = ncprange_family(&fe.f_src); in filter_Parse()
327 family != ncprange_family(&fe.f_dst)) { in filter_Parse()
H A Diface.c374 iface_Clear(struct iface *iface, struct ncp *ncp, int family, int how) in iface_Clear() argument
384 if (family == 0 || family == af) { in iface_Clear()
/dragonfly/lib/libalias/
H A Dalias_cuseeme.c45 int16_t family; member
/dragonfly/gnu/usr.bin/cc47/liblto_plugin/
H A DMakefile47 LVL2_1_DIR= ${PLUGIN_HEADER_DIR}/c-family
/dragonfly/lib/libc/net/
H A Drcmd.c317 rresvport_af(int *alport, int family) in rresvport_af() argument
324 ss.ss_family = family; in rresvport_af()
325 switch (family) { in rresvport_af()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-m32c.texi17 the Renesas M32C family. Normally the default is to assemble code for
117 address into a 16 bit register. While the M32C family only has 24
H A Dc-m68k.texi156 Motorola 680x0 family. The default depends upon how @code{@value{AS}}
160 addressing modes are permitted. The members of the 680x0 family are
209 Assemble for the CPU32 family of chips.
225 Assemble for the ColdFire family of chips.
539 Here, @samp{j@var{XX}} stands for an entire family of pseudo-operations,
541 list of pseudo-ops in this family is:
563 The full family of pseudo-operations covered here is
592 This family includes
H A Dc-ppc.texi29 The PowerPC chip family includes several successive levels, using the same
115 Generate code for PowerPC e300 family.
/dragonfly/contrib/gcc-4.7/
H A DREADME.DRAGONFLY32 gcc/c-family/c-format.c
/dragonfly/usr.bin/fetch/
H A Dfetch.c90 static int family = PF_UNSPEC; /* -[46]: address family to use */ variable
486 switch (family) { in fetch()
938 family = PF_INET; in main()
941 family = PF_INET6; in main()
/dragonfly/gnu/usr.bin/cc80/support-libs/liblto_plugin/
H A DMakefile41 LVL2_1_DIR= ${PLUGIN_HEADER_DIR}/c-family
/dragonfly/include/rpcsvc/
H A Dnis_object.x148 string family<>; /* Transport family (INET, OSI, etc) */
/dragonfly/usr.bin/dsynth/
H A Dprogress.css2 font-family: Arial, Helvetica, sans-serif;
183 font-family:Monospace;
/dragonfly/contrib/gcc-8.0/
H A DREADME.DRAGONFLY30 gcc/c-family/c-format.c extra TZ "%+" format for strftime()
/dragonfly/etc/mtree/
H A DBSD.usr.dist22 c-family
46 c-family
/dragonfly/nrelease/root/autorun/
H A Dstylesheet.css7 p {margin-bottom:10px;margin-left:5px;font-size:11px;font-family:verdana, sans serif, arial, helvet…
/dragonfly/contrib/gmp/mpn/
H A DREADME27 There is one subdirectory for each ISA family. Note that e.g., 32-bit SPARC

12345678910>>...12