Searched refs:length (Results 1 - 25 of 382) sorted by relevance

1234567891011>>

/arch/x86/include/asm/
H A Dbios_ebda.h21 * Return the sanitized length of the EBDA in bytes, if it exists.
26 unsigned int length; local
32 /* EBDA length is byte 0 of the EBDA (stored in KiB) */
33 length = *(unsigned char *)phys_to_virt(address);
34 length <<= 10;
36 /* Trim the length if it extends beyond 640KiB */
37 length = min_t(unsigned int, (640 * 1024) - address, length);
38 return length;
/arch/ia64/include/asm/
H A Dacpi-ext.h18 extern acpi_status hp_acpi_csr_space (acpi_handle, u64 *base, u64 *length);
/arch/arm/mach-gemini/
H A Dmm.c24 .length = SZ_512K,
29 .length = SZ_512K,
34 .length = SZ_512K,
39 .length = SZ_512K,
44 .length = SZ_512K,
49 .length = SZ_512K,
54 .length = SZ_512K,
59 .length = SZ_512K,
64 .length = SZ_512K,
69 .length
[all...]
/arch/parisc/math-emu/
H A Dfpbits.h53 #define Bitfield_extract(start, length, object) \
54 ((object) >> (HOSTWDSZ - (start) - (length)) & \
55 ((unsigned)-1 >> (HOSTWDSZ - (length))))
57 #define Bitfield_signed_extract(start, length, object) \
58 ((int)((object) << start) >> (HOSTWDSZ - (length)))
/arch/arm/mach-clps711x/
H A Dedb7211-mm.c57 .length = SZ_1M,
62 .length = SZ_1M,
67 .length = SZ_8M,
72 .length = SZ_8M,
/arch/arm/mach-tegra/
H A Dio.c37 .length = IO_PPSB_SIZE,
43 .length = IO_APB_SIZE,
49 .length = IO_CPU_SIZE,
55 .length = IO_IRAM_SIZE,
/arch/blackfin/include/asm/
H A Dmmu.h14 size_t length; member in struct:sram_list_struct
/arch/arm/plat-iop/
H A Dsetup.c26 .length = IOP3XX_PERIPHERAL_SIZE,
31 .length = IOP3XX_PCI_IO_WINDOW_SIZE,
/arch/arm/mach-omap2/
H A Dio.c54 .length = L3_24XX_SIZE,
60 .length = L4_24XX_SIZE,
70 .length = DSP_MEM_2420_SIZE,
76 .length = DSP_IPI_2420_SIZE,
82 .length = DSP_MMU_2420_SIZE,
94 .length = L4_WK_243X_SIZE,
100 .length = OMAP243X_GPMC_SIZE,
106 .length = OMAP243X_SDRC_SIZE,
112 .length = OMAP243X_SMS_SIZE,
124 .length
[all...]
/arch/ia64/kernel/
H A Dacpi-ext.c32 static acpi_status hp_ccsr_locate(acpi_handle obj, u64 *base, u64 *length) argument
51 memcpy(length, vendor->byte_data + 8, sizeof(*length));
60 u64 length; member in struct:csr_space
75 space->length = addr.address_length;
81 static acpi_status hp_crs_locate(acpi_handle obj, u64 *base, u64 *length) argument
86 if (!space.length)
90 *length = space.length;
/arch/m68k/atari/
H A Datasound.c85 /* Set length of envelope (max 8 sec). */
86 int length = (ticks * PSG_ENV_FREQ_10) / HZ / 10; local
88 if (length > 0xffff) length = 0xffff;
90 sound_ym.wd_data = length & 0xff;
92 sound_ym.wd_data = length >> 8;
/arch/arm/mach-s5pc100/
H A Dcommon.c73 .length = SZ_4K,
78 .length = SZ_64K,
83 .length = SZ_16K,
88 .length = SZ_4K,
93 .length = SZ_4K,
98 .length = SZ_16K,
103 .length = SZ_4K,
108 .length = SZ_16K,
113 .length = SZ_16K,
118 .length
[all...]
/arch/mips/include/asm/fw/cfe/
H A Dcfe_api.h101 int cfe_enummem(int idx, int flags, uint64_t * start, uint64_t * length,
112 int length, int *retlen, uint64_t offset);
114 int cfe_read(int handle, unsigned char *buffer, int length);
116 int length);
118 int cfe_write(int handle, unsigned char *buffer, int length);
120 int length);
/arch/m68k/mac/
H A Dmacboing.c163 void mac_mksound( unsigned int freq, unsigned int length )
180 mac_special_bell( freq, length, 128 );
184 if ( freq < 20 || freq > 20000 || length == 0 )
209 mac_sound_timer.expires = jiffies + length;
226 static void mac_quadra_start_bell( unsigned int freq, unsigned int length, unsigned int volume ) argument
233 mac_bell_duration += length;
237 mac_bell_duration = length;
307 static void mac_av_start_bell( unsigned int freq, unsigned int length, unsigned int volume ) argument
/arch/arm/mach-highbank/
H A Dlluart.c27 .length = SZ_4K,
/arch/arm/mach-imx/
H A Dlluart.c23 .length = MX6Q_UART4_SIZE,
/arch/arm/mach-prima2/
H A Dlluart.c20 .length = SIRFSOC_UART1_SIZE,
/arch/s390/include/asm/
H A Dextmem.h25 int segment_load (char *name, int segtype, unsigned long *addr, unsigned long *length);
/arch/tile/mm/
H A Dmigrate.h36 * - Do a global TLB flush for (va,length) and the specified ASIDs.
44 size_t length, pte_t *stack_ptep,
/arch/x86/kernel/
H A Dprobe_roms.c188 static int __init romchecksum(const unsigned char *rom, unsigned long length) argument
192 for (sum = 0; length && probe_kernel_address(rom++, c) == 0; length--)
194 return !length && !sum;
200 unsigned long start, length, upper; local
216 /* 0 < length <= 0x7f * 512, historically */
217 length = c * 512;
219 /* if checksum okay, trust length byte */
220 if (length && romchecksum(rom, length))
[all...]
/arch/arm/mach-omap1/
H A Dio.c36 .length = OMAP1_IO_SIZE,
46 .length = OMAP7XX_DSP_SIZE,
51 .length = OMAP7XX_DSPREG_SIZE,
62 .length = OMAP1510_DSP_SIZE,
67 .length = OMAP1510_DSPREG_SIZE,
78 .length = OMAP16XX_DSP_SIZE,
83 .length = OMAP16XX_DSPREG_SIZE,
/arch/arm/kernel/
H A Dfiq.c80 void set_fiq_handler(void *start, unsigned int length) argument
83 memcpy((void *)0xffff001c, start, length);
85 memcpy(vectors_page + 0x1c, start, length);
87 flush_icache_range(0xffff001c, 0xffff001c + length);
89 flush_icache_range(0x1c, 0x1c + length);
/arch/arm/mach-spear6xx/
H A Dspear6xx.c30 .length = SZ_4K,
35 .length = SZ_4K,
40 .length = SZ_4K,
45 .length = SZ_4K,
50 .length = SZ_4K,
/arch/arm/mach-s5pv210/
H A Dcommon.c70 .length = SZ_4K,
75 .length = SZ_64K,
80 .length = SZ_16K,
85 .length = SZ_4K,
90 .length = SZ_4K,
95 .length = SZ_4K,
100 .length = SZ_4K,
105 .length = SZ_16K,
110 .length = SZ_16K,
115 .length
[all...]
/arch/arm/mach-mmp/
H A Dcommon.c32 .length = APB_PHYS_SIZE,
37 .length = AXI_PHYS_SIZE,

Completed in 2502 milliseconds

1234567891011>>