Home
last modified time | relevance | path

Searched refs:column (Results 1 – 25 of 167) sorted by relevance

1234567

/linux/drivers/mtd/nand/raw/
H A Dnand_legacy.c251 int column, int page_addr) in nand_command() argument
260 if (column >= mtd->writesize) { in nand_command()
262 column -= mtd->writesize; in nand_command()
264 } else if (column < 256) { in nand_command()
268 column -= 256; in nand_command()
280 if (column != -1) { in nand_command()
284 column >>= 1; in nand_command()
390 int column, int page_addr) in nand_command_lp() argument
396 column += mtd->writesize; in nand_command_lp()
409 if (column != -1) { in nand_command_lp()
[all …]
H A Dmpc5121_nfc.c113 uint column; member
238 if (column != -1) { in mpc5121_nfc_addr_cycle()
326 prv->column = (column >= 0) ? column : 0; in mpc5121_nfc_command()
338 column = 0; in mpc5121_nfc_command()
342 prv->column += 256; in mpc5121_nfc_command()
344 column = 0; in mpc5121_nfc_command()
350 column = 0; in mpc5121_nfc_command()
355 column = 0; in mpc5121_nfc_command()
385 prv->column = 1; in mpc5121_nfc_command()
387 prv->column = 0; in mpc5121_nfc_command()
[all …]
H A Dfsl_elbc_nand.c185 elbc_fcm_ctrl->index = column; in set_addr()
325 column += 256; in fsl_elbc_cmdfunc()
337 elbc_fcm_ctrl->index += column; in fsl_elbc_cmdfunc()
347 column); in fsl_elbc_cmdfunc()
349 elbc_fcm_ctrl->index = column; in fsl_elbc_cmdfunc()
382 elbc_fcm_ctrl->mdr = column; in fsl_elbc_cmdfunc()
424 page_addr, column); in fsl_elbc_cmdfunc()
426 elbc_fcm_ctrl->column = column; in fsl_elbc_cmdfunc()
429 if (column >= mtd->writesize) { in fsl_elbc_cmdfunc()
431 column -= mtd->writesize; in fsl_elbc_cmdfunc()
[all …]
H A Dhisi504_nand.c400 if (column != -1) { in set_addr()
404 column >>= 1; in set_addr()
406 host->addr_value[0] = column & 0xffff; in set_addr()
424 int column, int page_addr) in hisi_nfc_cmdfunc() argument
437 host->offset = column; in hisi_nfc_cmdfunc()
442 set_addr(mtd, column, page_addr); in hisi_nfc_cmdfunc()
447 host->offset = column; in hisi_nfc_cmdfunc()
448 set_addr(mtd, column, page_addr); in hisi_nfc_cmdfunc()
452 set_addr(mtd, column, page_addr); in hisi_nfc_cmdfunc()
464 host->offset = column; in hisi_nfc_cmdfunc()
[all …]
H A Dfsl_ifc_nand.c48 unsigned int column; /* Saved column from SEQIN */ member
155 ifc_nand_ctrl->index = column; in set_addr()
292 int column, int page_addr) { in fsl_ifc_cmdfunc() argument
310 ifc_nand_ctrl->index += column; in fsl_ifc_cmdfunc()
322 set_addr(mtd, column, page_addr, 1); in fsl_ifc_cmdfunc()
350 ifc_out32(column, &ifc->ifc_nand.row3); in fsl_ifc_cmdfunc()
384 ifc_nand_ctrl->column = column; in fsl_ifc_cmdfunc()
427 if (column >= mtd->writesize) in fsl_ifc_cmdfunc()
435 if (column >= mtd->writesize) { in fsl_ifc_cmdfunc()
437 column -= mtd->writesize; in fsl_ifc_cmdfunc()
[all …]
H A Dsh_flctl.c227 if (column == -1) { in set_addr()
232 column >>= 1; in set_addr()
234 addr = column & 0x0FFF; in set_addr()
244 addr = column; in set_addr()
740 int column, int page_addr) in flctl_cmdfunc() argument
770 column >>= 1; in flctl_cmdfunc()
771 flctl->index += column; in flctl_cmdfunc()
802 set_addr(mtd, column, 0); in flctl_cmdfunc()
812 column <<= 1; in flctl_cmdfunc()
813 set_addr(mtd, column, 0); in flctl_cmdfunc()
[all …]
/linux/arch/arm/boot/dts/samsung/
H A Dexynos4412-smdk4412.dts80 keypad,column = <3>;
86 keypad,column = <4>;
92 keypad,column = <5>;
98 keypad,column = <6>;
104 keypad,column = <7>;
110 keypad,column = <6>;
116 keypad,column = <7>;
122 keypad,column = <5>;
128 keypad,column = <5>;
134 keypad,column = <7>;
H A Dexynos4210-smdkv310.dts99 keypad,column = <3>;
105 keypad,column = <4>;
111 keypad,column = <5>;
117 keypad,column = <6>;
123 keypad,column = <7>;
129 keypad,column = <3>;
135 keypad,column = <4>;
141 keypad,column = <5>;
147 keypad,column = <6>;
153 keypad,column = <7>;
H A Ds5pv210-smdkv210.dts89 keypad,column = <3>;
95 keypad,column = <4>;
101 keypad,column = <5>;
107 keypad,column = <6>;
114 keypad,column = <7>;
120 keypad,column = <3>;
125 keypad,column = <4>;
131 keypad,column = <5>;
137 keypad,column = <6>;
143 keypad,column = <7>;
/linux/tools/perf/ui/
H A Dbrowser.c659 ui_browser__gotorc(browser, start, column); in __ui_browser__vline()
673 unsigned int column, in __ui_browser__line_arrow_up() argument
682 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_up()
684 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_up()
697 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up()
700 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up()
713 unsigned int column, in __ui_browser__line_arrow_down() argument
722 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_down()
724 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_down()
737 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_down()
[all …]
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mac.c428 u32 column; in lan966x_mac_irq_process() local
440 for (column = 0; column < LAN966X_MAC_COLUMNS; ++column) { in lan966x_mac_irq_process()
459 raw_entries[column].processed = true; in lan966x_mac_irq_process()
491 for (column = 0; column < LAN966X_MAC_COLUMNS; ++column) { in lan966x_mac_irq_process()
499 if (raw_entries[column].processed) in lan966x_mac_irq_process()
502 lan966x_mac_process_raw_entry(&raw_entries[column], in lan966x_mac_irq_process()
533 u32 index, column; in lan966x_mac_irq_handler() local
551 column = ANA_MACTINDX_BUCKET_GET(val); in lan966x_mac_irq_handler()
563 if (index == 0 && column == 0) in lan966x_mac_irq_handler()
566 if (column == LAN966X_MAC_COLUMNS - 1 && in lan966x_mac_irq_handler()
[all …]
/linux/scripts/kconfig/
H A Dgconf.c188 GtkTreeViewColumn *column; in init_left_tree() local
194 column = gtk_tree_view_column_new(); in init_left_tree()
195 gtk_tree_view_append_column(view, column); in init_left_tree()
196 gtk_tree_view_column_set_title(column, "Options"); in init_left_tree()
199 gtk_tree_view_column_pack_start(GTK_TREE_VIEW_COLUMN(column), in init_left_tree()
201 gtk_tree_view_column_set_attributes(GTK_TREE_VIEW_COLUMN(column), in init_left_tree()
208 gtk_tree_view_column_pack_start(GTK_TREE_VIEW_COLUMN(column), in init_left_tree()
210 gtk_tree_view_column_set_attributes(GTK_TREE_VIEW_COLUMN(column), in init_left_tree()
230 GtkTreeViewColumn *column; in init_right_tree() local
237 column in init_right_tree()
820 column2index(GtkTreeViewColumn * column) column2index() argument
843 GtkTreeViewColumn *column; on_treeview2_button_press_event() local
900 GtkTreeViewColumn *column; on_treeview2_key_press_event() local
961 GtkTreeViewColumn *column; on_treeview1_button_press_event() local
[all...]
/linux/Documentation/devicetree/bindings/input/
H A Dsamsung,s3c6410-keypad.yaml11 keypad device. The keypad controller supports multiple row and column lines.
12 A key can be placed at each intersection of a unique row and a unique column.
52 Number of column lines connected to the keypad controller.
69 keypad,column:
71 description: The column number to which the key is connected.
80 - keypad,column
112 keypad,column = <3>;
118 keypad,column = <4>;
H A Dgpio-matrix-keypad.txt4 The matrix keypad supports multiple row and column lines, a key can be
5 placed at each intersection of a unique row and a unique column. The matrix
14 - col-gpios: List of gpios used as column lines. The gpio specifier
16 which these column lines are connected.
26 before we can scan keypad after activating column gpio
H A Dnvidia,tegra20-kbc.txt3 can be configured as row or column. The maximum column pin can be 8
12 - nvidia,kbc-col-pins: The KBC pins which are configured as column. This is an
13 array of pin numbers which is used as column.
H A Dbrcm,bcm-keypad.txt4 keypad device. The keypad controller supports multiple row and column lines.
5 A key can be placed at each intersection of a unique row and a unique column.
26 - keypad,num-columns: Number of column lines connected to the
52 column is being used as output. If specified the row is being used
53 as the output. Else defaults to column.
/linux/scripts/coccinelle/misc/
H A Difcol.cocci7 //# This has a high rate of false positives, because Coccinelle's column
9 //# is not visually aligned may be considered to be in the same column.
38 if (p1[0].column == p2[0].column):
47 if (p1[0].column == p2[0].column):
H A Ddoubleinit.cocci40 … int(pr[0].line) or (int(ps[0].line) == int(pr[0].line) and int(ps[0].column) < int(pr[0].column)):
52 … int(pr[0].line) or (int(ps[0].line) == int(pr[0].line) and int(ps[0].column) < int(pr[0].column)):
/linux/drivers/gpu/drm/xe/display/
H A Dxe_fb_pin.c23 u32 column, row; in write_dpt_rotated() local
29 for (column = 0; column < width; column++) { in write_dpt_rotated()
30 u32 src_idx = src_stride * (height - 1) + column + bo_ofs; in write_dpt_rotated()
58 u32 column, row; in write_dpt_remapped() local
63 for (column = 0; column < width; column++) { in write_dpt_remapped()
165 u32 column, row; in write_ggtt_rotated() local
167 for (column = 0; column < width; column++) { in write_ggtt_rotated()
168 u32 src_idx = src_stride * (height - 1) + column + bo_ofs; in write_ggtt_rotated()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c397 int column = 0; in print_match_error() local
404 mark1 = column; in print_match_error()
407 ++column; in print_match_error()
410 mark1 = column; in print_match_error()
415 ++column; in print_match_error()
418 column += 3; in print_match_error()
423 mark2 = column; in print_match_error()
426 ++column; in print_match_error()
429 mark2 = column; in print_match_error()
442 for (column = 0; column <= max(mark1, mark2); ++column) { in print_match_error()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dumc_v12_0.c180 uint64_t soc_pa, retired_page, column, err_addr; in umc_v12_0_convert_error_address() local
205 for (column = 0; column < UMC_V12_0_NA_MAP_PA_NUM; column++) { in umc_v12_0_convert_error_address()
206 retired_page = soc_pa | ((column & 0x3) << UMC_V12_0_PA_C2_BIT); in umc_v12_0_convert_error_address()
207 retired_page |= (((column & 0x4) >> 2) << UMC_V12_0_PA_C4_BIT); in umc_v12_0_convert_error_address()
210 col |= (column << 2); in umc_v12_0_convert_error_address()
232 uint64_t soc_pa, retired_page, column, err_addr; in umc_v12_0_convert_err_addr() local
257 for (column = 0; column < UMC_V12_0_NA_MAP_PA_NUM; column++) { in umc_v12_0_convert_err_addr()
258 retired_page = soc_pa | ((column & 0x3) << UMC_V12_0_PA_C2_BIT); in umc_v12_0_convert_err_addr()
259 retired_page |= (((column & 0x4) >> 2) << UMC_V12_0_PA_C4_BIT); in umc_v12_0_convert_err_addr()
267 col |= (column << 2); in umc_v12_0_convert_err_addr()
/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c1059 column, thislen); in onenand_transfer_auto_oob()
1309 column = 0; in onenand_read_ops_nolock()
1416 column = 0; in onenand_read_oob_nolock()
1595 column = 0; in onenand_bbt_read_oob()
1646 int thislen, column; in onenand_verify() local
1671 column = 0; in onenand_verify()
1711 int column, subpage; in onenand_panic_write() local
1766 column = 0; in onenand_panic_write()
1950 column = 0; in onenand_write_ops_nolock()
2072 column = 0; in onenand_write_oob_nolock()
[all …]
/linux/drivers/edac/
H A Dal_mc_edac.c65 u8 rank, u32 row, u8 bg, u8 bank, u16 column, in prepare_msg() argument
71 rank, row, bg, bank, column, syn0, syn1, syn2); in prepare_msg()
79 u16 ce_count, column; in handle_ce() local
105 column = FIELD_GET(AL_MC_ECC_CE_ADDR1_COLUMN, ecccaddr1); in handle_ce()
108 rank, row, bg, bank, column, in handle_ce()
124 u16 ue_count, column; in handle_ue() local
150 column = FIELD_GET(AL_MC_ECC_UE_ADDR1_COLUMN, eccuaddr1); in handle_ue()
153 rank, row, bg, bank, column, in handle_ue()
/linux/rust/kernel/
H A Dstd_vendor.rs149 $crate::pr_info!("[{}:{}:{}]\n", ::core::file!(), ::core::line!(), ::core::column!())
157 ::core::file!(), ::core::line!(), ::core::column!(),
/linux/drivers/tty/
H A Dn_tty.c124 unsigned int column; member
423 ldata->column = 0; in do_output_char()
457 ldata->column--; in do_output_char()
464 ldata->column++; in do_output_char()
545 ldata->column = 0; in process_output_block()
561 ldata->column--; in process_output_block()
568 ldata->column++; in process_output_block()
626 ldata->column--; in n_tty_process_echo_ops()
638 ldata->column--; in n_tty_process_echo_ops()
648 ldata->column++; in n_tty_process_echo_ops()
[all …]

1234567