Searched refs:CFR (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/drivers/ata/
H A Dpata_cmd64x.c42 CFR = 0x50, enumerator in enum:__anon3339
235 * Check IDE interrupt in CFR/ARTTIM23 registers.
242 int irq_reg = ap->port_no ? ARTTIM23 : CFR; cmd64x_sff_irq_check()
255 * Clear IDE interrupt in CFR/ARTTIM23 and DMA status registers.
261 int irq_reg = ap->port_no ? ARTTIM23 : CFR; cmd64x_sff_irq_clear()
H A Dpata_cmd640.c33 CFR = 0x50, enumerator in enum:__anon3338
166 int irq_reg = ap->port_no ? ARTIM23 : CFR; cmd640_sff_irq_check()
/linux-4.4.14/fs/reiserfs/
H A Dibalance.c77 *cf = tb->CFR[h]; internal_define_dest_src_infos()
90 *cf = tb->CFR[h]; internal_define_dest_src_infos()
619 /* insert rkey from CFR[h] to right neighbor R[h] */ internal_shift1_right()
736 internal_shift_left(INTERNAL_SHIFT_FROM_R_TO_S, tb, h, -tb->rnum[h]); /*tb->S[h], tb->CFR[h], tb->rkey[h], tb->R[h], -tb->rnum[h]); */ balance_internal_when_delete()
777 RFALSE(tb->R[h] == NULL || tb->CFR[h] == NULL, replace_rkey()
778 "R[h](%p) and CFR[h](%p) must exist in replace_rkey", replace_rkey()
779 tb->R[h], tb->CFR[h]); replace_rkey()
784 memcpy(internal_key(tb->CFR[h], tb->rkey[h]), key, KEY_SIZE); replace_rkey()
786 do_balance_mark_internal_dirty(tb, tb->CFR[h], 0); replace_rkey()
926 * check how many of new items fall into R or CFR balance_internal()
954 /* one of the items falls into CFR[h] */ balance_internal()
H A Dfix_node.c150 if (tb->CFR[0]) { create_virtual_node()
153 key = internal_key(tb->CFR[0], tb->rkey[0]); create_virtual_node()
723 if (tb->CFR[0] are_leaves_removable()
725 internal_key(tb->CFR[0], are_leaves_removable()
811 brelse(tb->CFR[i]); free_buffers_in_tb()
818 tb->CFR[i] = NULL; free_buffers_in_tb()
1168 * CFR[path_offset].
1192 brelse(tb->CFR[h]); get_parents()
1196 tb->CFR[h] = NULL; get_parents()
1240 * R[h] and current node. Note that CFR[h] not equal get_parents()
1241 * FR[path_offset] and CFR[h] not equal F[h]. get_parents()
1260 brelse(tb->CFR[h]); get_parents()
1261 /* New initialization of CFR[path_offset]. */ get_parents()
1262 tb->CFR[h] = curcf; get_parents()
1266 "PAP-8205: FR (%b) or CFR (%b) is invalid", curf, curcf); get_parents()
1284 if (tb->CFR[h]) can_node_be_removed()
1285 r_key = internal_key(tb->CFR[h], tb->rkey[h]); can_node_be_removed()
2462 if (!locked && tb->CFR[i]) { wait_tb_buffers_until_unlocked()
2464 tb->CFR[i], wait_tb_buffers_until_unlocked()
2465 "CFR", i); wait_tb_buffers_until_unlocked()
2467 (tb->tb_sb, tb->CFR[i])) wait_tb_buffers_until_unlocked()
2468 locked = tb->CFR[i]; wait_tb_buffers_until_unlocked()
2751 CFR[i]); fix_nodes()
2759 brelse(tb->CFR[i]); fix_nodes()
2766 tb->CFR[i] = NULL; fix_nodes()
2795 reiserfs_restore_prepared_buffer(tb->tb_sb, tb->CFR[i]); unfix_nodes()
2802 brelse(tb->CFR[i]); unfix_nodes()
H A Ddo_balan.c183 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); balance_leaf_when_delete_left()
686 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); balance_leaf_insert_right()
709 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); balance_leaf_insert_right()
757 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); balance_leaf_paste_right_shift_dirent()
818 add_le_key_k_offset(version, internal_key(tb->CFR[0], tb->rkey[0]), balance_leaf_paste_right_shift()
821 do_balance_mark_internal_dirty(tb, tb->CFR[0], 0); balance_leaf_paste_right_shift()
880 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); balance_leaf_paste_right_whole()
1449 if (!tb->CFR[0]) balance_leaf()
1451 "CFR not initialized"); balance_leaf()
1453 internal_key(tb->CFR[0], tb->rkey[0])); balance_leaf()
1683 retval |= locked_or_not_in_tree(tb, tb->CFR[0], "CFR[0]"); check_before_balancing()
H A Dprints.c635 "* h * S * L * R * F * FL * FR * CFL * CFR *\n", store_print_tb()
667 (tb->CFR[h]) ? (long long)(tb->CFR[h]-> store_print_tb()
H A Dlbalance.c805 /* replace rkey in CFR[0] by the 0-th key from R[0] */ leaf_shift_right()
807 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); leaf_shift_right()
H A Dreiserfs.h2426 struct buffer_head *CFR[MAX_HEIGHT]; member in struct:tree_balance
/linux-4.4.14/drivers/ide/
H A Dcmd640.c136 #define CFR 0x50 macro
192 * This is read from the CFR reg, and is used in several places.
326 b = get_cmd640_reg(CFR); probe_for_cmd640_vlb()
329 b = get_cmd640_reg(CFR); probe_for_cmd640_vlb()
637 int irq_reg = hwif->channel ? ARTTIM23 : CFR; cmd640_test_irq()
756 cfr = get_cmd640_reg(CFR); cmd640x_init()
H A Dcmd64x.c27 #define CFR 0x50 macro
204 int irq_reg = hwif->channel ? ARTTIM23 : CFR; cmd64x_clear_irq()
231 int irq_reg = hwif->channel ? ARTTIM23 : CFR; cmd64x_test_irq()
/linux-4.4.14/arch/sparc/include/asm/
H A Delf_64.h94 * you still need to look in the CFR register to see if the opcode is
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dstv090x.c1459 /* Set CFR min and max to manual mode */ stv090x_start_search()
1464 * CFR min = -1MHz, stv090x_start_search()
1465 * CFR max = +1MHz stv090x_start_search()
1472 * CFR min =- (SearchRange / 2 + 600KHz) stv090x_start_search()
1473 * CFR max = +(SearchRange / 2 + 600KHz) stv090x_start_search()

Completed in 270 milliseconds