/src/sys/arch/evbarm/marvell/ |
marvell_start.S | 193 adr r5, devid 198 devid: label
|
marvell_start.S | 193 adr r5, devid 198 devid: label
|
/src/sys/dev/nand/ |
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) {
|
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) {
|
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_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_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);
|
/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) {
|
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)) {
|
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/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);
|
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/ia64/stand/ia64/efi/ |
main.c | 62 EFI_GUID devid = DEVICE_PATH_PROTOCOL; variable in typeref:typename:EFI_GUID
|
main.c | 62 EFI_GUID devid = DEVICE_PATH_PROTOCOL; variable in typeref:typename:EFI_GUID
|
/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...] |
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/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) {
|
dvo_ch7xxx.c | 211 const char *name, *devid; local in function:ch7xxx_init 235 devid = ch7xxx_get_did(device); 236 if (!devid) {
|
/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...] |
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/bsd/drm2/dist/drm/i915/ |
intel_device_info.c | 877 u16 devid = INTEL_DEVID(i915); local in function:intel_device_info_subplatform_init 884 if (find_devid(devid, subplatform_ult_ids, 887 } else if (find_devid(devid, subplatform_ulx_ids, 894 } else if (find_devid(devid, subplatform_portf_ids,
|
intel_device_info.c | 877 u16 devid = INTEL_DEVID(i915); local in function:intel_device_info_subplatform_init 884 if (find_devid(devid, subplatform_ult_ids, 887 } else if (find_devid(devid, subplatform_ulx_ids, 894 } else if (find_devid(devid, subplatform_portf_ids,
|
/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...] |