Home
last modified time | relevance | path

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

/freebsd/sys/arm/ti/
H A Dti_sysc.c531 struct clock_cell_info cell_info; in ti_sysc_attach() local
532 read_clock_cells(sc->dev, &cell_info); in ti_sysc_attach()
533 free(cell_info.clock_cells, M_DEVBUF); in ti_sysc_attach()
534 free(cell_info.clock_cells_ncells, M_DEVBUF); in ti_sysc_attach()
536 sc->num_clocks = cell_info.num_real_clocks; in ti_sysc_attach()
/freebsd/sys/dev/ofw/
H A Dofw_pcib.c148 struct ofw_pci_cell_info *cell_info; in ofw_pcib_init() local
156 cell_info = (struct ofw_pci_cell_info *)malloc(sizeof(*cell_info), in ofw_pcib_init()
159 sc->sc_cell_info = cell_info; in ofw_pcib_init()
174 n = ofw_pcib_nranges(c, cell_info); in ofw_pcib_init()
192 sc->sc_nrange = ofw_pcib_nranges(node, cell_info); in ofw_pcib_init()