Home
last modified time | relevance | path

Searched refs:strap (Results 1 – 25 of 1599) sorted by relevance

12345678910>>...64

/dports/devel/p5-Test-Harness-Straps/Test-Harness-Straps-0.30/t/
H A Dstrap.t19 my $strap = Test::Harness::Straps->new;
20 isa_ok( $strap, 'Test::Harness::Straps', 'new()' );
40 my $strap = Test::Harness::Straps->new;
41 isa_ok( $strap, 'Test::Harness::Straps' );
61 my $strap = Test::Harness::Straps->new;
62 isa_ok( $strap, 'Test::Harness::Straps' );
64 ok( !$strap->_is_header($unheader),
108 my $strap = Test::Harness::Straps->new;
116 ok( eq_set( [map $strap->{$_}, grep defined $strap->{$_}, @attribs],
134 my $strap = Test::Harness::Straps->new;
[all …]
H A Dcallback.t53 my $strap = Test::Harness::Straps->new;
54 isa_ok( $strap, 'Test::Harness::Straps' );
55 $strap->set_callback(
66 $strap->analyze_file(File::Spec->catfile($SAMPLE_TESTS, $test));
H A Dstrap-analyze.t568 my $strap = Test::Harness::Straps->new;
569 isa_ok( $strap, 'Test::Harness::Straps' );
570 my $results = $strap->analyze_file($test_path);
595 my $strap = Test::Harness::Straps->new;
596 isa_ok( $strap, 'Test::Harness::Straps' );
597 ok( !$strap->analyze_file('I_dont_exist'), "Can't analyze a non-existant file" );
598 is( $strap->{error}, "I_dont_exist does not exist", "And there should be one error" );
H A Dpoint-parse.t22 my $strap = Test::Harness::Straps->new;
23 isa_ok( $strap, 'Test::Harness::Straps', 'new()' );
/dports/sysutils/u-boot-utilite/u-boot-2015.07/board/xes/xpedite1000/
H A Dxpedite1000.c137 unsigned long strap; in pci_pre_init() local
140 mfsdr(SDR0_SDSTP1, strap); in pci_pre_init()
141 if ((strap & 0x00010000) == 0) in pci_pre_init()
146 mfsdr(SDR0_XCR, strap); in pci_pre_init()
147 strap &= 0x0f000000; in pci_pre_init()
148 mtsdr(SDR0_XCR, strap); in pci_pre_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dramcfg.c54 u8 strap = nvbios_ramcfg_strap(subdev); in nvbios_ramcfg_index() local
69 nvbios_M0203Em(bios, strap, &ver, &hdr, &M0203E)) in nvbios_ramcfg_index()
76 strap = nvbios_rd08(bios, xlat + strap); in nvbios_ramcfg_index()
77 return strap; in nvbios_ramcfg_index()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dramcfg.c54 u8 strap = nvbios_ramcfg_strap(subdev); in nvbios_ramcfg_index() local
69 nvbios_M0203Em(bios, strap, &ver, &hdr, &M0203E)) in nvbios_ramcfg_index()
76 strap = nvbios_rd08(bios, xlat + strap); in nvbios_ramcfg_index()
77 return strap; in nvbios_ramcfg_index()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dramcfg.c54 u8 strap = nvbios_ramcfg_strap(subdev); in nvbios_ramcfg_index() local
69 nvbios_M0203Em(bios, strap, &ver, &hdr, &M0203E)) in nvbios_ramcfg_index()
76 strap = nvbios_rd08(bios, xlat + strap); in nvbios_ramcfg_index()
77 return strap; in nvbios_ramcfg_index()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/devinit/
H A Dnouveau_subdev_devinit_nv05.c57 u8 strap, ramcfg[2]; in nv05_devinit_meminit() local
67 strap = (nv_rd32(priv, 0x101000) & 0x0000003c) >> 2; in nv05_devinit_meminit()
69 ramcfg[0] = nv_ro08(bios, data + 2 * strap + 0); in nv05_devinit_meminit()
70 ramcfg[1] = nv_ro08(bios, data + 2 * strap + 1); in nv05_devinit_meminit()
72 ramcfg[0] = default_config_tab[strap][0]; in nv05_devinit_meminit()
73 ramcfg[1] = default_config_tab[strap][1]; in nv05_devinit_meminit()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv05.c53 u8 strap, ramcfg[2]; in nv05_devinit_meminit() local
63 strap = (nvkm_rd32(device, 0x101000) & 0x0000003c) >> 2; in nv05_devinit_meminit()
65 ramcfg[0] = nvbios_rd08(bios, data + 2 * strap + 0); in nv05_devinit_meminit()
66 ramcfg[1] = nvbios_rd08(bios, data + 2 * strap + 1); in nv05_devinit_meminit()
68 ramcfg[0] = default_config_tab[strap][0]; in nv05_devinit_meminit()
69 ramcfg[1] = default_config_tab[strap][1]; in nv05_devinit_meminit()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv05.c53 u8 strap, ramcfg[2]; in nv05_devinit_meminit() local
63 strap = (nvkm_rd32(device, 0x101000) & 0x0000003c) >> 2; in nv05_devinit_meminit()
65 ramcfg[0] = nvbios_rd08(bios, data + 2 * strap + 0); in nv05_devinit_meminit()
66 ramcfg[1] = nvbios_rd08(bios, data + 2 * strap + 1); in nv05_devinit_meminit()
68 ramcfg[0] = default_config_tab[strap][0]; in nv05_devinit_meminit()
69 ramcfg[1] = default_config_tab[strap][1]; in nv05_devinit_meminit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv05.c53 u8 strap, ramcfg[2]; in nv05_devinit_meminit() local
63 strap = (nvkm_rd32(device, 0x101000) & 0x0000003c) >> 2; in nv05_devinit_meminit()
65 ramcfg[0] = nvbios_rd08(bios, data + 2 * strap + 0); in nv05_devinit_meminit()
66 ramcfg[1] = nvbios_rd08(bios, data + 2 * strap + 1); in nv05_devinit_meminit()
68 ramcfg[0] = default_config_tab[strap][0]; in nv05_devinit_meminit()
69 ramcfg[1] = default_config_tab[strap][1]; in nv05_devinit_meminit()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/bios/
H A Dnouveau_subdev_bios_ramcfg.c59 u8 strap = nvbios_ramcfg_strap(subdev); in nvbios_ramcfg_index() local
71 strap = nv_ro08(bios, xlat + strap); in nvbios_ramcfg_index()
72 return strap; in nvbios_ramcfg_index()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/board/ACube/bios_emulator/
H A Dx86interface.c379 u8 *strap; in execute_bios() local
469 strap = (u8*)M.mem_base + EMULATOR_STRAP_OFFSET; in execute_bios()
492 *strap++ = 0x9A; *strap++ = 0x03; *strap++ = 0x00; in execute_bios()
493 *strap++ = 0x00; *strap++ = 0xC0; in execute_bios()
499 *strap++ = more_strap[i]; in execute_bios()
503 *strap++ = 0xF4; in execute_bios()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/board/ACube/bios_emulator/
H A Dx86interface.c379 u8 *strap; in execute_bios() local
469 strap = (u8*)M.mem_base + EMULATOR_STRAP_OFFSET; in execute_bios()
492 *strap++ = 0x9A; *strap++ = 0x03; *strap++ = 0x00; in execute_bios()
493 *strap++ = 0x00; *strap++ = 0xC0; in execute_bios()
499 *strap++ = more_strap[i]; in execute_bios()
503 *strap++ = 0xF4; in execute_bios()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/board/ACube/bios_emulator/
H A Dx86interface.c379 u8 *strap; in execute_bios() local
469 strap = (u8*)M.mem_base + EMULATOR_STRAP_OFFSET; in execute_bios()
492 *strap++ = 0x9A; *strap++ = 0x03; *strap++ = 0x00; in execute_bios()
493 *strap++ = 0x00; *strap++ = 0xC0; in execute_bios()
499 *strap++ = more_strap[i]; in execute_bios()
503 *strap++ = 0xF4; in execute_bios()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/board/ACube/bios_emulator/
H A Dx86interface.c379 u8 *strap; in execute_bios() local
469 strap = (u8*)M.mem_base + EMULATOR_STRAP_OFFSET; in execute_bios()
492 *strap++ = 0x9A; *strap++ = 0x03; *strap++ = 0x00; in execute_bios()
493 *strap++ = 0x00; *strap++ = 0xC0; in execute_bios()
499 *strap++ = more_strap[i]; in execute_bios()
503 *strap++ = 0xF4; in execute_bios()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/board/ACube/bios_emulator/
H A Dx86interface.c379 u8 *strap; in execute_bios() local
469 strap = (u8*)M.mem_base + EMULATOR_STRAP_OFFSET; in execute_bios()
492 *strap++ = 0x9A; *strap++ = 0x03; *strap++ = 0x00; in execute_bios()
493 *strap++ = 0x00; *strap++ = 0xC0; in execute_bios()
499 *strap++ = more_strap[i]; in execute_bios()
503 *strap++ = 0xF4; in execute_bios()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/board/ACube/bios_emulator/
H A Dx86interface.c379 u8 *strap; in execute_bios() local
469 strap = (u8*)M.mem_base + EMULATOR_STRAP_OFFSET; in execute_bios()
492 *strap++ = 0x9A; *strap++ = 0x03; *strap++ = 0x00; in execute_bios()
493 *strap++ = 0x00; *strap++ = 0xC0; in execute_bios()
499 *strap++ = more_strap[i]; in execute_bios()
503 *strap++ = 0xF4; in execute_bios()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/board/ACube/bios_emulator/
H A Dx86interface.c379 u8 *strap; in execute_bios() local
469 strap = (u8*)M.mem_base + EMULATOR_STRAP_OFFSET; in execute_bios()
492 *strap++ = 0x9A; *strap++ = 0x03; *strap++ = 0x00; in execute_bios()
493 *strap++ = 0x00; *strap++ = 0xC0; in execute_bios()
499 *strap++ = more_strap[i]; in execute_bios()
503 *strap++ = 0xF4; in execute_bios()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/fb/
H A Dnouveau_subdev_fb_ramnv50.c82 u8 ver, hdr, cnt, len, strap; in nv50_ram_calc() local
99 strap = nvbios_ramcfg_index(nv_subdev(pfb)); in nv50_ram_calc()
100 if (strap >= cnt) { in nv50_ram_calc()
105 ramcfg.data += hdr + (strap * ramcfg.size); in nv50_ram_calc()
108 strap = nv_ro08(bios, ramcfg.data + 0x01); in nv50_ram_calc()
109 if (strap != 0xff) { in nv50_ram_calc()
110 timing.data = nvbios_timingEe(bios, strap, &ver, &hdr, in nv50_ram_calc()
115 strap, timing.data, ver, hdr); in nv50_ram_calc()
H A Dnouveau_subdev_fb_ramnva3.c87 u8 ver, cnt, len, strap; in nva3_ram_calc() local
106 strap = nvbios_ramcfg_index(nv_subdev(pfb)); in nva3_ram_calc()
107 if (strap >= cnt) { in nva3_ram_calc()
112 ramcfg.data = rammap.data + rammap.size + (strap * ramcfg.size); in nva3_ram_calc()
119 strap = nv_ro08(bios, ramcfg.data + 0x01); in nva3_ram_calc()
120 if (strap != 0xff) { in nva3_ram_calc()
121 timing.data = nvbios_timingEe(bios, strap, &ver, &timing.size, in nva3_ram_calc()
/dports/net/concourse-fly/concourse-6.7.1/vendor/code.cloudfoundry.org/garden/server/bomberman/
H A Dbomberman.go11 strap action = iota const
50 b.bomb <- bomb{Action: strap, Container: container}
76 case strap:
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/garden/server/bomberman/
H A Dbomberman.go11 strap action = iota const
50 b.bomb <- bomb{Action: strap, Container: container}
76 case strap:
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/mii/
H A Dgphyter.c133 int anar, strap; in gphyterattach() local
174 strap = PHY_READ(sc, MII_GPHYTER_STRAP); in gphyterattach()
176 (strap & STRAP_MS_VAL) ? "master" : "slave"); in gphyterattach()
177 if (strap & STRAP_NC_MODE) in gphyterattach()

12345678910>>...64