/drivers/mtd/spi-nor/ |
D | Kconfig | 11 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/ |
D | libcfs_time.h | 71 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/ |
D | g450_pll.c | 446 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/ |
D | ttm_page_alloc.c | 92 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()
|
D | ttm_page_alloc_dma.c | 144 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/ |
D | nicstarmac.copyright | 25 * IDT always receives data into a small buffer, then large buffers 30 * copy small buffer contents to head of large buffer.
|
D | Kconfig | 74 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/ |
D | Makefile | 8 cflags-$(CONFIG_X86_64) := -mcmodel=small
|
/drivers/net/ethernet/tile/ |
D | tilepro.c | 359 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/ |
D | i460-agp.c | 202 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/ |
D | lcd-panel-cgram.txt | 21 printf "\e[LG00002061E1E060200;" => small speaker
|
/drivers/gpu/vga/ |
D | Kconfig | 18 multiple GPUS. The overhead for each GPU is very small.
|
/drivers/gpu/drm/ |
D | README.drm | 24 4. The DRM is extensible via the use of small device-specific modules
|
/drivers/net/ethernet/apple/ |
D | Kconfig | 38 MACE ethernet chip have an Apple AUI port (small 15-pin connector),
|
/drivers/net/wireless/brcm80211/ |
D | Kconfig | 78 issues. This option adds a small amount of overhead when tracing
|
/drivers/net/hamradio/ |
D | Kconfig | 7 and a Terminal Node Controller (a small embedded system commonly 74 DMA channel. This is accomplished with a small utility program,
|
/drivers/video/console/ |
D | Kconfig | 31 the VGA RAM. The size of this RAM is fixed and is quite small.
|
/drivers/uio/ |
D | Kconfig | 8 to be written in userspace. Note that a small kernel driver
|
/drivers/pinctrl/ |
D | Kconfig | 79 so only a small amount is available for gpio use.
|
/drivers/net/can/ |
D | grcan.c | 942 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/ |
D | Kconfig | 150 (though rather small) overhead.
|
/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 99 interrupts even at low levels of traffic at the cost of a small
|
/drivers/net/ethernet/brocade/bna/ |
D | bna_types.h | 611 struct bna_rxq *small; member
|
D | bna.h | 314 (q1) = rxp->rxq.slr.small; \
|
/drivers/staging/unisys/Documentation/ |
D | overview.txt | 12 device is owned and managed by a small, single-purpose service
|