Lines Matching refs:sck
10 struct sck {
27 const struct sck *sck;
73 static const struct sck at91sam9260_systemck[] = {
114 .sck = at91sam9260_systemck,
172 .sck = at91sam9260_systemck,
214 static const struct sck at91sam9261_systemck[] = {
253 .sck = at91sam9261_systemck,
278 static const struct sck at91sam9263_systemck[] = {
320 .sck = at91sam9263_systemck,
356 ndck(data->sck, data->num_sck),
448 hw = at91_clk_register_system(regmap, data->sck[i].n,
449 data->sck[i].p,
450 data->sck[i].id);
454 at91sam9260_pmc->shws[data->sck[i].id] = hw;