Lines Matching full:sck
10 struct sck { struct
27 const struct sck *sck; argument
75 static const struct sck at91sam9260_systemck[] = {
116 .sck = at91sam9260_systemck,
174 .sck = at91sam9260_systemck,
216 static const struct sck at91sam9261_systemck[] = {
255 .sck = at91sam9261_systemck,
280 static const struct sck at91sam9263_systemck[] = {
322 .sck = at91sam9263_systemck,
358 ndck(data->sck, data->num_sck), in at91sam926x_pmc_setup()
461 hw = at91_clk_register_system(regmap, data->sck[i].n, in at91sam926x_pmc_setup()
462 data->sck[i].p, NULL, in at91sam926x_pmc_setup()
463 data->sck[i].id, 0); in at91sam926x_pmc_setup()
467 at91sam9260_pmc->shws[data->sck[i].id] = hw; in at91sam926x_pmc_setup()