Home
last modified time | relevance | path

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

123456

/linux-6.1.9/arch/arm/boot/compressed/
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-6.1.9/arch/powerpc/boot/dts/
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-6.1.9/drivers/net/ethernet/freescale/fs_enet/
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-6.1.9/Documentation/devicetree/bindings/powerpc/
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-6.1.9/Documentation/images/
DCOPYING-logo4 and is freely usable as long as you acknowledge Larry as the original
15 refined and cleaned up by IFo Hancroft. It is also freely usable
/linux-6.1.9/arch/arm/boot/dts/
Dberlin2cd-google-chromecast.dts26 * We're using "linux,usable-memory" instead of "reg" here
34 linux,usable-memory = <0x00000000 0x20000000>; /* 512 MB */
Den7523-evb.dts20 linux,usable-memory-range = <0x80200000 0x1fe00000>;
Darmada-xp-matrix.dts25 * RAM are not usable due to the overlap with the MBus
/linux-6.1.9/arch/um/include/shared/
Dmem_user.h52 extern void setup_physmem(unsigned long start, unsigned long usable,
/linux-6.1.9/Documentation/mm/
Dpage_frags.rst32 called. The "netdev" prefixed functions are usable in any context as these
34 only usable within the softirq context.
/linux-6.1.9/Documentation/devicetree/bindings/rtc/
Ddallas,ds1390.txt9 Values usable for ds1390 are 250, 2000, 4000
Drtc.yaml39 shifted so the first usable year is the specified one.
/linux-6.1.9/Documentation/core-api/
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
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-6.1.9/net/rxrpc/
Dconn_client.c472 int i, usable; in rxrpc_maybe_add_conn() local
479 usable = 0; in rxrpc_maybe_add_conn()
482 usable++; in rxrpc_maybe_add_conn()
484 if (!usable && !list_empty(&bundle->waiting_calls)) { in rxrpc_maybe_add_conn()
491 if (!usable) in rxrpc_maybe_add_conn()
497 usable < ARRAY_SIZE(bundle->conns)) in rxrpc_maybe_add_conn()
/linux-6.1.9/Documentation/devicetree/bindings/power/supply/
Dx-powers,axp20x-ac-power-supply.yaml12 tell if an AC power supply is present and usable. AXP813/AXP803 are
/linux-6.1.9/sound/aoa/codecs/
Dtoonie.c78 .usable = toonie_usable,
/linux-6.1.9/sound/aoa/soundbus/
Dsoundbus.h99 int (*usable)(struct codec_info_item *cii, member
/linux-6.1.9/Documentation/arc/
Darc.rst82 usable for loading on the target system via JTAG.
83 If you need to get an image usable with U-Boot bootloader,
/linux-6.1.9/arch/powerpc/kvm/
DKconfig100 that KVM is not usable under PowerVM (pHyp), is only usable
121 machines where hypervisor mode is not available or not usable,
/linux-6.1.9/Documentation/devicetree/bindings/dma/
Dapple,admac.yaml47 only one of the controller outputs will be connected as an usable interrupt
Dimg-mdc-dma.txt19 line may be mapped (i.e. bit N set indicates channel N is usable).
/linux-6.1.9/Documentation/leds/
Dledtrig-oneshot.rst11 This trigger is meant to be usable both for sporadic and dense events. In the
/linux-6.1.9/Documentation/devicetree/bindings/serial/
Damlogic,meson-uart.yaml19 is active since power-on and does not need any clock gating and is usable
/linux-6.1.9/drivers/infiniband/hw/qib/
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()

123456