Home
last modified time | relevance | path

Searched refs:count2 (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/arch/arm/mach-rpc/
Dtime.c29 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/
Dclksrc-dbx500-prcmu.c38 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/
Dnspredef.c90 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()
Daclocal.h330 u8 count2; member
/linux-3.4.99/drivers/gpu/drm/savage/
Dsavage_state.c203 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/
Dzcrypt_pcixcc.c518 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()
Dzcrypt_pcicc.h159 unsigned int count2; /* 0x00000000 */ member
/linux-3.4.99/fs/ext4/
Dresize.c367 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()
Dmballoc.c2602 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/
Dtms380tr.c1252 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/
Djr3_pci.h521 u32 count2; /* offset 0x00e9 */ member
/linux-3.4.99/drivers/scsi/
Dmac_esp.c227 : "+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/
Dkaweth.c599 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/
Di915_dma.c1492 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()