/external/u-boot/arch/arm/mach-at91/armv7/ |
D | sama5d2_devices.c | 14 unsigned int chip_id = get_chip_id(); in cpu_is_sama5d2() local 16 return ((chip_id == ARCH_ID_SAMA5D2) || in cpu_is_sama5d2() 17 (chip_id == ARCH_ID_SAMA5D2_SIP)) ? 1 : 0; in cpu_is_sama5d2() 22 unsigned int chip_id = get_chip_id(); in get_cpu_name() local 25 if (chip_id == ARCH_ID_SAMA5D2) { in get_cpu_name() 52 if ((chip_id == ARCH_ID_SAMA5D2) || (chip_id == ARCH_ID_SAMA5D2_SIP)) { in get_cpu_name()
|
/external/u-boot/drivers/net/ |
D | uli526x.c | 104 u32 chip_id; /* Chip vendor/Device ID */ member 244 pci_read_config_dword(devno, PCI_VENDOR_ID, &db->chip_id); in uli526x_initialize() 247 printf("uli526x: chip_id%x\n", db->chip_id); in uli526x_initialize() 346 uli_phy_write(db->ioaddr, db->phy_addr, 0, 0x8000, db->chip_id); in uli526x_disable() 382 phy_value = uli_phy_read(db->ioaddr, phy_tmp, 3, db->chip_id); in uli526x_init() 402 db->phy_addr, 0, db->chip_id); in uli526x_init() 405 phy_reg_reset, db->chip_id); in uli526x_init() 779 db->phy_addr, 4, db->chip_id) & ~0x01e0; in uli526x_set_phyxcer() 800 uli_phy_write(db->ioaddr, db->phy_addr, 4, phy_reg, db->chip_id); in uli526x_set_phyxcer() 803 uli_phy_write(db->ioaddr, db->phy_addr, 0, 0x1200, db->chip_id); in uli526x_set_phyxcer() [all …]
|
D | lan91c96.c | 757 u8 chip_id; in lan91c96_detect_chip() local 760 chip_id = (SMC_inw(dev, 0xA) & LAN91C96_REV_CHIPID) >> 4; in lan91c96_detect_chip() 763 if (chip_id == supported_chips[r].id) in lan91c96_detect_chip()
|
D | smc911x.h | 383 struct chip_id { struct 388 static const struct chip_id chip_ids[] = { argument
|
/external/libdrm/tests/amdgpu/ |
D | cs_tests.c | 43 static uint32_t chip_id; variable 107 chip_id = device_handle->info.chip_external_rev; in suite_cs_tests_init() 235 (chip_id == chip_rev+0x50 || chip_id == chip_rev+0x5A || in amdgpu_cs_uvd_create() 236 chip_id == chip_rev+0x64)) { in amdgpu_cs_uvd_create() 317 (chip_id == chip_rev+0x50 || chip_id == chip_rev+0x5A || in amdgpu_cs_uvd_decode() 318 chip_id == chip_rev+0x64)) { in amdgpu_cs_uvd_decode() 363 (chip_id == chip_rev+0x50 || chip_id == chip_rev+0x5A || in amdgpu_cs_uvd_decode() 364 chip_id == chip_rev+0x64)) { in amdgpu_cs_uvd_decode() 381 (chip_id == chip_rev+0x50 || chip_id == chip_rev+0x5A || in amdgpu_cs_uvd_decode() 382 chip_id == chip_rev+0x64)) in amdgpu_cs_uvd_decode()
|
/external/autotest/server/site_tests/firmware_CompareChipFwToShellBall/ |
D | firmware_CompareChipFwToShellBall.py | 64 chip_id = self.faft_client.system.run_shell_command_get_output(cmd) 65 if not chip_id: 68 chip_id = chip_id[0] 70 if chip_id not in chip_utils.chip_id_map: 71 logging.info('chip type %s not recognized', chip_id) 73 chip = chip_utils.chip_id_map[chip_id]()
|
/external/mesa3d/src/loader/ |
D | loader.c | 250 drm_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id) in drm_get_pci_id_for_fd() argument 258 *chip_id = device->deviceinfo.pci->device_id; in drm_get_pci_id_for_fd() 278 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id) in loader_get_pci_id_for_fd() argument 281 if (drm_get_pci_id_for_fd(fd, vendor_id, chip_id)) in loader_get_pci_id_for_fd() 302 int vendor_id, chip_id, i, j; in loader_get_driver_for_fd() local 316 if (!loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) { in loader_get_driver_for_fd() 349 if (driver_map[i].chip_ids[j] == chip_id) { in loader_get_driver_for_fd() 358 fd, vendor_id, chip_id, driver); in loader_get_driver_for_fd()
|
D | loader.h | 42 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id);
|
/external/u-boot/arch/arm/mach-tegra/ |
D | ap.c | 52 uint sku_id, chip_id; in tegra_get_chip_sku() local 54 chip_id = tegra_get_chip(); in tegra_get_chip_sku() 57 switch (chip_id) { in tegra_get_chip_sku() 106 __func__, chip_id, sku_id); in tegra_get_chip_sku()
|
/external/libdrm/freedreno/kgsl/ |
D | kgsl_pipe.c | 47 *value = kgsl_pipe->devinfo.chip_id; in kgsl_pipe_get_param() 263 (kgsl_pipe->devinfo.chip_id >> 24) & 0xff, in kgsl_pipe_new() 264 (kgsl_pipe->devinfo.chip_id >> 16) & 0xff, in kgsl_pipe_new() 265 (kgsl_pipe->devinfo.chip_id >> 8) & 0xff, in kgsl_pipe_new() 266 (kgsl_pipe->devinfo.chip_id >> 0) & 0xff); in kgsl_pipe_new()
|
/external/mesa3d/src/gallium/auxiliary/pipe-loader/ |
D | pipe_loader_drm.c | 170 int vendor_id, chip_id; in pipe_loader_drm_probe_fd() local 175 if (loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) { in pipe_loader_drm_probe_fd() 178 ddev->base.u.pci.chip_id = chip_id; in pipe_loader_drm_probe_fd()
|
D | pipe_loader.h | 63 int chip_id; member
|
/external/u-boot/board/cirrus/edb93xx/ |
D | edb93xx.c | 231 unsigned chip_id = readl(&syscon->chipid); in dram_init() local 253 switch (chip_id & 0xF0000000) { in dram_init() 282 printf(" (SecExtID=%.8x/ChipID=%.8x)\n", sec_id, chip_id); in dram_init()
|
/external/libdrm/freedreno/msm/ |
D | msm_pipe.c | 64 *value = msm_pipe->chip_id; in msm_pipe_get_param() 188 msm_pipe->chip_id = get_param(pipe, MSM_PARAM_CHIP_ID); in msm_pipe_new() 195 INFO_MSG(" Chip-id: 0x%08x", msm_pipe->chip_id); in msm_pipe_new()
|
D | msm_priv.h | 58 uint32_t chip_id; member
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_screen.h | 65 uint32_t chip_id; /* coreid:8 majorrev:8 minorrev:8 patch:8 */ member 113 return (screen->chip_id & 0xff0000ff) == 0x03000000; in is_a3xx_p0()
|
/external/u-boot/arch/arm/include/asm/arch-rockchip/ |
D | grf_rv1108.h | 109 u32 chip_id; member 112 check_member(rv1108_grf, chip_id, 0x0c00);
|
D | grf_rk322x.h | 47 unsigned int chip_id; member
|
/external/u-boot/arch/arm/mach-tegra/tegra20/ |
D | warmboot.c | 243 u32 chip_id; in fuse_get_operation_mode() local 247 chip_id = (readl(&gp->hidrev) & HIDREV_CHIPID_MASK) >> in fuse_get_operation_mode() 249 if (chip_id == CHIPID_TEGRA20) { in fuse_get_operation_mode()
|
/external/u-boot/board/xilinx/zynqmp/ |
D | zynqmp.c | 174 int chip_id(unsigned char id) in chip_id() function 248 id = chip_id(IDCODE); in zynqmp_get_silicon_idcode_name() 249 ver = chip_id(IDCODE2); in zynqmp_get_silicon_idcode_name()
|
/external/u-boot/drivers/mtd/nand/ |
D | pxa3xx_nand.h | 20 uint32_t chip_id; member
|
/external/u-boot/arch/arm/include/asm/arch-zynqmp/ |
D | sys_proto.h | 55 int chip_id(unsigned char id);
|
/external/u-boot/arch/arm/cpu/arm926ejs/armada100/ |
D | cpu.c | 81 id = readl(&cpuregs->chip_id); in print_cpuinfo()
|
/external/kernel-headers/original/uapi/video/ |
D | sisfb.h | 83 __u32 chip_id; /* PCI-ID of detected chip */ member
|
/external/u-boot/arch/arm/include/asm/arch-armada100/ |
D | cpu.h | 144 u32 chip_id; /* Chip Id Reg */ member
|