Searched refs:fit (Results 1 - 6 of 6) sorted by relevance

/drivers/video/console/
H A DKconfig83 The default value is 160, which should fit a 1280x1024 monitor.
91 The default value is 64, which should fit a 1280x1024 monitor.
/drivers/usb/host/
H A Dohci.h697 u32 fit = ohci_readl(ohci, &ohci->regs->fminterval) & FIT; local
699 ohci_writel (ohci, (fit ^ FIT) | ohci->fminterval,
H A Du132-hcd.c1535 u32 fit; local
1540 fit = fminterval & FIT;
1542 (fit ^ FIT) | u132->hc_fminterval);
/drivers/pinctrl/
H A Dpinctrl-tz1090.c1365 const int *fit; local
1372 for (mux = 0, fit = desc->funcs;
1373 mux < ARRAY_SIZE(desc->funcs); ++mux, ++fit) {
1374 func = *fit;
/drivers/watchdog/
H A DKconfig635 This is the driver for the built-in watchdog timer on the fit-PC2,
636 fit-PC2i, CM-iAM single-board computers made by Compulab.
/drivers/md/
H A Dmd.c1306 return 0; /* component must fit device */
1806 return 0; /* component must fit device */
2800 return -EINVAL; /* component must fit device */
5940 int fit = (num_sectors == 0); local
5948 * happening, and if the new size is acceptable. It must fit before the
5949 * sb_start or, if that is <data_offset, it must fit before the size
5961 if (fit && (num_sectors == 0 || num_sectors > avail))
6716 /* Pick 'scale' such that (resync>>scale)*1000 will fit
6717 * in a sector_t, and (max_sectors>>scale) will fit in a
8010 /* does not all fit i
[all...]

Completed in 239 milliseconds