Searched refs:actual (Results 1 – 25 of 48) sorted by relevance
12
/arch/um/drivers/ |
D | slip_common.c | 48 int actual, n; in slip_proto_write() local 50 actual = slip_esc(buf, slip->obuf, len); in slip_proto_write() 51 n = net_write(fd, slip->obuf, actual); in slip_proto_write()
|
D | ubd_kern.c | 608 unsigned long long actual; in backing_file_mismatch() local 618 err = os_file_size(file, &actual); in backing_file_mismatch() 625 if (actual != size) { in backing_file_mismatch() 629 "vs backing file\n", (unsigned long long) size, actual); in backing_file_mismatch()
|
/arch/arm/include/debug/ |
D | tegra.S | 68 adr \rp, 99f @ actual addr of 99f 72 sub \tmp, \rp, \rv @ actual tegra_uart_config
|
D | brcmstb.S | 53 adr \rp, 99f @ actual addr of 99f 57 sub \tmp, \rp, \rv @ actual brcmstb_uart_config
|
/arch/um/os-Linux/ |
D | file.c | 253 unsigned long long actual; in os_seek_file() local 255 actual = lseek64(fd, offset, SEEK_SET); in os_seek_file() 256 if (actual != offset) in os_seek_file()
|
/arch/arm/boot/dts/ |
D | rk3288-veyron-pinky.dts | 32 * Therefore disable the powerseq (and actual reset) for pinky.
|
D | dra7.dtsi | 445 * NOTE: only FBB mode used but actual vset will 478 * NOTE: only FBB mode used but actual vset will 511 * NOTE: only FBB mode used but actual vset will 544 * NOTE: only FBB mode used but actual vset will
|
D | omap5.dtsi | 384 * NOTE: only FBB mode used but actual vset will 414 * NOTE: only FBB mode used but actual vset will
|
D | imx6qdl-tx6-lcd.dtsi | 57 * the PWM value and the actual duty cycle
|
D | rk3036-kylin.dts | 34 * on the actual card populated):
|
D | pxa3xx.dtsi | 86 * Table that determines the low power modes outputs, with actual settings
|
/arch/m68k/ |
D | Kconfig.devices | 67 To compile the actual ethernet driver, choose Y or M for the SMC91X 81 To compile the actual ethernet driver, choose Y or M in for the NE2000
|
/arch/arm/nwfpe/ |
D | fpmodule.inl | 26 instruction, and points 4 bytes beyond the actual instruction
|
/arch/arm/mm/ |
D | proc-macros.S | 87 mov \reg, \reg, lsl \tmp @ actual cache line size 104 mov \reg, \reg, lsl \tmp @ actual cache line size
|
/arch/arm64/boot/dts/rockchip/ |
D | px30-evb.dts | 70 * on the actual card populated):
|
D | rk3399-sapphire-excavator.dts | 131 * on the actual card populated):
|
D | rk3328-evb.dts | 33 * on the actual card populated):
|
/arch/arm/mach-pxa/ |
D | sleep.S | 106 @ We keep the change-down close to the actual suspend on SDRAM
|
/arch/arm/plat-omap/ |
D | Kconfig | 88 The actual timer selection is done in the board file
|
/arch/powerpc/platforms/pseries/ |
D | Kconfig | 75 will still need to enable or compile the actual drivers
|
/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h5.dtsi | 144 * PMU, the actual silicon does not have the PMU
|
/arch/powerpc/platforms/85xx/ |
D | Kconfig | 268 unset based on the emulated CPU (or actual host CPU in the case
|
/arch/microblaze/ |
D | Kconfig | 168 window to be twice as large as the actual physical memory.
|
/arch/nds32/ |
D | Kconfig.cpu | 169 vmalloc space and actual amount of RAM, you may not need this
|
/arch/m68k/ifpsp060/ |
D | TEST.DOC | 38 hexadecimal images of the actual tests. This format is the
|
12