Searched refs:mdstat (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/arch/arm/mach-davinci/ |
H A D | psc.c | 34 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 D | gate.c | 79 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 D | md.c | 191 * 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