Searched refs:numbytes_reg (Results 1 – 1 of 1) sorted by relevance
121 ssize_t numbytes_reg; in ti_clkctrl_attach() local147 numbytes_reg = OF_getproplen(node, "reg"); in ti_clkctrl_attach()148 if (numbytes_reg == 0) { in ti_clkctrl_attach()152 num_reg = numbytes_reg / sizeof(cell_t); in ti_clkctrl_attach()154 reg = malloc(numbytes_reg, M_DEVBUF, M_WAITOK); in ti_clkctrl_attach()155 OF_getencprop(node, "reg", reg, numbytes_reg); in ti_clkctrl_attach()