Searched refs:cell_t (Results 1 – 16 of 16) sorted by relevance
| /f-stack/freebsd/arm/ti/clk/ |
| H A D | ti_clkctrl.c | 98 create_clkctrl(struct ti_clkctrl_softc *sc, cell_t *reg, uint32_t index, uint32_t reg_offset, 120 cell_t *reg; in ti_clkctrl_attach() 152 num_reg = numbytes_reg / sizeof(cell_t); in ti_clkctrl_attach() 198 for (reg_offset = 0; reg_offset < reg[index+1]; reg_offset += sizeof(cell_t)) { in ti_clkctrl_attach() 285 create_clkctrl(struct ti_clkctrl_softc *sc, cell_t *reg, uint32_t index, uint32_t reg_offset, in create_clkctrl()
|
| H A D | clock_common.h | 34 cell_t *clock_cells;
|
| H A D | ti_dpll_clock.c | 162 cell_t reg_cells[4]; in parse_dpll_reg() 177 num_regs = numbytes_regs / sizeof(cell_t); in parse_dpll_reg()
|
| H A D | clock_common.c | 68 clk->num_clock_cells = numbytes_clocks / sizeof(cell_t); in read_clock_cells()
|
| H A D | ti_mux_clock.c | 131 cell_t value; in ti_mux_attach()
|
| H A D | ti_divider_clock.c | 129 cell_t value; in ti_divider_attach()
|
| H A D | ti_gate_clock.c | 141 cell_t value; in ti_gate_attach()
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_sysc.c | 280 cell_t *reg; in parse_regfields() 355 cell_t value[SYSC_IDLE_MAX]; in parse_idle() 365 no = len / sizeof(cell_t); in parse_idle() 369 len = no * sizeof(cell_t); in parse_idle() 468 cell_t value; in ti_sysc_attach() 496 OF_getencprop(node, "ti,sysc-mask", &value, sizeof(cell_t)); in ti_sysc_attach() 500 OF_getencprop(node, "ti,syss-mask", &value, sizeof(cell_t)); in ti_sysc_attach() 504 OF_getencprop(node, "ti,sysc-delay-us", &value, sizeof(cell_t)); in ti_sysc_attach()
|
| /f-stack/freebsd/x86/include/ |
| H A D | ofw_machdep.h | 37 typedef uint32_t cell_t; typedef
|
| /f-stack/freebsd/arm64/include/ |
| H A D | ofw_machdep.h | 37 typedef uint32_t cell_t; typedef
|
| /f-stack/freebsd/arm/include/ |
| H A D | ofw_machdep.h | 42 typedef uint32_t cell_t; typedef
|
| /f-stack/freebsd/mips/include/ |
| H A D | ofw_machdep.h | 38 typedef uint32_t cell_t; typedef
|
| /f-stack/freebsd/arm/arm/ |
| H A D | gic_fdt.c | 211 cell_t *base_ranges; in arm_gic_fill_ranges() 228 sc->base.nranges = nbase_ranges / sizeof(cell_t) / in arm_gic_fill_ranges()
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_nemc.c | 197 cell_t *base_ranges; in jz4780_nemc_fill_ranges() 210 sc->nranges = nbase_ranges / sizeof(cell_t) / in jz4780_nemc_fill_ranges()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_pci_ctrl.c | 297 cell_t *base_ranges; in mv_pcib_ctrl_fill_ranges() 310 sc->nranges = nbase_ranges / sizeof(cell_t) / in mv_pcib_ctrl_fill_ranges()
|
| /f-stack/freebsd/arm/versatile/ |
| H A D | versatile_pci.c | 269 ofw_bus_setup_iinfo(node, &sc->pci_iinfo, sizeof(cell_t)); in versatile_pci_attach()
|