Home
last modified time | relevance | path

Searched refs:clkprop (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/scsi/
Dmac53c94.c416 const unsigned char *clkprop; in mac53c94_probe() local
455 clkprop = of_get_property(node, "clock-frequency", &proplen); in mac53c94_probe()
456 if (clkprop == NULL || proplen != sizeof(int)) { in mac53c94_probe()
461 state->clk_freq = *(int *)clkprop; in mac53c94_probe()