HomeSort by: relevance | last modified time | path
    Searched refs:atc (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/dev/arcbios/
arcbios.c 125 struct arcbios_treewalk_context *atc)
133 atc->atc_terminate = 1;
148 struct arcbios_treewalk_context *atc)
152 node != NULL && atc->atc_terminate == 0;
154 (*func)(node, atc);
155 if (atc->atc_terminate)
157 arcbios_subtree_walk(node, func, atc);
165 struct arcbios_treewalk_context atc; local in function:arcbios_tree_walk
167 atc.atc_cookie = cookie;
168 atc.atc_terminate = 0
    [all...]
  /src/games/atc/
Makefile 6 PROG= atc
11 MAN= atc.6
21 FILESDIR=/usr/share/games/atc
  /src/games/
Makefile 10 SUBDIR= adventure arithmetic atc \
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_pm4_headers_diq.h 138 unsigned int atc:1; member in struct:pm4__release_mem::__anone5b337d80b0a::__anone5b337d80c08
kfd_dbgdev.h 202 uint32_t atc:1; member in struct:TCP_WATCH_CNTL_BITS::__anon842c909b1008
kfd_pm4_headers_vi.h 464 unsigned int atc:1; member in struct:pm4_mec_release_mem::__anonf77bdfd92f0a::__anonf77bdfd93008
kfd_packet_manager_vi.c 310 packet->bitfields2.atc = 0;
kfd_dbgdev.c 140 rm_packet->bitfields2.atc = 0;
264 /* for now assume it is an ATC address */
325 pr_debug("\t\t%20s %08x\n", "Control atc is :",
326 cntl.bitfields.atc);
422 pr_debug("\t\t%20s %08x\n", "Control atc is :",
423 cntl.bitfields.atc);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
cik_reg.h 234 uint32_t atc:1; member in struct:TCP_WATCH_CNTL_BITS::__anon9860e0200408
  /src/sys/arch/sgimips/sgimips/
machdep.c 190 void mips_machdep_find_l2cache(struct arcbios_component *comp, struct arcbios_treewalk_context *atc);
685 struct arcbios_treewalk_context *atc)
954 mips_machdep_find_l2cache(struct arcbios_component *comp, struct arcbios_treewalk_context *atc)
957 device_t self = atc->atc_cookie;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
tegra20-trimslice.dts 52 atc {
53 nvidia,pins = "atc", "gmb";
202 nvidia,pins = "ata", "atc", "atd", "ate",
tegra20-tamonten.dtsi 46 atc {
47 nvidia,pins = "atc";
185 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
tegra20-harmony.dts 60 atc {
61 nvidia,pins = "atc";
203 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
tegra20-ventana.dts 62 atc {
63 nvidia,pins = "atc";
208 nvidia,pins = "ata", "atb", "atc", "atd",
tegra20-seaboard.dts 60 atc {
61 nvidia,pins = "atc";
206 nvidia,pins = "ata", "atb", "atc", "atd",
tegra20-paz00.dts 57 nvidia,pins = "ata", "atc", "atd", "ate",
199 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
tegra20-acer-a500-picasso.dts 103 atc {
104 nvidia,pins = "atc";
249 nvidia,pins = "ata", "atb", "atc", "atd",
tegra20-colibri.dtsi 86 nvidia,pins = "atc", "atd", "ate", "dap1",
  /src/sys/dev/ic/
vga_raster.c 148 u_int8_t atc[VGA_ATC_NREGS]; /* Attribute controller */ member in struct:vga_moderegs
989 regs->atc[i] = palette[i];
991 regs->atc[16] = 0x01; /* XXXBJY was 0x81 in XFree86 */
993 regs->atc[16] = 0x41;
994 regs->atc[17] = 0x00; /* XXXBJY just a guess */
995 regs->atc[18] = 0x0f;
996 regs->atc[19] = 0x00;
997 regs->atc[20] = 0x00;
1032 _vga_attr_write(vh, i, regs->atc[i]);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_amdkfd_gfx_v7.c 83 uint32_t atc:1; member in struct:TCP_WATCH_CNTL_BITS::__anondd4ee9010408
596 cntl.bitfields.atc = 1;
  /src/sys/arch/m68k/060sp/dist/
isp.s 3207 # (4) Use "plpaw" instruction to pre-load ATC with effective #
3214 # (6) Use "plpar" instruction to do a re-load of ATC entries for #
3216 # ATC. #
3298 # pre-load the operand ATC. no page faults should occur here because
3300 plpaw (%a2) # load atc for ADDR1
3301 plpaw (%a4) # load atc for ADDR1+3
3302 plpaw (%a3) # load atc for ADDR2
3303 plpaw (%a5) # load atc for ADDR2+3
3314 # if ADDR1 was ATC resident before the above "plpaw" and was executed
3317 # entries from the ATC. so, we do a second set of "plpa"s
    [all...]

Completed in 27 milliseconds