Searched refs:h1 (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_info.cpp36 info->u.h1.subsystem_id, info->u.h1.subsystem_vendor_id));
38 " secondary_latency %02x\n", info->u.h1.primary_bus,
39 info->u.h1.secondary_bus, info->u.h1.subordinate_bus, info->u.h1.secondary_latency));
40 uint32 io_base = ((uint32)info->u.h1.io_base & 0xf0) << 8;
41 if (info->u.h1.io_base & 1)
42 io_base += ((uint32)info->u.h1.io_base_upper16 << 16);
43 uint32 io_limit = (((uint32)info->u.h1
[all...]
H A Dpci.cpp1421 dev->info.u.h1.rom_base_pci);
1424 dev->info.u.h1.base_registers[i],
1425 dev->info.u.h1.base_registers_pci[i],
1426 dev->info.u.h1.base_register_sizes[i],
1427 dev->info.u.h1.base_register_flags[i],
1428 i < 1 ? &dev->info.u.h1.base_registers[i + 1] : NULL,
1429 i < 1 ? &dev->info.u.h1.base_registers_pci[i + 1] : NULL,
1430 i < 1 ? &dev->info.u.h1.base_register_sizes[i + 1] : NULL);
1437 dev->info.u.h1.rom_base = (uint32)pci_ram_address(
1438 dev->info.u.h1
[all...]
/haiku/src/system/libroot/posix/musl/search/
H A Dtsearch.c53 int h1 = height(n->a[1]); local
54 if (h0 - h1 + 1u < 3u) {
56 n->h = h0<h1 ? h1+1 : h0+1;
59 return rot(p, n, h0<h1);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dhashes.cpp31 /* a, b, c, d - data; h0, h1 - accumulated hash */
39 b1 = h1; \
49 h1 += b1; \
57 uint32 h0 = k[0], h1 = k[1]; local
173 return h0^h1;
/haiku/src/libs/compat/freebsd_network/compat/machine/generic/
H A Dbus.h282 #define bus_space_copy_region_stream_1(t, h1, o1, h2, o2, c) \
283 bus_space_copy_region_1((t), (h1), (o1), (h2), (o2), (c))
284 #define bus_space_copy_region_stream_2(t, h1, o1, h2, o2, c) \
285 bus_space_copy_region_2((t), (h1), (o1), (h2), (o2), (c))
286 #define bus_space_copy_region_stream_4(t, h1, o1, h2, o2, c) \
287 bus_space_copy_region_4((t), (h1), (o1), (h2), (o2), (c))
/haiku/src/system/libroot/posix/musl/math/
H A Dlgammal.c138 h1 = 2.147921653490043010629481226937850618860E4L, variable
295 p2 = h0 + y * (h1 + y * (h2 + y * (h3 + y * (h4 + y * (h5 + y)))));
/haiku/src/libs/compat/freebsd_network/compat/machine/x86/
H A Dbus.h1101 #define bus_space_copy_region_stream_1(t, h1, o1, h2, o2, c) \
1102 bus_space_copy_region_1((t), (h1), (o1), (h2), (o2), (c))
1103 #define bus_space_copy_region_stream_2(t, h1, o1, h2, o2, c) \
1104 bus_space_copy_region_2((t), (h1), (o1), (h2), (o2), (c))
1105 #define bus_space_copy_region_stream_4(t, h1, o1, h2, o2, c) \
1106 bus_space_copy_region_4((t), (h1), (o1), (h2), (o2), (c))
/haiku/headers/os/drivers/
H A DPCI.h89 } h1; member in union:pci_info::__anon1

Completed in 133 milliseconds