Symbol: sysc_regbits
arch/arm/mach-omap2/omap_hwmod.c
3091
struct sysc_regbits *sysc_fields)
arch/arm/mach-omap2/omap_hwmod.c
3093
const struct sysc_regbits *regbits = data->cap->regbits;
arch/arm/mach-omap2/omap_hwmod.c
3129
struct sysc_regbits **sysc_fields)
arch/arm/mach-omap2/omap_hwmod.c
3328
struct sysc_regbits *sysc_fields,
arch/arm/mach-omap2/omap_hwmod.c
3383
struct sysc_regbits *sysc_fields,
arch/arm/mach-omap2/omap_hwmod.c
3518
struct sysc_regbits *sysc_fields;
arch/arm/mach-omap2/omap_hwmod.h
320
struct sysc_regbits *sysc_fields;
arch/arm/mach-omap2/omap_hwmod.h
36
extern struct sysc_regbits omap_hwmod_sysc_type1;
arch/arm/mach-omap2/omap_hwmod.h
37
extern struct sysc_regbits omap_hwmod_sysc_type2;
arch/arm/mach-omap2/omap_hwmod.h
38
extern struct sysc_regbits omap_hwmod_sysc_type3;
arch/arm/mach-omap2/omap_hwmod.h
39
extern struct sysc_regbits omap34xx_sr_sysc_fields;
arch/arm/mach-omap2/omap_hwmod.h
40
extern struct sysc_regbits omap36xx_sr_sysc_fields;
arch/arm/mach-omap2/omap_hwmod.h
41
extern struct sysc_regbits omap3_sham_sysc_fields;
arch/arm/mach-omap2/omap_hwmod.h
42
extern struct sysc_regbits omap3xxx_aes_sysc_fields;
arch/arm/mach-omap2/omap_hwmod.h
43
extern struct sysc_regbits omap_hwmod_sysc_type_mcasp;
arch/arm/mach-omap2/omap_hwmod.h
44
extern struct sysc_regbits omap_hwmod_sysc_type_usb_host_fs;
arch/arm/mach-omap2/omap_hwmod_common_data.c
30
struct sysc_regbits omap_hwmod_sysc_type1 = {
arch/arm/mach-omap2/omap_hwmod_common_data.c
46
struct sysc_regbits omap_hwmod_sysc_type2 = {
arch/arm/mach-omap2/omap_hwmod_common_data.c
57
struct sysc_regbits omap_hwmod_sysc_type3 = {
arch/arm/mach-omap2/omap_hwmod_common_data.c
67
struct sysc_regbits omap34xx_sr_sysc_fields = {
arch/arm/mach-omap2/omap_hwmod_common_data.c
71
struct sysc_regbits omap36xx_sr_sysc_fields = {
arch/arm/mach-omap2/omap_hwmod_common_data.c
76
struct sysc_regbits omap3_sham_sysc_fields = {
arch/arm/mach-omap2/omap_hwmod_common_data.c
82
struct sysc_regbits omap3xxx_aes_sysc_fields = {
arch/arm/mach-omap2/omap_hwmod_common_data.c
88
struct sysc_regbits omap_hwmod_sysc_type_mcasp = {
arch/arm/mach-omap2/omap_hwmod_common_data.c
92
struct sysc_regbits omap_hwmod_sysc_type_usb_host_fs = {
drivers/bus/ti-sysc.c
1004
const struct sysc_regbits *regbits;
drivers/bus/ti-sysc.c
1143
const struct sysc_regbits *regbits;
drivers/bus/ti-sysc.c
2594
static const struct sysc_regbits sysc_regbits_omap2 = {
drivers/bus/ti-sysc.c
2627
static const struct sysc_regbits sysc_regbits_omap3_sham = {
drivers/bus/ti-sysc.c
2648
static const struct sysc_regbits sysc_regbits_omap3_aes = {
drivers/bus/ti-sysc.c
2668
static const struct sysc_regbits sysc_regbits_omap4 = {
drivers/bus/ti-sysc.c
2696
static const struct sysc_regbits sysc_regbits_omap4_simple = {
drivers/bus/ti-sysc.c
2715
static const struct sysc_regbits sysc_regbits_omap34xx_sr = {
drivers/bus/ti-sysc.c
2736
static const struct sysc_regbits sysc_regbits_omap36xx_sr = {
drivers/bus/ti-sysc.c
2762
static const struct sysc_regbits sysc_regbits_omap4_mcasp = {
drivers/bus/ti-sysc.c
2791
static const struct sysc_regbits sysc_regbits_omap4_usb_host_fs = {
drivers/bus/ti-sysc.c
2808
static const struct sysc_regbits sysc_regbits_dra7_mcan = {
include/linux/platform_data/ti-sysc.h
96
const struct sysc_regbits *regbits;