/linux-3.4.99/arch/arm/mach-rpc/ |
D | time.c | 29 unsigned int count1, count2, status; in ioc_timer_gettimeoffset() local 40 count2 = ioc_readb(IOC_T0CNTL) | (ioc_readb(IOC_T0CNTH) << 8); in ioc_timer_gettimeoffset() 42 offset = count2; in ioc_timer_gettimeoffset() 43 if (count2 < count1) { in ioc_timer_gettimeoffset() 50 } else if (count2 > count1) { in ioc_timer_gettimeoffset()
|
/linux-3.4.99/drivers/clocksource/ |
D | clksrc-dbx500-prcmu.c | 38 u32 count, count2; in clksrc_dbx500_prcmu_read() local 43 count2 = readl(clksrc_dbx500_timer_base + in clksrc_dbx500_prcmu_read() 45 } while (count2 != count); in clksrc_dbx500_prcmu_read()
|
/linux-3.4.99/drivers/acpi/acpica/ |
D | nspredef.c | 90 u8 type2, u32 count2, u32 start_index); 484 package->ret_info.count1 + package->ret_info.count2; in acpi_ns_check_package() 505 count2, 0); in acpi_ns_check_package() 743 package->ret_info.count1 + package->ret_info.count2; in acpi_ns_check_package_list() 757 count2, 0); in acpi_ns_check_package_list() 769 package->ret_info.count1 + package->ret_info.count2; in acpi_ns_check_package_list() 934 u8 type2, u32 count2, u32 start_index) in acpi_ns_check_package_elements() argument 954 for (i = 0; i < count2; i++) { in acpi_ns_check_package_elements()
|
D | aclocal.h | 330 u8 count2; member
|
/linux-3.4.99/drivers/gpu/drm/savage/ |
D | savage_state.c | 203 unsigned int count2 = 0; in savage_dispatch_state() local 218 count2 = count - (SAVAGE_SCEND_S3D + 1 - start); in savage_dispatch_state() 235 count2 = count - in savage_dispatch_state() 248 bci_size = count + (count + 254) / 255 + count2 + (count2 + 254) / 255; in savage_dispatch_state() 269 count = count2; in savage_dispatch_state() 270 count2 = 0; in savage_dispatch_state()
|
/linux-3.4.99/drivers/s390/crypto/ |
D | zcrypt_pcixcc.c | 518 if (msg->fmt2.count2) in convert_type86_xcrb() 520 data + msg->fmt2.offset2, msg->fmt2.count2)) in convert_type86_xcrb() 522 xcRB->reply_data_length = msg->fmt2.count2; in convert_type86_xcrb() 539 memcpy(buffer, data + msg->fmt2.offset2, msg->fmt2.count2); in convert_type86_rng() 540 return msg->fmt2.count2; in convert_type86_rng() 666 length = t86r->fmt2.offset2 + t86r->fmt2.count2; in zcrypt_pcixcc_receive()
|
D | zcrypt_pcicc.h | 159 unsigned int count2; /* 0x00000000 */ member
|
/linux-3.4.99/fs/ext4/ |
D | resize.c | 367 ext4_group_t count2; in set_flexbg_block_bitmap() local 370 for (count2 = count; count > 0; count -= count2, block += count2) { in set_flexbg_block_bitmap() 380 count2 = EXT4_BLOCKS_PER_GROUP(sb) - (block - start); in set_flexbg_block_bitmap() 381 if (count2 > count) in set_flexbg_block_bitmap() 382 count2 = count; in set_flexbg_block_bitmap() 401 block - start, count2); in set_flexbg_block_bitmap() 402 ext4_set_bits(bh->b_data, block - start, count2); in set_flexbg_block_bitmap()
|
D | mballoc.c | 2602 int err, count = 0, count2 = 0; in ext4_free_data_callback() local 2619 count2++; in ext4_free_data_callback() 2645 mb_debug(1, "freed %u blocks in %u structures\n", count, count2); in ext4_free_data_callback()
|
/linux-3.4.99/drivers/net/tokenring/ |
D | tms380tr.c | 1252 unsigned short count, c, count2; in tms380tr_reset_adapter() local 1262 count2 = fw_entry->size / 2; in tms380tr_reset_adapter() 1292 if (count2 < 3) continue; in tms380tr_reset_adapter() 1297 count2--; in tms380tr_reset_adapter() 1301 count2--; in tms380tr_reset_adapter() 1306 count2--; in tms380tr_reset_adapter() 1307 if (count > count2) continue; in tms380tr_reset_adapter() 1313 count2--; in tms380tr_reset_adapter()
|
/linux-3.4.99/drivers/staging/comedi/drivers/ |
D | jr3_pci.h | 521 u32 count2; /* offset 0x00e9 */ member
|
/linux-3.4.99/drivers/scsi/ |
D | mac_esp.c | 227 : "+a" (addr), "+r" (count32), "+r" (count2) \ 247 unsigned int count2 = (esp_count & 0x1F) >> 1; in mac_esp_send_pdma_cmd() local
|
/linux-3.4.99/drivers/net/usb/ |
D | kaweth.c | 599 int count2 = urb->transfer_buffer_length; in kaweth_usb_receive() local 650 err("Count 2: %x", count2); in kaweth_usb_receive()
|
/linux-3.4.99/drivers/gpu/drm/i915/ |
D | i915_dma.c | 1492 u32 count1, count2, count3, m = 0, c = 0; in i915_chipset_val() local 1507 count2 = I915_READ(DDREC); in i915_chipset_val() 1510 total_count = count1 + count2 + count3; in i915_chipset_val()
|