Searched refs:rev (Results 1 - 25 of 29) sorted by relevance

12

/haiku/3rdparty/os_probe/
H A D83haiku33 rev="$(item_in_dir "haiku-r[0-9].*\.hpkg" "$mpoint/$system/$packages")"
35 debug "Haiku Package Manager stage 2 bootloader and kernel ($rev) found."
41 rev="$(echo "$rev" | sed 's/haiku-//;s/^\(r[0-9]\+\)./\U\1\E /;s/ \([a-z]\+[0-9]\+\)[_-]/ \1 /;s/ [a-z]*_\?\(hrev[0-9_]\+\)\+-/ (\1) /;s/) [^_]\+_\([a-z0-9]\+\)\.hpkg/) \1 /;s/[^ ]\+.hpkg//;s/ $//')"
42 long="Haiku $rev"
/haiku/src/system/libroot/os/arch/arm64/
H A Dbyteorder.S14 rev w0, w0 // GCC8.3 does this for __builtin_bswap32
23 rev x0, x0 // GCC8.3 does this for __builtin_bswap64
/haiku/src/libs/compat/openbsd_network/compat/netinet/
H A Dif_ethersubr.h59 static const u_int8_t rev[] = { local
74 crc = (crc << 4) ^ crctab[(crc >> 28) ^ rev[data & 0xf]];
75 crc = (crc << 4) ^ crctab[(crc >> 28) ^ rev[data >> 4]];
/haiku/src/system/libroot/os/arch/arm/
H A Dbyteorder.S30 rev r0,r0;
49 rev r0,r0;
50 rev r1,r1;
/haiku/headers/os/drivers/
H A Disapnp.h13 /* uint32 MAKE_EISA_PRODUCT_ID(EISA_PRODUCT_ID* ptr, char ch0, char ch1, char ch2, uint12 prod_num, uint4 rev) */
16 #define MAKE_EISA_PRODUCT_ID(ptr, ch0, ch1, ch2, prod_num, rev) \
21 (ptr)->b[3] = (uint8)((((prod_num) & 0x00f) << 4) | ((rev) & 0xf) ); \
/haiku/headers/private/kernel/arch/arm64/
H A Darch_cpu.h84 #define CPU_ID_RAW(impl, part, var, rev) \
87 CPU_REV_TO_MIDR((rev)))
89 #define CPU_MATCH(mask, impl, part, var, rev) \
91 ((mask) & CPU_ID_RAW((impl), (part), (var), (rev))))
/haiku/build/scripts/
H A Ddetermine_haiku_revision25 localRev=`git rev-parse HEAD`
/haiku/src/add-ons/kernel/busses/usb/
H A Dohci_hardware.h24 #define OHCI_REVISION_LOW(rev) ((rev) & 0x0f)
25 #define OHCI_REVISION_HIGH(rev) (((rev) >> 4) & 0x03)
26 #define OHCI_REVISION_LEGACY(rev) ((rev) & 0x10)
/haiku/src/system/kernel/arch/arm/
H A Dsoc_omap3.cpp82 dprintf("OMAP: INTC found at 0x%p (rev %" B_PRIu32 ".%" B_PRIu32 ")\n",
200 uint32 rev = fRegBase[TIDR]; local
201 dprintf("OMAP: Found timer @ 0x%p, IRQ %d (rev %" B_PRIu32 ".%" B_PRIu32 ")\n",
202 fRegBase, fInterrupt, (rev >> 4) & 0xf, rev & 0xf);
/haiku/src/add-ons/kernel/drivers/audio/sb16/
H A Dhardware.h66 #define PNP_ISA_PRODUCT_ID(ch0, ch1, ch2, prod, rev) \
69 ((prod & 0xff0) << 12) | ((prod & 0x00f) << 28) | ((rev & 0xf) << 24))
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Ddevice_scan.cpp94 char vendor[9], product[17], rev[5]; local
103 strlcpy(rev, new_inquiry_data->product_rev, sizeof(rev));
106 "vendor: %s, product: %s, rev: %s",
110 vendor, product, rev);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_soc.h39 uint16_t rev; /* revision of this struct */ member in struct:ar531x_boarddata
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwivar.h340 #define BWI_CREATE_REGWIN(rw, id, type, rev) \
345 (rw)->rw_rev = (rev); \
487 #define BWI_CREATE_MAC(mac, sc, id, rev) \
492 (rev)); \
H A Dbwirf.c233 uint8_t rev; local
245 rev = 3;
247 rev = 4;
249 rev = 5;
262 rev = __SHIFTOUT(val, BWI_RFINFO_REV_MASK);
264 device_printf(sc->sc_dev, "RF: manu 0x%03x, type 0x%04x, rev %u\n",
265 manu, type, rev);
276 rev != 1) {
277 device_printf(sc->sc_dev, "only BCM2060 rev 1 RF "
334 rf->rf_rev = rev;
[all...]
H A Dbwimac.c931 "no suitible IV for MAC rev %d\n", mac->mac_rev);
955 "no suitible ExtIV for MAC rev %d\n", mac->mac_rev);
1079 "firmware rev 0x%04x, patch level 0x%04x\n", fw_rev,
1627 bwi_mac_attach(struct bwi_softc *sc, int id, uint8_t rev) argument
1663 if (bwi_sup_macrev[i] == rev)
1667 device_printf(sc->sc_dev, "MAC rev %u is "
1668 "not supported\n", rev);
1672 BWI_CREATE_MAC(mac, sc, id, rev);
1683 device_printf(sc->sc_dev, "MAC: rev %u\n", rev);
[all...]
H A Dbwiphy.c91 #define SUP_BPHY(num) { .rev = num, .init = bwi_phy_init_11b_rev##num }
94 uint8_t rev; member in struct:__anon2
168 device_printf(sc->sc_dev, "PHY: type %d, rev %d, ver %d\n",
179 "rev %u\n", phyrev);
190 if (phyrev == bwi_sup_bphy[i].rev) {
197 "rev %u\n", phyrev);
205 "rev %u\n", phyrev);
H A Dif_bwi.c752 bwi_regwin_info(struct bwi_softc *sc, uint16_t *type, uint8_t *rev) argument
758 *rev = BWI_ID_HI_REGWIN_REV(val);
760 DPRINTF(sc, BWI_DBG_ATTACH, "regwin: type 0x%03x, rev %d, "
761 "vendor 0x%04x\n", *type, *rev,
834 /* Record BBP id/rev for later using */
838 device_printf(sc->sc_dev, "BBP: id 0x%04x, rev 0x%x, pkg %d\n",
1116 * For common regwin whose rev is [6, 10), the chip
3510 "bus rev %u\n", busrev);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h238 uint16_t rev; member in struct:wpi_softc
H A Dif_wpi.c491 ((sc->rev & 0xf0) == 0xd0) ? 'D': '?');
495 /* XXX hw_config uses the PCIDEV for the Hardware rev. Must
496 check what sc->rev really represents - benjsc 20070615 */
1351 WPI_CHK(wpi_read_prom_data(sc, WPI_EEPROM_REVISION, &sc->rev,
1352 sizeof(sc->rev)));
1356 sc->rev = le16toh(sc->rev);
1357 DPRINTF(sc, WPI_DEBUG_EEPROM, "cap=%x rev=%x type=%x\n", sc->cap,
1358 sc->rev, sc->type);
5226 uint32_t rev; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/
H A Dif_dc.c892 int rev; local
894 rev = pci_get_revid(dev);
900 if (DC_IS_DAVICOM(sc) && rev >= DC_REVISION_DM9102A)
1554 uint8_t rev; local
1558 rev = pci_get_revid(dev);
1561 if (devid == t->dc_devid && rev >= t->dc_minrev)
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A D53c8xx.c158 uint32 rev; member in struct:__anon1
1372 if((devinfo[j].id == h.device_id) && (h.revision >= devinfo[j].rev)){
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2661.c233 /* retrieve RF rev. no and various other things from EEPROM */
2087 rt2661_get_rf(int rev) argument
2089 switch (rev) {
H A Drt2560.c219 /* retrieve RT2560 rev. no */
222 /* retrieve RF rev. no and various other things from EEPROM */
225 device_printf(dev, "MAC/BBP RT2560 (rev 0x%02x), RF %s\n",
2110 printf("unknown ral rev=%d\n", sc->rf_rev);
2399 rt2560_get_rf(int rev) argument
2401 switch (rev) {
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_ural.c455 /* retrieve RT2570 rev. no */
462 device_printf(self, "MAC/BBP RT2570 (rev 0x%02x), RF %s\n",
1898 ural_get_rf(int rev) argument
1900 switch (rev) {
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c786 "0x%04x rev %d not supported (subdevice)\n", pid,
822 "0x%04x rev %d not supported (subdevice)\n", pid,
856 "0x%04x rev %d not supported (subdevice)\n", pid,
876 "0x%04x rev %d not supported (subdevice)\n", pid,
901 "0x%04x rev %d not supported (subdevice)\n", pid,
924 "0x%04x rev %d not supported (subdevice)\n", pid,
963 "0x%04x rev %d not supported (subdevice)\n", pid,
989 "0x%04x rev %d not supported (subdevice)\n", pid,
1010 "0x%04x rev %d not supported (subdevice)\n", pid,
1035 "0x%04x rev
8285 uint32_t rev; local
[all...]

Completed in 370 milliseconds

12