Lines Matching refs:sck
10 struct sck { struct
27 const struct sck *sck; argument
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), in at91sam926x_pmc_setup()
448 hw = at91_clk_register_system(regmap, data->sck[i].n, in at91sam926x_pmc_setup()
449 data->sck[i].p, in at91sam926x_pmc_setup()
450 data->sck[i].id); in at91sam926x_pmc_setup()
454 at91sam9260_pmc->shws[data->sck[i].id] = hw; in at91sam926x_pmc_setup()