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

  /src/sys/arch/ews4800mips/ews4800mips/
pdinfo.c 81 const struct disk_geometory *geom = &disk->geometory; local in function:pdinfo_sanity
90 #define _(x) DPRINTF(#x " = %d\n", geom->x);
  /src/usr.sbin/makefs/v7fs/
v7fs_estimate.c 124 estimate_size_walk(fsnode *root, char *dir, struct v7fs_geometry *geom)
136 nentries++, geom->ninode++) {
145 n = estimate_size_walk(cur->child, dir, geom);
149 geom->ndatablock += nblk;
150 geom->npuredatablk +=
158 geom->ndatablock += nblk;
159 geom->npuredatablk +=
167 geom->ndatablock += nblk;
168 geom->npuredatablk += nblk;
177 calculate_fs_size(const struct v7fs_geometry *geom)
258 struct v7fs_geometry geom; local in function:v7fs_estimate
    [all...]
  /src/sys/arch/zaurus/dev/
w100.c 62 const struct w100_panel_geometry *geom; member in struct:__anond605efe80108
66 const struct w100_panel_geometry *geom);
70 const struct w100_panel_geometry *geom);
75 const struct w100_panel_geometry *geom);
83 const struct w100_panel_geometry *geom)
86 sc->geometry = geom;
87 switch (geom->rotate) {
89 sc->display_width = geom->panel_height;
90 sc->display_height = geom->panel_width;
97 sc->display_width = geom->panel_height
    [all...]
  /src/sys/arch/arm/imx/
imx51_ipuv3.c 365 const struct lcd_panel_geometry *geom = sc->geometry; local in function:imx51_ipuv3_di_init
375 div = (ipuclk * 16) / geom->pixel_clk;
414 __DI_SW_GEN0(geom->panel_width + geom->hsync_width +
415 geom->left + geom->right - 1, 1, 0, 0),
421 __DI_SW_GEN0(geom->panel_width + geom->hsync_width +
422 geom->left + geom->right - 1, 1, 0, 1)
733 const struct lcd_panel_geometry *geom = sc->geometry; local in function:imx51_ipuv3_build_param
    [all...]
  /src/sys/kern/
subr_disk.c 732 prop_dictionary_t disk_info, odisk_info, geom; local in function:disk_set_info
735 geom = prop_dictionary_create();
737 prop_dictionary_set_uint64(geom, "sectors-per-unit",
740 prop_dictionary_set_uint32(geom, "sector-size", dg->dg_secsize);
743 prop_dictionary_set_uint16(geom, "sectors-per-track",
747 prop_dictionary_set_uint16(geom, "tracks-per-cylinder",
751 prop_dictionary_set_uint64(geom, "cylinders-per-unit",
755 prop_dictionary_set_uint32(geom, "physical-sector-size",
757 prop_dictionary_set_uint32(geom, "aligned-sector",
761 prop_dictionary_set(disk_info, "geometry", geom);
    [all...]
  /src/sys/arch/arm/xscale/
pxa2x0_lcd.c 80 const struct lcd_panel_geometry *geom; member in struct:__anon7a60c2ec0108
159 const struct lcd_panel_geometry *geom)
203 if ((geom->panel_info & LCDPANEL_ACTIVE) ||
204 ((geom->panel_info & (LCDPANEL_MONOCHROME|LCDPANEL_DUAL)) ==
208 } else if ((geom->panel_info & LCDPANEL_DUAL) ||
209 !(geom->panel_info & LCDPANEL_MONOCHROME)) {
220 pxa2x0_lcd_geometry(sc, geom);
228 struct pxaip_attach_args *pxa, const struct lcd_panel_geometry *geom)
263 pxa2x0_lcd_initialize(sc, geom);
282 pxa2x0_lcd_setup_rasops(sc, ri, descr, geom);
    [all...]

Completed in 34 milliseconds