Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 22 of 22) sorted by relevance

/arch/arm/mach-at91/
Dclock.c289 unsigned long actual; in clk_round_rate() local
295 actual = clk->parent->rate_hz; in clk_round_rate()
297 if (actual && actual <= rate) in clk_round_rate()
299 actual >>= 1; in clk_round_rate()
303 return (prescale < 7) ? actual : -ENOENT; in clk_round_rate()
311 unsigned long actual; in clk_set_rate() local
319 actual = clk->parent->rate_hz; in clk_set_rate()
321 if (actual && actual <= rate) { in clk_set_rate()
328 clk->rate_hz = actual; in clk_set_rate()
331 actual >>= 1; in clk_set_rate()
[all …]
/arch/um/drivers/
Dslip_common.c47 int actual, n; in slip_proto_write() local
49 actual = slip_esc(buf, slip->obuf, len); in slip_proto_write()
50 n = net_write(fd, slip->obuf, actual); in slip_proto_write()
Dubd_kern.c555 unsigned long long actual; in backing_file_mismatch() local
565 err = os_file_size(file, &actual); in backing_file_mismatch()
572 if (actual != size) { in backing_file_mismatch()
576 "vs backing file\n", (unsigned long long) size, actual); in backing_file_mismatch()
/arch/um/os-Linux/
Daio.c138 unsigned long long actual; in do_not_aio() local
141 actual = lseek64(req->io_fd, req->offset, SEEK_SET); in do_not_aio()
142 if (actual != req->offset) in do_not_aio()
Dfile.c245 unsigned long long actual; in os_seek_file() local
247 actual = lseek64(fd, offset, SEEK_SET); in os_seek_file()
248 if (actual != offset) in os_seek_file()
/arch/arm/nwfpe/
Dfpmodule.inl26 instruction, and points 4 bytes beyond the actual instruction
/arch/cris/arch-v10/lib/
Dchecksum.S17 ;; actual length when length < 40
Dchecksumcopy.S21 ;; actual length when length < 40
/arch/cris/arch-v10/
DKconfig28 YOU choose in this option. The actual bits used are configured
38 YOU choose in this option. The actual bits used are configured
48 YOU choose in this option. The actual bits used are configured
DREADME.mm106 The setting of the actual MMU control registers to use this layout would
/arch/arm/mm/
Dproc-macros.S72 mov \reg, \reg, lsl \tmp @ actual cache line size
Dproc-feroceon.S68 mov r2, r2, lsl r0 @ actual cache size
/arch/avr32/mach-at32ap/
Dat32ap700x.c134 unsigned long actual = 0; in pll_set_rate() local
160 actual = pll_in * mul; in pll_set_rate()
161 rate_error = abs(actual - rate); in pll_set_rate()
185 return actual; in pll_set_rate()
/arch/m68k/ifpsp060/
Disp.doc180 data registers, and BEFORE the actual emulated transfers occur, the
DTEST.DOC38 hexadecimal images of the actual tests. This format is the
/arch/powerpc/platforms/
DKconfig.cputype143 SWIOTLB under Kernel Options for this to work. The actual number
/arch/arm/mach-pxa/
Dsleep.S250 @ We keep the change-down close to the actual suspend on SDRAM
/arch/cris/arch-v32/kernel/
Dentry.S323 ;; Resume performs the actual task-switching, by switching stack
/arch/cris/arch-v10/kernel/
Dentry.S291 ;; resume performs the actual task-switching, by switching stack pointers
Dhead.S45 ;; to 0x40000000 (where the actual DRAM resides) otherwise
/arch/x86/
DKconfig856 You will obviously need the actual microcode binary data itself
942 The actual amount of total physical memory will either be
1612 If you select "Y" here, you can disable actual use of the APM
/arch/m68k/ifpsp060/src/
Dfpsp.S13751 # just use the actual fcmp instruction to produce the correct condition #