Home
last modified time | relevance | path

Searched refs:cmt (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/drivers/clocksource/
Dsh_cmt.c93 struct sh_cmt_device *cmt; member
242 return ch->cmt->info->read_control(ch->iostart, 0); in sh_cmt_read_cmstr()
244 return ch->cmt->info->read_control(ch->cmt->mapbase, 0); in sh_cmt_read_cmstr()
251 ch->cmt->info->write_control(ch->iostart, 0, value); in sh_cmt_write_cmstr()
253 ch->cmt->info->write_control(ch->cmt->mapbase, 0, value); in sh_cmt_write_cmstr()
258 return ch->cmt->info->read_control(ch->ioctrl, CMCSR); in sh_cmt_read_cmcsr()
264 ch->cmt->info->write_control(ch->ioctrl, CMCSR, value); in sh_cmt_write_cmcsr()
269 return ch->cmt->info->read_count(ch->ioctrl, CMCNT); in sh_cmt_read_cmcnt()
275 ch->cmt->info->write_count(ch->ioctrl, CMCNT, value); in sh_cmt_write_cmcnt()
281 ch->cmt->info->write_count(ch->ioctrl, CMCOR, value); in sh_cmt_write_cmcor()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Drenesas,cmt.txt15 - "renesas,cmt-32-r8a7740" for the r8a7740 32-bit CMT
17 - "renesas,cmt-32-sh7372" for the sh7372 32-bit CMT
19 - "renesas,cmt-32-sh73a0" for the sh73a0 32-bit CMT
21 - "renesas,cmt-32" for all 32-bit CMT without fast clock support
23 This is a fallback for the above renesas,cmt-32-* entries.
25 - "renesas,cmt-32-fast-r8a7740" for the r8a7740 32-bit CMT with fast
27 - "renesas,cmt-32-fast-sh7372" for the sh7372 32-bit CMT with fast
29 - "renesas,cmt-32-fast-sh73a0" for the sh73A0 32-bit CMT with fast
31 - "renesas,cmt-32-fast" for all 32-bit CMT with fast clock support
33 This is a fallback for the above renesas,cmt-32-fast-* entries.
[all …]
/linux-4.4.14/fs/ubifs/
Dorphan.c135 if (o->cmt) { in ubifs_delete_orphan()
176 ubifs_assert(!orphan->cmt); in ubifs_orphan_start_commit()
178 orphan->cmt = 1; in ubifs_orphan_start_commit()
305 ubifs_assert(orphan->cmt); in write_orph_node()
307 orphan->cmt = 0; in write_orph_node()
385 orphan->cmt = 1; in consolidate()
Dlpt_commit.c166 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb()
169 c->ltab[i].cmt = 1; in alloc_lpt_leb()
176 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb()
179 c->ltab[i].cmt = 1; in alloc_lpt_leb()
350 if (c->ltab[i].cmt) { in realloc_lpt_leb()
351 c->ltab[i].cmt = 0; in realloc_lpt_leb()
357 if (c->ltab[i].cmt) { in realloc_lpt_leb()
358 c->ltab[i].cmt = 0; in realloc_lpt_leb()
1752 if (c->ltab[i].tgc || c->ltab[i].cmt) in dbg_chk_lpt_free_spc()
Dubifs.h503 unsigned cmt:1; member
930 unsigned cmt:1; member
Dlpt.c649 ltab[i].cmt = 0; in ubifs_create_dflt_lpt()
1053 c->ltab[i].cmt = 0; in unpack_ltab()
Ddebug.c792 c->ltab[i].tgc, c->ltab[i].cmt); in ubifs_dump_lpt_info()
/linux-4.4.14/arch/arm/boot/dts/
Dr8a7793.dtsi65 compatible = "renesas,cmt-48-r8a7793", "renesas,cmt-48-gen2";
79 compatible = "renesas,cmt-48-r8a7793", "renesas,cmt-48-gen2";
Dr8a7740.dtsi57 compatible = "renesas,cmt-48-r8a7740", "renesas,cmt-48";
Dr8a73a4.dtsi117 compatible = "renesas,cmt-48-r8a73a4", "renesas,cmt-48-gen2";
Dr8a7791.dtsi205 compatible = "renesas,cmt-48-r8a7791", "renesas,cmt-48-gen2";
219 compatible = "renesas,cmt-48-r8a7791", "renesas,cmt-48-gen2";
Dr8a7790.dtsi222 compatible = "renesas,cmt-48-r8a7790", "renesas,cmt-48-gen2";
236 compatible = "renesas,cmt-48-r8a7790", "renesas,cmt-48-gen2";
Dsh73a0.dtsi81 compatible = "renesas,cmt-48-sh73a0", "renesas,cmt-48";
Dr8a7794.dtsi157 compatible = "renesas,cmt-48-gen2";
171 compatible = "renesas,cmt-48-gen2";
/linux-4.4.14/Documentation/
Ddynamic-debug-howto.txt337 // enable pr_debugs in 2 builtins, #cmt is stripped
338 dyndbg="module params +p #cmt ; module sys +p"
/linux-4.4.14/scripts/
Dcheckpatch.pl1371 my $cmt = ctx_locate_comment($first_line, $end_line);
1376 return ($cmt ne '');
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_hsi.h3648 struct couple_mode_teaming cmt; member