Searched refs:mdstat (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/mach-davinci/
H A Dpsc.c34 u32 mdstat; davinci_psc_is_clk_active() local
44 mdstat = __raw_readl(psc_base + MDSTAT + 4 * id); davinci_psc_is_clk_active()
48 return mdstat & BIT(12); davinci_psc_is_clk_active()
80 u32 epcpr, ptcmd, ptstat, pdstat, pdctl, mdstat, mdctl; davinci_psc_config() local
133 mdstat = __raw_readl(psc_base + MDSTAT + 4 * id); davinci_psc_config()
134 } while (!((mdstat & MDSTAT_STATE_MASK) == next_state)); davinci_psc_config()
/linux-4.1.27/drivers/clk/keystone/
H A Dgate.c79 u32 ptcmd, pdstat, pdctl, mdstat, mdctl, ptstat; psc_config() local
105 mdstat = readl(control_base + MDSTAT); psc_config()
106 } while (!((mdstat & MDSTAT_STATE_MASK) == next_state) && count--); psc_config()
113 u32 mdstat = readl(data->control_base + MDSTAT); keystone_clk_is_enabled() local
115 return (mdstat & MDSTAT_MCKOUT) ? 1 : 0; keystone_clk_is_enabled()
/linux-4.1.27/drivers/md/
H A Dmd.c191 * on any 'interesting' event, and readers of /proc/mdstat
7060 /* seq_file implementation /proc/mdstat */
7857 * visible in /proc/mdstat
8850 proc_create("mdstat", S_IRUGO, NULL, &md_seq_fops); md_geninit()
9005 remove_proc_entry("mdstat", NULL); md_exit()

Completed in 185 milliseconds