Searched refs:actual (Results 1 – 22 of 22) sorted by relevance
/arch/arm/mach-at91/ |
D | clock.c | 289 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/ |
D | slip_common.c | 47 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()
|
D | ubd_kern.c | 555 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/ |
D | aio.c | 138 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()
|
D | file.c | 245 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/ |
D | fpmodule.inl | 26 instruction, and points 4 bytes beyond the actual instruction
|
/arch/cris/arch-v10/lib/ |
D | checksum.S | 17 ;; actual length when length < 40
|
D | checksumcopy.S | 21 ;; actual length when length < 40
|
/arch/cris/arch-v10/ |
D | Kconfig | 28 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
|
D | README.mm | 106 The setting of the actual MMU control registers to use this layout would
|
/arch/arm/mm/ |
D | proc-macros.S | 72 mov \reg, \reg, lsl \tmp @ actual cache line size
|
D | proc-feroceon.S | 68 mov r2, r2, lsl r0 @ actual cache size
|
/arch/avr32/mach-at32ap/ |
D | at32ap700x.c | 134 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/ |
D | isp.doc | 180 data registers, and BEFORE the actual emulated transfers occur, the
|
D | TEST.DOC | 38 hexadecimal images of the actual tests. This format is the
|
/arch/powerpc/platforms/ |
D | Kconfig.cputype | 143 SWIOTLB under Kernel Options for this to work. The actual number
|
/arch/arm/mach-pxa/ |
D | sleep.S | 250 @ We keep the change-down close to the actual suspend on SDRAM
|
/arch/cris/arch-v32/kernel/ |
D | entry.S | 323 ;; Resume performs the actual task-switching, by switching stack
|
/arch/cris/arch-v10/kernel/ |
D | entry.S | 291 ;; resume performs the actual task-switching, by switching stack pointers
|
D | head.S | 45 ;; to 0x40000000 (where the actual DRAM resides) otherwise
|
/arch/x86/ |
D | Kconfig | 856 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/ |
D | fpsp.S | 13751 # just use the actual fcmp instruction to produce the correct condition #
|