/linux-4.4.14/drivers/clocksource/ |
D | sh_cmt.c | 93 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/ |
D | renesas,cmt.txt | 15 - "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/ |
D | orphan.c | 135 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()
|
D | lpt_commit.c | 166 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()
|
D | ubifs.h | 503 unsigned cmt:1; member 930 unsigned cmt:1; member
|
D | lpt.c | 649 ltab[i].cmt = 0; in ubifs_create_dflt_lpt() 1053 c->ltab[i].cmt = 0; in unpack_ltab()
|
D | debug.c | 792 c->ltab[i].tgc, c->ltab[i].cmt); in ubifs_dump_lpt_info()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | r8a7793.dtsi | 65 compatible = "renesas,cmt-48-r8a7793", "renesas,cmt-48-gen2"; 79 compatible = "renesas,cmt-48-r8a7793", "renesas,cmt-48-gen2";
|
D | r8a7740.dtsi | 57 compatible = "renesas,cmt-48-r8a7740", "renesas,cmt-48";
|
D | r8a73a4.dtsi | 117 compatible = "renesas,cmt-48-r8a73a4", "renesas,cmt-48-gen2";
|
D | r8a7791.dtsi | 205 compatible = "renesas,cmt-48-r8a7791", "renesas,cmt-48-gen2"; 219 compatible = "renesas,cmt-48-r8a7791", "renesas,cmt-48-gen2";
|
D | r8a7790.dtsi | 222 compatible = "renesas,cmt-48-r8a7790", "renesas,cmt-48-gen2"; 236 compatible = "renesas,cmt-48-r8a7790", "renesas,cmt-48-gen2";
|
D | sh73a0.dtsi | 81 compatible = "renesas,cmt-48-sh73a0", "renesas,cmt-48";
|
D | r8a7794.dtsi | 157 compatible = "renesas,cmt-48-gen2"; 171 compatible = "renesas,cmt-48-gen2";
|
/linux-4.4.14/Documentation/ |
D | dynamic-debug-howto.txt | 337 // enable pr_debugs in 2 builtins, #cmt is stripped 338 dyndbg="module params +p #cmt ; module sys +p"
|
/linux-4.4.14/scripts/ |
D | checkpatch.pl | 1371 my $cmt = ctx_locate_comment($first_line, $end_line); 1376 return ($cmt ne '');
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_hsi.h | 3648 struct couple_mode_teaming cmt; member
|