Home
last modified time | relevance | path

Searched refs:index1 (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/misc/altera-stapl/
Daltera.c2027 u32 index1; in altera_execute() local
2034 index1 = stack[--stack_ptr]; in altera_execute()
2051 a = 1 + index2 - index1; in altera_execute()
2075 a = source1[index1 >> 3] & in altera_execute()
2076 (1 << (index1 & 7)) in altera_execute()
2085 ++index1; in altera_execute()
/linux-3.4.99/fs/btrfs/
Dtree-log.c2045 int index1; in btrfs_sync_log() local
2054 index1 = root->log_transid % 2; in btrfs_sync_log()
2055 if (atomic_read(&root->log_commit[index1])) { in btrfs_sync_log()
2060 atomic_set(&root->log_commit[index1], 1); in btrfs_sync_log()
2063 if (atomic_read(&root->log_commit[(index1 + 1) % 2])) in btrfs_sync_log()
2215 atomic_set(&root->log_commit[index1], 0); in btrfs_sync_log()
2217 if (waitqueue_active(&root->log_commit_wait[index1])) in btrfs_sync_log()
2218 wake_up(&root->log_commit_wait[index1]); in btrfs_sync_log()
/linux-3.4.99/drivers/staging/xgifb/
Dvb_setmode.c3280 unsigned short temp, tempbx = 0, resinfo = 0, modeflag, index1; in XGI_GetTVInfo() local
3322 index1 = xgifb_reg_get(pVBInfo->P3d4, 0x35); in XGI_GetTVInfo()
3323 index1 &= YPbPrMode; in XGI_GetTVInfo()
3325 if (index1 == YPbPrMode525i) in XGI_GetTVInfo()
3328 if (index1 == YPbPrMode525p) in XGI_GetTVInfo()
3330 if (index1 == YPbPrMode750p) in XGI_GetTVInfo()