Home
last modified time | relevance | path

Searched refs:upm (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg.c234 uvm_physseg_dump_seg(uvm_physseg_t upm) in uvm_physseg_dump_seg() argument
238 uvm_physseg_get_start(upm)); in uvm_physseg_dump_seg()
240 uvm_physseg_get_end(upm)); in uvm_physseg_dump_seg()
242 uvm_physseg_get_avail_start(upm)); in uvm_physseg_dump_seg()
244 uvm_physseg_get_avail_end(upm)); in uvm_physseg_dump_seg()
543 uvm_physseg_t upm; in ATF_TC_BODY() local
584 upm = uvm_physseg_find(atop(TWOFIFTYSIX_KILO + FIVEONETWO_KILO), NULL); in ATF_TC_BODY()
586 ATF_REQUIRE(uvm_physseg_valid_p(upm)); in ATF_TC_BODY()
592 ATF_REQUIRE_EQ(false, uvm_physseg_valid_p(upm)); in ATF_TC_BODY()
637 uvm_physseg_t upm; in ATF_TC_BODY() local
[all …]
H A Dt_uvm_physseg_load.c217 uvm_physseg_dump_seg(uvm_physseg_t upm) in uvm_physseg_dump_seg() argument
221 uvm_physseg_get_start(upm)); in uvm_physseg_dump_seg()
223 uvm_physseg_get_end(upm)); in uvm_physseg_dump_seg()
225 uvm_physseg_get_avail_start(upm)); in uvm_physseg_dump_seg()
227 uvm_physseg_get_avail_end(upm)); in uvm_physseg_dump_seg()
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dfsl-upm-nand.txt4 - compatible : "fsl,upm-nand".
6 - fsl,upm-addr-offset : UPM pattern offset for the address latch.
7 - fsl,upm-cmd-offset : UPM pattern offset for the command latch.
10 - fsl,upm-addr-line-cs-offsets : address offsets for multi-chip support.
17 - fsl,upm-wait-flags : add chip-dependent short delays after running the
30 upm@1,0 {
31 compatible = "fsl,upm-nand";
33 fsl,upm-addr-offset = <16>;
34 fsl,upm-cmd-offset = <8>;
48 upm@3,0 {
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dtqm8548-bigflash.dts411 upm@3,0 {
414 compatible = "tqc,tqm8548-upm-nand", "fsl,upm-nand";
416 fsl,upm-addr-offset = <0x10>;
417 fsl,upm-cmd-offset = <0x08>;
419 fsl,upm-addr-line-cs-offsets = <0x0 0x200>;
420 fsl,upm-wait-flags = <0x5>;
H A Dtqm8548.dts411 upm@3,0 {
414 compatible = "tqc,tqm8548-upm-nand", "fsl,upm-nand";
416 fsl,upm-addr-offset = <0x10>;
417 fsl,upm-cmd-offset = <0x08>;
419 fsl,upm-addr-line-cs-offsets = <0x0 0x200>;
420 fsl,upm-wait-flags = <0x5>;
H A Dmpc836x_rdk.dts407 upm@1,0 {
408 compatible = "fsl,upm-nand";
410 fsl,upm-addr-offset = <16>;
411 fsl,upm-cmd-offset = <8>;