| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | rockchip,rk3399-dmc.yaml | 316 rockchip,pd-idle-dis-freq-hz: 319 frequency is greater than pd-idle-dis-freq, power-down idle is disabled. 322 rockchip,sr-idle-dis-freq-hz: 325 frequency is greater than sr-idle-dis-freq, self-refresh idle is 328 rockchip,sr-mc-gate-idle-dis-freq-hz: 332 sr-mc-gate-idle-dis-freq, the clock will not be gated when idle. See also 335 rockchip,srpd-lite-idle-dis-freq-hz: 338 the DDR frequency is greater than srpd-lite-idle-dis-freq, memory will 342 rockchip,standby-idle-dis-freq-hz: 345 is greater than standby-idle-dis-freq, standby idle is disabled. See also [all …]
|
| /linux/scripts/ |
| H A D | decodecode | 14 rm -f $T $T.s $T.o $T.oo $T.aa $T.dis 114 grep -v "/tmp\|Disassembly\|\.text\|^$" > $t.dis 2>&1 230 cat $T.dis >> $T.oo 232 get_faultlinenum "$code" "$T.dis" $pc_sub 238 rm -f $T.o $T.s $T.dis 247 cat $T.dis >> $T.aa
|
| H A D | objdiff | 61 dis=$dir/${base%.o}.dis 68 $OBJDUMP -D $stripped | sed -e "s/^[[:space:]]\+[0-9a-f]\+//" -e "s:^$stripped:$1:" > $dis
|
| /linux/arch/s390/tools/ |
| H A D | Makefile | 7 kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi)/dis-defs.h 26 $(kapi)/dis-defs.h: $(obj)/gen_opcode_table FORCE 27 $(call filechk,dis-defs.h)
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | snps,dwc3-common.yaml | 79 snps,dis-start-transfer-quirk: 160 snps,dis-u1-entry-quirk: 164 snps,dis-u2-entry-quirk: 173 snps,dis-u2-freeclk-exists-quirk: 179 snps,dis-del-phy-power-chg-quirk: 184 snps,dis-tx-ipgap-linecheck-quirk: 204 snps,dis-split-quirk:
|
| H A D | rockchip,rk3399-dwc3.yaml | 107 snps,dis-u2-freeclk-exists-quirk; 109 snps,dis-del-phy-power-chg-quirk; 110 snps,dis-tx-ipgap-linecheck-quirk;
|
| /linux/Documentation/hwmon/ |
| H A D | sht3x.rst | 6 * Sensirion SHT3x-DIS 16 * Sensirion STS3x-DIS 34 This driver implements support for the Sensirion SHT3x-DIS and STS3x-DIS
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am65-iot2050-usb3.dtsi | 25 snps,dis-u1-entry-quirk; 26 snps,dis-u2-entry-quirk;
|
| H A D | k3-am6548-iot2050-advanced-m2-bkey-usb3.dtso | 45 snps,dis-u1-entry-quirk; 46 snps,dis-u2-entry-quirk;
|
| H A D | k3-am654-pcie-usb3.dtso | 56 snps,dis-u1-entry-quirk; 57 snps,dis-u2-entry-quirk;
|
| /linux/drivers/staging/media/atomisp/pci/runtime/binary/src/ |
| H A D | binary.c | 323 * For DIS, we use a division instead of a DIV_ROUND_UP(). If this is smaller in ia_css_binary_dvs_grid_info() 325 * valid for DIS. in ia_css_binary_dvs_grid_info() 327 dvs_info->enable = binary->info->sp.enable.dis; in ia_css_binary_dvs_grid_info() 328 dvs_info->width = binary->dis.grid.dim.width; in ia_css_binary_dvs_grid_info() 329 dvs_info->height = binary->dis.grid.dim.height; in ia_css_binary_dvs_grid_info() 330 dvs_info->aligned_width = binary->dis.grid.pad.width; in ia_css_binary_dvs_grid_info() 331 dvs_info->aligned_height = binary->dis.grid.pad.height; in ia_css_binary_dvs_grid_info() 332 dvs_info->bqs_per_grid_cell = 1 << binary->dis.deci_factor_log2; in ia_css_binary_dvs_grid_info() 333 dvs_info->num_hor_coefs = binary->dis.coef.dim.width; in ia_css_binary_dvs_grid_info() 334 dvs_info->num_ver_coefs = binary->dis.coef.dim.height; in ia_css_binary_dvs_grid_info() [all …]
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | realtek,usb2phy.yaml | 90 - const: usb-dc-dis 94 usb-dc-dis is the disconnection level for each phy specified via efuse. 170 nvmem-cell-names = "usb-dc-cal", "usb-dc-dis";
|
| H A D | fsl,imx8mq-usb-phy.yaml | 68 fsl,phy-comp-dis-tune-percent: 137 fsl,phy-comp-dis-tune-percent:
|
| /linux/drivers/devfreq/ |
| H A D | rk3399_dmc.c | 320 ret |= of_property_read_u32(np, "rockchip,pd-idle-dis-freq-hz", in rk3399_dmcfreq_of_props() 322 ret |= of_property_read_u32(np, "rockchip,sr-idle-dis-freq-hz", in rk3399_dmcfreq_of_props() 324 ret |= of_property_read_u32(np, "rockchip,sr-mc-gate-idle-dis-freq-hz", in rk3399_dmcfreq_of_props() 326 ret |= of_property_read_u32(np, "rockchip,srpd-lite-idle-dis-freq-hz", in rk3399_dmcfreq_of_props() 328 ret |= of_property_read_u32(np, "rockchip,standby-idle-dis-freq-hz", in rk3399_dmcfreq_of_props()
|
| /linux/fs/erofs/ |
| H A D | super.c | 141 struct erofs_deviceslot *dis; in erofs_init_device() local 144 dis = erofs_read_metabuf(buf, sb, *pos, false); in erofs_init_device() 145 if (IS_ERR(dis)) in erofs_init_device() 146 return PTR_ERR(dis); in erofs_init_device() 149 if (!dis->tag[0]) { in erofs_init_device() 153 dif->path = kmemdup_nul(dis->tag, sizeof(dis->tag), GFP_KERNEL); in erofs_init_device() 189 dif->blocks = le32_to_cpu(dis->blocks_lo); in erofs_init_device() 190 dif->uniaddr = le32_to_cpu(dis->uniaddr_lo); in erofs_init_device()
|
| /linux/arch/powerpc/xmon/ |
| H A D | ppc-dis.c | 2 /* ppc-dis.c -- Disassemble PowerPC instructions 15 #include "dis-asm.h" 18 the disassembler interface defined in dis-asm.h. Several functions
|
| /linux/drivers/staging/media/atomisp/include/linux/ |
| H A D | atomisp.h | 688 * 1. get dis statistics: reads DIS statistics from ISP (every frame) 689 * 2. set dis coefficients: set DIS filter coefficients (one time) 690 * 3. set dis motion vector: set motion vector (result of DIS, every frame)
|
| /linux/arch/powerpc/include/asm/nohash/32/ |
| H A D | mmu-8xx.h | 18 #define MI_CIDEF 0x20000000 /* Set cache inhibit when MMU dis */ 88 #define MD_CIDEF 0x20000000 /* Set cache inhibit when MMU dis */ 89 #define MD_WTDEF 0x10000000 /* Set writethrough when MMU dis */
|
| /linux/tools/build/feature/ |
| H A D | test-disassembler-init-styled.c | 3 #include <dis-asm.h>
|
| H A D | test-disassembler-four-args.c | 3 #include <dis-asm.h>
|
| /linux/samples/hid/ |
| H A D | Makefile | 64 LLVM_DIS ?= llvm-dis 228 # below we use long chain of commands, clang | opt | llvm-dis | llc, 231 # processing (llvm12) and IR optimizations. 'llvm-dis' converts
|
| /linux/arch/s390/include/asm/ |
| H A D | Kbuild | 2 generated-y += dis-defs.h
|
| H A D | dis.h | 12 #include <asm/dis-defs.h>
|
| /linux/arch/m68k/include/asm/ |
| H A D | atariints.h | 152 * {en,dis}able_irq have the usual semantics of temporary blocking the 172 * In opposite to {en,dis}able_irq, requests between turn{off,on}_irq are not
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-gru-chromebook.dtsi | 238 rockchip,pd-idle-dis-freq-hz = <800000000>; 239 rockchip,sr-idle-dis-freq-hz = <800000000>; 240 rockchip,sr-mc-gate-idle-dis-freq-hz = <800000000>;
|