Searched refs:numbytes_reg (Results 1 – 1 of 1) sorted by relevance
116 ssize_t numbytes_reg; in ti_clkctrl_attach() local142 numbytes_reg = OF_getproplen(node, "reg"); in ti_clkctrl_attach()143 if (numbytes_reg == 0) { in ti_clkctrl_attach()147 num_reg = numbytes_reg / sizeof(cell_t); in ti_clkctrl_attach()149 reg = malloc(numbytes_reg, M_DEVBUF, M_WAITOK); in ti_clkctrl_attach()150 OF_getencprop(node, "reg", reg, numbytes_reg); in ti_clkctrl_attach()