Searched refs:width_mask (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexfldio.c799 acpi_integer width_mask; local
828 width_mask = ACPI_INTEGER_MAX;
830 width_mask =
835 mask = width_mask &
895 mask = width_mask;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-driver.c2306 and width aligned according to width_mask. If adjust_size is TRUE the
2308 to (width + width_bias) & width_mask. If adjust_crop is TRUE it may
2316 unsigned int width_mask,
2330 BUG_ON((int) width_mask >= 0 ||
2331 width_bias >= (unsigned int) -width_mask);
2377 min_width = (min_width - width_mask - 1) & width_mask;
2378 max_width = max_width & width_mask;
2390 *width = (*width + width_bias) & width_mask;
2406 0 != (*width & ~width_mask))
2312 limit_scaled_size(struct bttv_fh * fh, __s32 * width, __s32 * height, enum v4l2_field field, unsigned int width_mask, unsigned int width_bias, int adjust_size, int adjust_crop) argument
2432 unsigned int width_mask; local
[all...]

Completed in 119 milliseconds