shws              446 drivers/clk/at91/at91sam9260.c 		at91sam9260_pmc->shws[data->sck[i].id] = hw;
shws              150 drivers/clk/at91/at91sam9rl.c 		at91sam9rl_pmc->shws[at91sam9rl_systemck[i].id] = hw;
shws              239 drivers/clk/at91/at91sam9x5.c 		at91sam9x5_pmc->shws[at91sam9x5_systemck[i].id] = hw;
shws              247 drivers/clk/at91/at91sam9x5.c 		at91sam9x5_pmc->shws[3] = hw;
shws               60 drivers/clk/at91/pmc.c 			return pmc_data->shws[idx];
shws               82 drivers/clk/at91/pmc.c 	kfree(pmc_data->shws);
shws              101 drivers/clk/at91/pmc.c 	pmc_data->shws = kcalloc(nsystem, sizeof(struct clk_hw *), GFP_KERNEL);
shws              102 drivers/clk/at91/pmc.c 	if (!pmc_data->shws)
shws               22 drivers/clk/at91/pmc.h 	struct clk_hw **shws;
shws              270 drivers/clk/at91/sam9x60.c 		sam9x60_pmc->shws[sam9x60_systemck[i].id] = hw;
shws              279 drivers/clk/at91/sama5d2.c 		sama5d2_pmc->shws[sama5d2_systemck[i].id] = hw;
shws              236 drivers/clk/at91/sama5d4.c 		sama5d4_pmc->shws[sama5d4_systemck[i].id] = hw;