HomeSort by: relevance | last modified time | path
    Searched defs:mbox_cells (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/fdt/
fdt_mbox.c 125 u_int mbox_cells = mc->mc_cells; local in function:fdtbus_mbox_get_index
128 mbox_cells > 0 ? &p[1] : NULL, mbox_cells * 4,
137 resid -= (mbox_cells + 1) * 4;
138 p += mbox_cells + 1;
fdt_mbox.c 125 u_int mbox_cells = mc->mc_cells; local in function:fdtbus_mbox_get_index
128 mbox_cells > 0 ? &p[1] : NULL, mbox_cells * 4,
137 resid -= (mbox_cells + 1) * 4;
138 p += mbox_cells + 1;

Completed in 64 milliseconds