Home
last modified time | relevance | path

Searched refs:usable (Results 1 – 25 of 142) sorted by relevance

123456

/linux/arch/arm/boot/compressed/
A Dfdt_check_mem_start.c67 const fdt32_t *usable, *reg, *endp; in fdt_check_mem_start() local
89 usable = get_prop(fdt, "/chosen", "linux,usable-memory-range", in fdt_check_mem_start()
91 if (usable) { in fdt_check_mem_start()
92 size = get_val(usable + addr_cells, size_cells); in fdt_check_mem_start()
96 if (addr_cells > 1 && fdt32_ld(usable)) { in fdt_check_mem_start()
101 usable_base = fdt32_ld(usable + addr_cells - 1); in fdt_check_mem_start()
132 if (usable) { in fdt_check_mem_start()
/linux/arch/powerpc/boot/dts/
A Dmicrowatt.dts36 usable-privilege = <2>;
41 usable-privilege = <3>;
47 usable-privilege = <2>;
52 usable-privilege = <3>;
57 usable-privilege = <2>;
63 usable-privilege = <3>;
/linux/drivers/net/ethernet/freescale/fs_enet/
A DKconfig13 bool "Chip has an SCC usable for ethernet"
18 bool "Chip has an FCC usable for ethernet"
23 bool "Chip has an FEC usable for ethernet"
/linux/Documentation/devicetree/bindings/powerpc/
A Dibm,powerpc-cpu-features.txt94 - usable-privilege
179 This property may exist when the usable-privilege property value has PR bit set.
191 features usable by userspace will have a hwcap-bit-nr property.
213 usable-privilege = <1 | 2 | 4>;
219 usable-privilege = <1 | 2>;
226 usable-privilege = <2 | 4>;
233 usable-privilege = <1 | 2 | 4>;
241 usable-privilege = <1 | 2 | 4>;
/linux/arch/arm/boot/dts/
A Dberlin2cd-google-chromecast.dts26 * We're using "linux,usable-memory" instead of "reg" here
34 linux,usable-memory = <0x00000000 0x20000000>; /* 512 MB */
A Darmada-xp-matrix.dts25 * RAM are not usable due to the overlap with the MBus
/linux/Documentation/devicetree/bindings/
A Dchosen.txt79 linux,usable-memory-range
94 linux,usable-memory-range = <0x9 0xf0000000 0x0 0x10000000>;
98 The main usage is for crash dump kernel to identify its own usable
/linux/net/rxrpc/
A Dconn_client.c464 int i, usable; in rxrpc_maybe_add_conn() local
471 usable = 0; in rxrpc_maybe_add_conn()
474 usable++; in rxrpc_maybe_add_conn()
476 if (!usable && !list_empty(&bundle->waiting_calls)) { in rxrpc_maybe_add_conn()
483 if (!usable) in rxrpc_maybe_add_conn()
489 usable < ARRAY_SIZE(bundle->conns)) in rxrpc_maybe_add_conn()
/linux/Documentation/vm/
A Dpage_frags.rst32 called. The "netdev" prefixed functions are usable in any context as these
34 only usable within the softirq context.
/linux/Documentation/core-api/
A Dpacking.rst34 - Packing a CPU-usable number into a memory buffer (with hardware
37 into a CPU-usable number.
60 That is, the MSByte (7) of the CPU-usable u64 sits at memory offset 0, and the
A Dpadata.rst65 different from the 'usable' cpumask.
68 and the 'usable' cpumasks. (Each pair consists of a parallel and a serial
70 allocation and may be changed as above. The usable cpumasks are always a
/linux/arch/um/include/shared/
A Dmem_user.h55 extern void setup_physmem(unsigned long start, unsigned long usable,
/linux/arch/powerpc/kvm/
A DKconfig97 that KVM is not usable under PowerVM (pHyp), is only usable
114 machines where hypervisor mode is not available or not usable,
/linux/Documentation/devicetree/bindings/rtc/
A Ddallas,ds1390.txt9 Values usable for ds1390 are 250, 2000, 4000
A Drtc.yaml39 shifted so the first usable year is the specified one.
/linux/Documentation/
A DCOPYING-logo4 and is freely usable as long as you acknowledge Larry as the original
/linux/Documentation/devicetree/bindings/power/supply/
A Dx-powers,axp20x-ac-power-supply.yaml12 tell if an AC power supply is present and usable. AXP813/AXP803 are
/linux/sound/aoa/codecs/
A Dtoonie.c78 .usable = toonie_usable,
/linux/sound/aoa/soundbus/
A Dsoundbus.h99 int (*usable)(struct codec_info_item *cii, member
/linux/drivers/infiniband/hw/qib/
A Dqib_file_ops.c1342 static inline int usable(struct qib_pportdata *ppd) in usable() function
1361 if (!usable(dd->pport + port - 1)) { in choose_port_ctxt()
1377 if (usable(dd->pport + pidx)) in choose_port_ctxt()
1382 if (usable(dd->pport + pidx)) in choose_port_ctxt()
1433 usable(dd->pport + port - 1)) in get_a_ctxt()
1437 if (usable(dd->pport + i)) in get_a_ctxt()
1946 if (!usable(rcd->ppd)) { in disarm_req_delay()
1965 for (i = 0; !usable(rcd->ppd) && i < 300; i++) in disarm_req_delay()
/linux/Documentation/leds/
A Dledtrig-oneshot.rst11 This trigger is meant to be usable both for sporadic and dense events. In the
/linux/Documentation/devicetree/bindings/dma/
A Dimg-mdc-dma.txt19 line may be mapped (i.e. bit N set indicates channel N is usable).
/linux/Documentation/devicetree/bindings/serial/
A Damlogic,meson-uart.yaml19 is active since power-on and does not need any clock gating and is usable
/linux/lib/
A DKconfig.kgdb141 kernel is still usable in this situation.
143 No guarantees that the kernel is still usable in this situation.
/linux/arch/arm/mach-vexpress/
A DKconfig36 platforms. The traditional (ATAGs) boot method is not usable on

Completed in 35 milliseconds

123456