Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dsh_cmt.c74 struct sh_cmt_info { struct
117 const struct sh_cmt_info *info;
182 static const struct sh_cmt_info sh_cmt_info[] = { variable
936 { "sh-cmt-16", (kernel_ulong_t)&sh_cmt_info[SH_CMT_16BIT] },
937 { "sh-cmt-32", (kernel_ulong_t)&sh_cmt_info[SH_CMT_32BIT] },
943 { .compatible = "renesas,cmt-32", .data = &sh_cmt_info[SH_CMT_32BIT] },
944 { .compatible = "renesas,cmt-32-fast", .data = &sh_cmt_info[SH_CMT_32BIT_FAST] },
945 { .compatible = "renesas,cmt-48", .data = &sh_cmt_info[SH_CMT_48BIT] },
946 { .compatible = "renesas,cmt-48-gen2", .data = &sh_cmt_info[SH_CMT_48BIT_GEN2] },
981 cmt->info = (const struct sh_cmt_info *)id->driver_data; in sh_cmt_setup()