HomeSort by: relevance | last modified time | path
    Searched refs:manufacturer (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/sys/arch/acorn32/include/
podulebus_machdep.h 59 u_short manufacturer; member in struct:__anon529cc25c0108
127 #define pa_manufacturer pa_podule->manufacturer
154 int manufacturer, int product, int required_slot);
podulebus_machdep.h 59 u_short manufacturer; member in struct:__anon529cc25c0108
127 #define pa_manufacturer pa_podule->manufacturer
154 int manufacturer, int product, int required_slot);
  /src/sys/arch/acorn32/podulebus/
podulebus.c 157 printf("manufacturer=%02x ", podule->manufacturer);
265 /* Do we know this manufacturer ? */
269 podule->manufacturer)
274 printf("man=%04x : ", podule->manufacturer);
370 podule->manufacturer = address[20] + (address[24] << 8);
482 podules[loop].manufacturer = value >> 16;
488 loop, podules[loop].manufacturer,
529 matchpodule(struct podule_attach_args *pa, int manufacturer, int product, int required_slot)
534 if (IS_PODULE(pa, manufacturer, product)
    [all...]
podulebus.c 157 printf("manufacturer=%02x ", podule->manufacturer);
265 /* Do we know this manufacturer ? */
269 podule->manufacturer)
274 printf("man=%04x : ", podule->manufacturer);
370 podule->manufacturer = address[20] + (address[24] << 8);
482 podules[loop].manufacturer = value >> 16;
488 loop, podules[loop].manufacturer,
529 matchpodule(struct podule_attach_args *pa, int manufacturer, int product, int required_slot)
534 if (IS_PODULE(pa, manufacturer, product)
    [all...]
netslot.c 120 podule->manufacturer = *address;
121 podule->manufacturer += (*address << 8);
netslot.c 120 podule->manufacturer = *address;
121 podule->manufacturer += (*address << 8);
  /src/sys/dev/sdmmc/
sdmmc_cis.c 284 cis->manufacturer = sdmmc_io_read_1(sf0, reg++);
285 cis->manufacturer |= sdmmc_io_read_1(sf0, reg++) << 8;
338 printf("%s: Manufacturer code 0x%x, product 0x%x\n", device_xname(dev),
339 cis->manufacturer, cis->product);
351 if (sf->cis.manufacturer == SDMMC_VENDOR_SPECTEC &&
sdmmc_cis.c 284 cis->manufacturer = sdmmc_io_read_1(sf0, reg++);
285 cis->manufacturer |= sdmmc_io_read_1(sf0, reg++) << 8;
338 printf("%s: Manufacturer code 0x%x, product 0x%x\n", device_xname(dev),
339 cis->manufacturer, cis->product);
351 if (sf->cis.manufacturer == SDMMC_VENDOR_SPECTEC &&
sdmmc.c 476 saa.manufacturer = sf->cis.manufacturer;
546 if ((cis->manufacturer != SDMMC_VENDOR_INVALID &&
549 x = !!(cis->manufacturer != SDMMC_VENDOR_INVALID);
553 if (cis->manufacturer != SDMMC_VENDOR_INVALID)
554 printf("manufacturer 0x%x%s",
555 cis->manufacturer, (--x == 0) ? "" : ", ");
691 sf->cis.manufacturer = SDMMC_VENDOR_INVALID;
sdmmc.c 476 saa.manufacturer = sf->cis.manufacturer;
546 if ((cis->manufacturer != SDMMC_VENDOR_INVALID &&
549 x = !!(cis->manufacturer != SDMMC_VENDOR_INVALID);
553 if (cis->manufacturer != SDMMC_VENDOR_INVALID)
554 printf("manufacturer 0x%x%s",
555 cis->manufacturer, (--x == 0) ? "" : ", ");
691 sf->cis.manufacturer = SDMMC_VENDOR_INVALID;
sdmmcvar.h 59 int mid; /* manufacturer identification number */
180 uint16_t manufacturer; member in struct:sdmmc_cis
322 uint16_t manufacturer; member in struct:sdmmc_attach_args
sdmmcvar.h 59 int mid; /* manufacturer identification number */
180 uint16_t manufacturer; member in struct:sdmmc_cis
322 uint16_t manufacturer; member in struct:sdmmc_attach_args
  /src/sys/dev/pcmcia/
pcmcia_cis_quirks.c 276 if (card->manufacturer == quirk->manufacturer &&
277 card->manufacturer != PCMCIA_VENDOR_INVALID &&
pcmciavar.h 175 * Use int32_t for manufacturer and product so that they can
179 int32_t manufacturer; member in struct:pcmcia_card
203 int32_t manufacturer; member in struct:pcmcia_cis_quirk
211 int32_t manufacturer; member in struct:pcmcia_attach_args
pcmcia_cis_quirks.c 276 if (card->manufacturer == quirk->manufacturer &&
277 card->manufacturer != PCMCIA_VENDOR_INVALID &&
pcmciavar.h 175 * Use int32_t for manufacturer and product so that they can
179 int32_t manufacturer; member in struct:pcmcia_card
203 int32_t manufacturer; member in struct:pcmcia_cis_quirk
211 int32_t manufacturer; member in struct:pcmcia_attach_args
if_cs_pcmcia.c 79 if (pa->manufacturer == PCMCIA_VENDOR_IBM &&
if_cs_pcmcia.c 79 if (pa->manufacturer == PCMCIA_VENDOR_IBM &&
xirc.c 149 if (pa->manufacturer == PCMCIA_VENDOR_COMPAQ2 &&
153 if (pa->manufacturer == PCMCIA_VENDOR_INTEL &&
157 if (pa->manufacturer == PCMCIA_VENDOR_XIRCOM &&
  /src/sys/dev/podulebus/
esp_podule.c 97 int manufacturer; member in struct:__anon32a2576c0108
113 if (pa->pa_manufacturer == devices[i].manufacturer &&
129 if (pa->pa_manufacturer == devices[i].manufacturer &&
133 aprint_error(": lost manufacturer 0x%04x, product 0x%04x\n",
esp_podule.c 97 int manufacturer; member in struct:__anon32a2576c0108
113 if (pa->pa_manufacturer == devices[i].manufacturer &&
129 if (pa->pa_manufacturer == devices[i].manufacturer &&
133 aprint_error(": lost manufacturer 0x%04x, product 0x%04x\n",
  /src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.h 70 int mid; /* manufacturer identification number */
143 uint16_t manufacturer; member in struct:sdmmc_cis
dev_sdmmc.h 70 int mid; /* manufacturer identification number */
143 uint16_t manufacturer; member in struct:sdmmc_cis
  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.h 76 u_char manufacturer [ISODCL(0x04,0x1B)]; member in struct:_boot_catalog_validation_entry
cd9660_eltorito.h 76 u_char manufacturer [ISODCL(0x04,0x1B)]; member in struct:_boot_catalog_validation_entry

Completed in 30 milliseconds

1 2 3