Searched refs:cmt (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/clocksource/ |
D | sh_cmt.c | 96 struct sh_cmt_device *cmt; member 248 return ch->cmt->info->read_control(ch->iostart, 0); in sh_cmt_read_cmstr() 250 return ch->cmt->info->read_control(ch->cmt->mapbase, 0); in sh_cmt_read_cmstr() 257 ch->cmt->info->write_control(ch->iostart, 0, value); in sh_cmt_write_cmstr() 259 ch->cmt->info->write_control(ch->cmt->mapbase, 0, value); in sh_cmt_write_cmstr() 264 return ch->cmt->info->read_control(ch->ioctrl, CMCSR); in sh_cmt_read_cmcsr() 270 ch->cmt->info->write_control(ch->ioctrl, CMCSR, value); in sh_cmt_write_cmcsr() 275 return ch->cmt->info->read_count(ch->ioctrl, CMCNT); in sh_cmt_read_cmcnt() 281 ch->cmt->info->write_count(ch->ioctrl, CMCNT, value); in sh_cmt_write_cmcnt() 287 ch->cmt->info->write_count(ch->ioctrl, CMCOR, value); in sh_cmt_write_cmcor() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/timer/ |
D | renesas,cmt.txt | 15 - "renesas,cmt-48-sh73a0" for the sh73A0 48-bit CMT 17 - "renesas,cmt-48-r8a7740" for the r8a7740 48-bit CMT 19 - "renesas,cmt-48" for all non-second generation 48-bit CMT 21 This is a fallback for the above renesas,cmt-48-* entries.
|
/Linux-v4.19/fs/ubifs/ |
D | orphan.c | 135 if (o->cmt) { in ubifs_delete_orphan() 176 ubifs_assert(c, !orphan->cmt); in ubifs_orphan_start_commit() 178 orphan->cmt = 1; in ubifs_orphan_start_commit() 305 ubifs_assert(c, orphan->cmt); in write_orph_node() 307 orphan->cmt = 0; in write_orph_node() 385 orphan->cmt = 1; in consolidate()
|
D | lpt_commit.c | 167 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb() 170 c->ltab[i].cmt = 1; in alloc_lpt_leb() 177 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb() 180 c->ltab[i].cmt = 1; in alloc_lpt_leb() 351 if (c->ltab[i].cmt) { in realloc_lpt_leb() 352 c->ltab[i].cmt = 0; in realloc_lpt_leb() 358 if (c->ltab[i].cmt) { in realloc_lpt_leb() 359 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 | 500 unsigned cmt:1; member 922 unsigned cmt:1; member
|
D | lpt.c | 652 ltab[i].cmt = 0; in ubifs_create_dflt_lpt() 1056 c->ltab[i].cmt = 0; in unpack_ltab()
|
D | debug.c | 796 c->ltab[i].tgc, c->ltab[i].cmt); in ubifs_dump_lpt_info()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | r8a7740.dtsi | 86 compatible = "renesas,cmt-48-r8a7740", "renesas,cmt-48";
|
D | sh73a0.dtsi | 95 compatible = "renesas,cmt-48-sh73a0", "renesas,cmt-48";
|
/Linux-v4.19/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 350 // enable pr_debugs in 2 builtins, #cmt is stripped 351 dyndbg="module params +p #cmt ; module sys +p"
|
D | kernel-parameters.txt | 3885 cmt, mbmtotal, mbmlocal, l3cat, l3cdp, l2cat, l2cdp, 3887 E.g. to turn on cmt and turn off mba use: 3888 rdt=cmt,!mba
|
/Linux-v4.19/scripts/ |
D | checkpatch.pl | 1641 my $cmt = ctx_locate_comment($first_line, $end_line); 1646 return ($cmt ne '');
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_hsi.h | 11984 struct couple_mode_teaming cmt; member
|