Home
last modified time | relevance | path

Searched refs:law (Results 1 – 25 of 541) sorted by relevance

12345678910>>...22

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfsl_corenet_serdes.c314 struct law_entry law = find_law(CONFIG_SYS_DCSRBAR_PHYS); in enable_bank() local
316 if (law.index == -1) in enable_bank()
320 set_law(law.index, CONFIG_SYS_DCSRBAR_PHYS, LAW_SIZE_1M, in enable_bank()
326 if (law.index == -1) in enable_bank()
329 set_law(law.index, law.addr, law.size, law.trgt_id); in enable_bank()
H A Dcpu_init.c226 struct law_entry law = find_law(CONFIG_SYS_INIT_L3_ADDR); in disable_cpc_sram() local
228 if (law.index == -1) { in disable_cpc_sram()
232 disable_law(law.index); in disable_cpc_sram()
443 struct law_entry law; in cpu_init_f() local
464 law = find_law(CONFIG_SYS_PBI_FLASH_BASE); in cpu_init_f()
465 if (law.index != -1) in cpu_init_f()
466 disable_law(law.index); in cpu_init_f()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCNRI-Python-GPL-Compatible19law of the United States, including without limitation the federal copyright law, and, to the exte…
H A DCC0-1.021 other similar, equivalent or corresponding rights throughout the world based on applicable law or t…
22law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons…
24law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirm…
29 …f errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
H A DPDDL-1.014law, as with most other law under the banner of "intellectual property", is inherently national la…
32 …d under neighbouring rights and similarly related sets of rights under the law of the relevant jur…
62 …a. Copyright. Any copyright or neighbouring rights in the Work. Copyright law varies between juris…
104 …s that Licensor may have in the Work to the fullest extent possible by the law of the relevant jur…
106 …nd waives all claims in moral rights to the fullest extent possible by the law of the relevant jur…
124 5.2 Subject to any liability that may not be excluded or limited by law, the Rightsholder is not li…
126 5.3 If liability may not be excluded by law, it is limited to actual and direct financial loss to t…
134 …rights that You or anyone else may independently have under any applicable law to make any use of …
136 …re sought to be enforced. If the rights waived or granted under applicable law in the relevant jur…
H A DPython-2.0.186 respects by the law of the State of California, excluding conflict of
87 law provisions. Nothing in this License Agreement shall be deemed to
149 intellectual property law of the United States, including without
150 limitation the federal copyright law, and, to the extent such
151 U.S. federal law does not apply, by the law of the Commonwealth of
152 Virginia, excluding Virginia's conflict of law provisions.
156 law of the Commonwealth of Virginia shall govern this License
H A DPython-2.086 respects by the law of the State of California, excluding conflict of
87 law provisions. Nothing in this License Agreement shall be deemed to
148 intellectual property law of the United States, including without
149 limitation the federal copyright law, and, to the extent such
150 U.S. federal law does not apply, by the law of the Commonwealth of
151 Virginia, excluding Virginia`s conflict of law provisions.
155 law of the Commonwealth of Virginia shall govern this License
/openbmc/u-boot/board/Arcturus/ucp1020/
H A DMakefile18 obj-y += spl_minimal.o tlb.o law.o
27 obj-y += law.o
/openbmc/linux/drivers/iommu/
H A Dfsl_pamu.c589 struct ccsr_law __iomem *law; in create_csd() local
620 law = lac + 0xC00; in create_csd()
665 if (law[i].lawar & LAWAR_EN) { in create_csd()
668 law_start = make64(law[i].lawbarh, law[i].lawbarl); in create_csd()
670 (2ULL << (law[i].lawar & LAWAR_SIZE_MASK)); in create_csd()
673 law_target = law[i].lawar & LAWAR_TARGET_MASK; in create_csd()
686 while (law[--i].lawar & LAWAR_EN) { in create_csd()
694 law[i].lawbarh = upper_32_bits(phys); in create_csd()
695 law[i].lawbarl = lower_32_bits(phys); in create_csd()
697 law[i].lawar = LAWAR_EN | law_target | (csd_id << LAWAR_CSDID_SHIFT) | in create_csd()
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/
H A DMakefile15 obj-$(CONFIG_FSL_LAW) += law.o
24 obj-$(CONFIG_FSL_LAW) += law.o
H A Dlaw.c21 #define LAWAR_ADDR(x) (&((ccsr_local_t *)LAW_BASE)->law[x].lawar)
22 #define LAWBARH_ADDR(x) (&((ccsr_local_t *)LAW_BASE)->law[x].lawbarh)
23 #define LAWBARL_ADDR(x) (&((ccsr_local_t *)LAW_BASE)->law[x].lawbarl)
/openbmc/u-boot/board/xes/common/
H A Dfsl_8xxx_pci.c39 law_size_bits(pci_info.mem_size), pci_info.law); in pci_init_board()
41 law_size_bits(pci_info.io_size), pci_info.law); in pci_init_board()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfourcc.rst20 - a: A-law compressed
21 - u: u-law compressed
/openbmc/linux/arch/m68k/fpsp040/
H A DREADME10 To the maximum extent permitted by applicable law,
17 To the maximum extent permitted by applicable law,
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_pci.h183 enum law_trgt_if law; member
203 x.law = LAW_TRGT_IF_PCI_##num; \
216 x.law = LAW_TRGT_IF_PCIE_##num; \
/openbmc/u-boot/board/xes/xpedite517x/
H A DMakefile8 obj-y += law.o
/openbmc/u-boot/board/freescale/mpc8641hpcn/
H A DMakefile7 obj-y += law.o
/openbmc/u-boot/board/sbc8641d/
H A DMakefile7 obj-y += law.o
/openbmc/u-boot/board/freescale/common/p_corenet/
H A DMakefile6 obj-y += law.o
/openbmc/u-boot/board/freescale/p1023rdb/
H A DMakefile7 obj-y += law.o
/openbmc/u-boot/board/xes/xpedite537x/
H A DMakefile10 obj-y += law.o
/openbmc/u-boot/board/freescale/mpc8536ds/
H A DMakefile9 obj-y += law.o
/openbmc/u-boot/board/freescale/p1_twr/
H A DMakefile8 obj-y += law.o
/openbmc/u-boot/board/xes/xpedite550x/
H A DMakefile7 obj-y += law.o
/openbmc/u-boot/board/freescale/mpc8572ds/
H A DMakefile9 obj-y += law.o

12345678910>>...22