Home
last modified time | relevance | path

Searched refs:small (Results 1 – 25 of 41) sorted by relevance

12

/drivers/mtd/spi-nor/
DKconfig11 bool "Use small 4096 B erase sectors"
14 Many flash memories support erasing small (4096 B) sectors. Depending
17 Changing a small part of the flash's contents is usually faster with
18 small sectors. On the other hand erasing should be faster when using
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_time.h71 static inline long cfs_timeval_sub(struct timeval *large, struct timeval *small, in cfs_timeval_sub() argument
75 (large->tv_sec - small->tv_sec) * ONE_MILLION + in cfs_timeval_sub()
76 (large->tv_usec - small->tv_usec)); in cfs_timeval_sub()
/drivers/video/fbdev/matrox/
Dg450_pll.c446 unsigned int big, small; in __g450_setclk()
449 small = vco; in __g450_setclk()
452 small = pixel_vco; in __g450_setclk()
455 while (big > small) { in __g450_setclk()
458 if (big == small) { in __g450_setclk()
/drivers/gpu/drm/ttm/
Dttm_page_alloc.c92 unsigned small; member
170 m->options.small = val; in ttm_pool_store()
197 val = m->options.small; in ttm_pool_show()
592 if (count < _manager->options.small in ttm_page_pool_fill_locked()
833 _manager->options.small = SMALL_ALLOCATION; in ttm_page_alloc_init()
Dttm_page_alloc_dma.c144 unsigned small; member
224 m->options.small = val; in ttm_pool_store()
251 val = m->options.small; in ttm_pool_show()
800 unsigned count = _manager->options.small; in ttm_dma_page_pool_fill_locked()
1094 _manager->options.small = SMALL_ALLOCATION; in ttm_dma_page_alloc_init()
/drivers/atm/
Dnicstarmac.copyright25 * IDT always receives data into a small buffer, then large buffers
30 * copy small buffer contents to head of large buffer.
DKconfig74 bursts must be disabled and only (slower) small bursts can be used.
360 conditions, e.g. when a fast host continuously submits very small
/drivers/firmware/efi/libstub/
DMakefile8 cflags-$(CONFIG_X86_64) := -mcmodel=small
/drivers/net/ethernet/tile/
Dtilepro.c359 void *va, bool small) in tile_net_provide_linux_buffer() argument
364 unsigned int buffer = ((unsigned int)(__pa(va) >> 7) << 1) + small; in tile_net_provide_linux_buffer()
421 bool small) in tile_net_provide_needed_buffer() argument
434 (((small ? LIPP_SMALL_PACKET_SIZE : large_size) + in tile_net_provide_needed_buffer()
489 tile_net_provide_linux_buffer(info, va, small); in tile_net_provide_needed_buffer()
711 bool small = ((buffer & 1) != 0); in tile_net_poll_aux() local
767 tile_net_provide_linux_buffer(info, va, small); in tile_net_poll_aux()
/drivers/char/agp/
Di460-agp.c202 u32 small[2]; in i460_configure() member
219 pci_read_config_dword(agp_bridge->dev, i460.dynamic_apbase, &(temp.small[0])); in i460_configure()
220 pci_read_config_dword(agp_bridge->dev, i460.dynamic_apbase + 4, &(temp.small[1])); in i460_configure()
/drivers/staging/panel/
Dlcd-panel-cgram.txt21 printf "\e[LG00002061E1E060200;" => small speaker
/drivers/gpu/vga/
DKconfig18 multiple GPUS. The overhead for each GPU is very small.
/drivers/gpu/drm/
DREADME.drm24 4. The DRM is extensible via the use of small device-specific modules
/drivers/net/ethernet/apple/
DKconfig38 MACE ethernet chip have an Apple AUI port (small 15-pin connector),
/drivers/net/wireless/brcm80211/
DKconfig78 issues. This option adds a small amount of overhead when tracing
/drivers/net/hamradio/
DKconfig7 and a Terminal Node Controller (a small embedded system commonly
74 DMA channel. This is accomplished with a small utility program,
/drivers/video/console/
DKconfig31 the VGA RAM. The size of this RAM is fixed and is quite small.
/drivers/uio/
DKconfig8 to be written in userspace. Note that a small kernel driver
/drivers/pinctrl/
DKconfig79 so only a small amount is available for gpio use.
/drivers/net/can/
Dgrcan.c942 struct grcan_dma_buffer *small = rsize > tsize ? &dma->tx : &dma->rx; in grcan_allocate_dma_buffers() local
968 small->handle = large->handle + lsize; in grcan_allocate_dma_buffers()
972 small->buf = large->buf + lsize; in grcan_allocate_dma_buffers()
/drivers/net/wireless/iwlwifi/
DKconfig150 (though rather small) overhead.
/drivers/net/ethernet/dec/tulip/
DKconfig99 interrupts even at low levels of traffic at the cost of a small
/drivers/net/ethernet/brocade/bna/
Dbna_types.h611 struct bna_rxq *small; member
Dbna.h314 (q1) = rxp->rxq.slr.small; \
/drivers/staging/unisys/Documentation/
Doverview.txt12 device is owned and managed by a small, single-purpose service

12