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

1 2

  /src/sys/dev/nand/
nand_micron.c 95 uint8_t devid; local in function:nand_read_parameters_micron
111 nand_read_1(self, &devid);
118 switch(devid) {
124 return mt29fxgx_parameters(self, chip, devid, params);
126 aprint_error_dev(self, "unsupported device id %#x\n", devid);
133 u_int8_t devid, uint8_t params)
138 dp = nand_micron_device_lookup(devid);
140 aprint_error_dev(self, "unknown device id %#x\n", devid);
nand_toshiba.c 57 uint8_t devid; local in function:nand_read_parameters_toshiba
66 nand_read_1(self, &devid);
74 mfgrid, devid, params1, params2, params3);
76 if (devid == 0xdc) {
nand_samsung.c 61 uint8_t devid; local in function:nand_read_parameters_samsung
75 nand_read_1(self, &devid);
83 mfgrid, devid, params1, params2, params3);
86 if (devid == 0xdc) {
  /src/sys/arch/arm/acpi/
acpi_iort.c 80 acpi_iort_pci_root_map(u_int seg, uint32_t devid)
90 return devid;
98 const uint32_t odevid = devid;
100 node = acpi_iort_find_ref(iort, node, &devid);
102 aprint_debug("ACPI: IORT mapped devid %#x -> devid %#x\n", odevid, devid);
103 return devid;
109 return devid;
113 acpi_iort_its_id_map(u_int seg, uint32_t devid)
    [all...]
acpi_pci_machdep.c 303 acpi_pci_md_get_devid(void *v, uint32_t devid)
307 return acpi_iort_pci_root_map(ap->ap_seg, devid);
311 acpi_pci_md_get_frameid(void *v, uint32_t devid)
315 return acpi_iort_its_id_map(ap->ap_seg, devid);
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_attach.c 63 ar5312Attach(uint16_t devid, HAL_SOFTC sc,
84 ar5212InitState(ahp, devid, sc, st, sh, status);
134 if ((devid == AR5212_AR2315_REV6) ||
135 (devid == AR5212_AR2315_REV7) ||
136 (devid == AR5212_AR2317_REV1) ||
137 (devid == AR5212_AR2317_REV2) ) {
311 ar5312Probe(uint16_t vendorid, uint16_t devid)
314 switch (devid) {
  /src/sys/dev/spi/
m25p.c 89 uint16_t devid; member in struct:m25p_info
168 uint16_t devid; local in function:m25p_doattach
177 devid = ((uint16_t)buf[1] << 8) | buf[2];
193 if ((info->mfgid == mfgid) && (info->devid == devid))
202 mfgid, devid, sig);
214 aprint_normal_dev(self, "JEDEC ID mfgid:0x%02X, devid:0x%04X",
215 mfgid, devid);
  /src/sys/arch/mips/atheros/dev/
if_ath_arbus.c 115 uint16_t devid; local in function:ath_arbus_attach
130 devid = (uint16_t)prop_number_integer_value(prop);
131 name = ath_hal_probe(PCI_VENDOR_ATHEROS, devid);
172 if (ath_attach(devid, sc) != 0) {
athflash.c 169 uint16_t venid, devid; local in function:flash_probe
186 devid = bus_space_read_2(aa->aa_bst, ioh, 2);
193 (devid == flash_ids[i].device_id)) {
212 uint16_t venid, devid; local in function:flash_attach
230 devid = bus_space_read_2(aa->aa_bst, ioh, 2);
237 (devid == flash_ids[i].device_id)) {
  /src/sys/dev/i2c/
sdtemp.c 207 uint16_t mfgid, devid, cap; local in function:sdtemp_match
225 sdtemp_read_16(&sc, SDTEMP_REG_DEV_REV, &devid) |
232 i = sdtemp_lookup(mfgid, devid);
236 "rev 0x%02x at address 0x%02x\n", mfgid, devid >> 8,
237 devid & 0xff, sc.sc_address);
256 uint16_t mfgid, devid; local in function:sdtemp_attach
268 (error = sdtemp_read_16(sc, SDTEMP_REG_DEV_REV, &devid)) != 0) {
274 sc->sc_devid = devid;
275 i = sdtemp_lookup(mfgid, devid);
276 sc->sc_devid_masked = devid & sdtemp_dev_table[i].sdtemp_mask
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_attach.c 178 ar5210Attach(uint16_t devid, HAL_SOFTC sc, HAL_BUS_TAG st, HAL_BUS_HANDLE sh,
190 "%s: devid 0x%x sc %p st %p sh %p\n", __func__, devid,
208 ah->ah_devid = devid; /* NB: for AH_DEBUG_ALQ */
209 AH_PRIVATE(ah)->ah_devid = devid;
396 ar5210Probe(uint16_t vendorid, uint16_t devid)
399 (devid == AR5210_PROD || devid == AR5210_DEFAULT))
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar9160_attach.c 60 struct ath_hal *ar9160Attach(uint16_t devid, HAL_SOFTC sc,
94 ar9160Attach(uint16_t devid, HAL_SOFTC sc,
115 ar5416InitState(ahp5416, devid, sc, st, sh, status);
304 ar9160Probe(uint16_t vendorid, uint16_t devid)
306 if (vendorid == ATHEROS_VENDOR_ID && devid == AR9160_DEVID_PCI)
ar9285_attach.c 81 ar9285Attach(uint16_t devid, HAL_SOFTC sc,
105 ar5416InitState(AH5416(ah), devid, sc, st, sh, status);
400 ar9285Probe(uint16_t vendorid, uint16_t devid)
402 if (vendorid == ATHEROS_VENDOR_ID && devid == AR9285_DEVID_PCIE)
ar5416_attach.c 68 ar5416InitState(struct ath_hal_5416 *ahp5416, uint16_t devid, HAL_SOFTC sc,
75 ar5212InitState(ahp, devid, sc, st, sh, status);
196 ar5416Attach(uint16_t devid, HAL_SOFTC sc,
220 ar5416InitState(ahp5416, devid, sc, st, sh, status);
240 AH_PRIVATE(ah)->ah_ispcie = (devid == AR5416_DEVID_PCIE);
838 ar5416Probe(uint16_t vendorid, uint16_t devid)
841 (devid == AR5416_DEVID_PCI || devid == AR5416_DEVID_PCIE))
ar9280_attach.c 79 ar9280Attach(uint16_t devid, HAL_SOFTC sc,
103 ar5416InitState(AH5416(ah), devid, sc, st, sh, status);
727 ar9280Probe(uint16_t vendorid, uint16_t devid)
730 (devid == AR9280_DEVID_PCI || devid == AR9280_DEVID_PCIE))
  /src/sys/arch/x86/pci/
msipic.c 69 * The pic and MSI/MSI-X device are distinbuished by "devid". The "devid"
94 * This struct managements "devid" to use the same "devid" for the device
106 /* Record devids to use the same devid when the device is re-attached. */
130 * Return new "devid" for the device attached first.
131 * Return the same "devid" for the device re-attached after dettached once.
147 /* if the device was once attached, use same devid */
178 * Set the "devid" unused, but keep reserving the "devid" to reuse whe
235 int devid; local in function:msipic_construct_common_msi_pic
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_attach.c 197 ar5211Attach(uint16_t devid, HAL_SOFTC sc,
225 ah->ah_devid = devid; /* NB: for AH_DEBUG_ALQ */
226 AH_PRIVATE(ah)->ah_devid = devid;
527 ar5211Probe(uint16_t vendorid, uint16_t devid)
530 if (devid == AR5211_DEVID || devid == AR5311_DEVID ||
531 devid == AR5211_DEFAULT)
533 if (devid == AR5211_FPGA11B)
  /src/sys/arch/arm/cortex/
gicv3_its.c 390 uint32_t devid; local in function:gicv3_its_devid
395 devid = (b << 8) | (d << 3) | f;
397 return pci_get_devid(pc, devid);
401 gicv3_its_device_map(struct gicv3_its *its, uint32_t devid, u_int count)
417 if (dev->dev_id == devid) {
423 const u_int index = devid / itstab->tab_l2_num_ids;
451 dev->dev_id = devid;
466 error = gits_command_mapd(its, devid, dev->dev_itt.segs[0].ds_addr, size, true);
591 const uint32_t devid = gicv3_its_devid(pa->pa_pc, pa->pa_tag); local in function:gicv3_its_msi_alloc
593 if (gicv3_its_device_map(its, devid, *count) != 0
667 const uint32_t devid = gicv3_its_devid(pa->pa_pc, pa->pa_tag); local in function:gicv3_its_msix_alloc
724 const uint32_t devid = its->its_devid[lpi - its->its_pic->pic_irqbase]; local in function:gicv3_its_msi_intr_establish
1010 const uint32_t devid = its->its_devid[irq]; local in function:gicv3_its_cpu_init
1050 const uint32_t devid = gicv3_its_devid(pa->pa_pc, pa->pa_tag); local in function:gicv3_its_set_affinity
    [all...]
  /src/sys/arch/prep/include/
residual.h 181 unsigned long DevId; /* Big Endian format */
183 DevId */
320 unsigned char * DevID, int BaseType,
330 extern PPC_DEVICE *find_nth_pnp_device(const char *devid, int busid, int n);
331 extern int count_pnp_devices(const char *devid);
332 extern void pnp_devid_to_string(uint32_t devid, char *s);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
dvo_ch7xxx.c 211 const char *name, *devid; local in function:ch7xxx_init
235 devid = ch7xxx_get_did(device);
236 if (!devid) {
  /src/sys/dev/isa/
wbsio.c 369 uint16_t devid; local in function:wbsio_search
398 devid = wbsio_conf_read(sc->sc_iot, sc->sc_ioh, WBSIO_ID);
403 if ((product = wbsio_lookup(devid, rev)) == NULL) {
407 devid = WBSIO_MAKEID(devid, rev, product->idbits);
417 sc->sc_ia.ia_aux = (void *)(uintptr_t)devid;
460 uint16_t devid; local in function:wbsio_gpio_search
467 devid = wbsio_conf_read(sc->sc_iot, sc->sc_ioh, WBSIO_ID);
472 if ((product = wbsio_lookup(devid, rev)) == NULL) {
812 uint16_t devid; local in function:wbsio_wdog_attach
    [all...]
  /src/sys/arch/evbarm/marvell/
marvell_start.S 193 adr r5, devid
198 devid: label
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_iommu.c 338 extern u8 amd_iommu_pc_get_max_banks(u16 devid);
339 extern u8 amd_iommu_pc_get_max_counters(u16 devid);
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_attach.c 217 ar5212InitState(struct ath_hal_5212 *ahp, uint16_t devid, HAL_SOFTC sc,
232 ah->ah_devid = devid; /* NB: for alq */
233 AH_PRIVATE(ah)->ah_devid = devid;
303 ar5212Attach(uint16_t devid, HAL_SOFTC sc,
326 ar5212InitState(ahp, devid, sc, st, sh, status);
875 ar5212Probe(uint16_t vendorid, uint16_t devid)
880 switch (devid) {
  /src/sys/dev/usb/
mbim.h 195 uint8_t devid[MBIM_UUID_LEN]; member in struct:mbim_h2f_cmd
207 uint8_t devid[MBIM_UUID_LEN]; member in struct:mbim_f2h_indicate_status
235 uint8_t devid[MBIM_UUID_LEN]; member in struct:mbim_f2h_cmddone

Completed in 26 milliseconds

1 2