/openbmc/linux/sound/soc/codecs/ |
H A D | aw8738.c | 17 struct aw8738_priv *aw = snd_soc_component_get_drvdata(c); in aw8738_drv_event() local 22 for (i = 0; i < aw->mode; i++) { in aw8738_drv_event() 23 gpiod_set_value_cansleep(aw->gpiod_mode, 0); in aw8738_drv_event() 25 gpiod_set_value_cansleep(aw->gpiod_mode, 1); in aw8738_drv_event() 31 gpiod_set_value_cansleep(aw->gpiod_mode, 0); in aw8738_drv_event() 64 struct aw8738_priv *aw; in aw8738_probe() local 67 aw = devm_kzalloc(dev, sizeof(*aw), GFP_KERNEL); in aw8738_probe() 68 if (!aw) in aw8738_probe() 70 platform_set_drvdata(pdev, aw); in aw8738_probe() 72 aw->gpiod_mode = devm_gpiod_get(dev, "mode", GPIOD_OUT_LOW); in aw8738_probe() [all …]
|
/openbmc/qemu/hw/i386/ |
H A D | intel_iommu_internal.h | 176 #define VTD_RTADDR_ADDR_MASK(aw) (VTD_HAW_MASK(aw) ^ 0xfffULL) argument 179 #define VTD_IRTA_ADDR_MASK(aw) (VTD_HAW_MASK(aw) ^ 0xfffULL) argument 206 #define VTD_ADDRESS_SIZE(aw) (1ULL << (aw)) argument 207 #define VTD_CAP_MGAW(aw) ((((aw) - 1) & 0x3fULL) << 16) argument 233 #define VTD_IQA_IQA_MASK(aw) (VTD_HAW_MASK(aw) ^ 0xfffULL) argument 419 #define VTD_SPTE_PAGE_L1_RSVD_MASK(aw, stale_tm) \ argument 421 (0x800ULL | ~(VTD_HAW_MASK(aw) | VTD_SL_IGN_COM | VTD_SL_TM)) : \ 422 (0x800ULL | ~(VTD_HAW_MASK(aw) | VTD_SL_IGN_COM)) 423 #define VTD_SPTE_PAGE_L2_RSVD_MASK(aw) \ argument 424 (0x800ULL | ~(VTD_HAW_MASK(aw) | VTD_SL_IGN_COM)) [all …]
|
/openbmc/linux/tools/testing/selftests/rseq/ |
H A D | rseq-s390.h | 43 ".pushsection __rseq_cs, \"aw\"\n\t" \ 49 ".pushsection __rseq_cs_ptr_array, \"aw\"\n\t" \ 62 ".pushsection __rseq_exit_point_array, \"aw\"\n\t" \ 70 ".pushsection __rseq_cs, \"aw\"\n\t" \ 76 ".pushsection __rseq_cs_ptr_array, \"aw\"\n\t" \ 89 ".pushsection __rseq_exit_point_array, \"aw\"\n\t" \
|
H A D | rseq-x86.h | 60 ".pushsection __rseq_cs, \"aw\"\n\t" \ 66 ".pushsection __rseq_cs_ptr_array, \"aw\"\n\t" \ 84 ".pushsection __rseq_exit_point_array, \"aw\"\n\t" \ 148 ".pushsection __rseq_cs, \"aw\"\n\t" \ 154 ".pushsection __rseq_cs_ptr_array, \"aw\"\n\t" \ 171 ".pushsection __rseq_exit_point_array, \"aw\"\n\t" \
|
H A D | rseq-ppc.h | 56 ".pushsection __rseq_cs, \"aw\"\n\t" \ 62 ".pushsection __rseq_cs_ptr_array, \"aw\"\n\t" \ 85 ".pushsection __rseq_exit_point_array, \"aw\"\n\t" \ 101 ".pushsection __rseq_cs, \"aw\"\n\t" \ 108 ".pushsection __rseq_cs_ptr_array, \"aw\"\n\t" \ 121 ".pushsection __rseq_exit_point_array, \"aw\"\n\t" \
|
H A D | rseq-mips.h | 85 ".pushsection __rseq_cs, \"aw\"\n\t" \ 93 ".pushsection __rseq_cs_ptr_array, \"aw\"\n\t" \ 110 ".pushsection __rseq_exit_point_array, \"aw\"\n\t" \
|
H A D | rseq-arm.h | 84 ".pushsection __rseq_cs, \"aw\"\n\t" \ 90 ".pushsection __rseq_cs_ptr_array, \"aw\"\n\t" \ 107 ".pushsection __rseq_exit_point_array, \"aw\"\n\t" \
|
H A D | rseq-riscv.h | 54 ".pushsection __rseq_cs, \"aw\"\n" \ 62 ".pushsection __rseq_cs_ptr_array, \"aw\"\n" \ 79 ".pushsection __rseq_exit_point_array, \"aw\"\n" \
|
/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/ |
H A D | gaudi2_regs.h | 328 /* RAZWI captured hbw aw addr high */ 332 /* RAZWI captured hbw aw addr low */ 336 /* RAZWI captured hbw aw set */ 352 /* RAZWI captured lbw aw addr */ 356 /* RAZWI captured lbw aw set */ 368 /* RAZWI captured shared hbw aw addr high */ 372 /* RAZWI captured shared hbw aw addr low */ 384 /* RAZWI captured shared aw XY coordinates */ 402 /* RAZWI captured shared lbw aw addr */ 412 /* RAZWI captured shared lbw aw XY coordinates */
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | jump_label.h | 22 ".pushsection __jump_table, \"aw\"\n\t" in arch_static_branch() 37 ".pushsection __jump_table, \"aw\"\n\t" in arch_static_branch_jump() 51 .pushsection __jump_table, "aw"; \
|
H A D | bug.h | 14 .section __bug_table,"aw" 26 .section __bug_table,"aw" 39 ".section __bug_table,\"aw\"\n" \ 47 ".section __bug_table,\"aw\"\n" \
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | jump_label.h | 16 ".pushsection __jump_table, \"aw\"\n\t" in arch_static_branch() 30 ".pushsection __jump_table, \"aw\"\n\t" in arch_static_branch_jump()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | jump_label.h | 16 ".pushsection __jump_table, \"aw\"\n\t" in arch_static_branch() 32 ".pushsection __jump_table, \"aw\"\n\t" in arch_static_branch_jump()
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | jump_label.h | 17 " .pushsection __jump_table, \"aw\" \n" in arch_static_branch() 34 " .pushsection __jump_table, \"aw\" \n" in arch_static_branch_jump()
|
H A D | barrier.h | 17 * 1 10000 00000 00000 100001 00001 0 bw br aw ar 31 * bar.aw
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | CP00.interface.yaml | 36 - name: AW 39 AW keyword.Array Write-assist.
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | jump_label.h | 17 ".pushsection __jump_table, \"aw\"\n\t" in arch_static_branch() 34 ".pushsection __jump_table, \"aw\"\n\t" in arch_static_branch_jump()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | jump_label.h | 29 ".pushsection __jump_table,\"aw\"\n" in arch_static_branch() 43 ".pushsection __jump_table,\"aw\"\n" in arch_static_branch_jump()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | jump_label.h | 24 " .pushsection __jump_table, \"aw\" \n\t" in arch_static_branch() 41 " .pushsection __jump_table, \"aw\" \n\t" in arch_static_branch_jump()
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | jump_label.h | 27 " .pushsection __jump_table, \"aw\" \n\t" in arch_static_branch() 49 " .pushsection __jump_table, \"aw\" \n\t" in arch_static_branch_jump()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | jump_label.h | 41 ".pushsection __jump_table, \"aw\"\n\t" in arch_static_branch() 54 ".pushsection __jump_table, \"aw\"\n\t" in arch_static_branch_jump()
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | jump_label.h | 18 ".pushsection __jump_table, \"aw\"\n\t" in arch_static_branch() 46 ".pushsection __jump_table, \"aw\"\n\t" in arch_static_branch_jump()
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | jump_label.h | 37 ".pushsection __jump_table, \"aw\" \n" in arch_static_branch() 53 ".pushsection __jump_table, \"aw\" \n" in arch_static_branch_jump()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | bug.h | 41 ".pushsection __bug_table,\"aw\"\n" \ 59 ".pushsection __bug_table,\"aw\"\n" \
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | bug.h | 28 "\t.pushsection __bug_table,\"aw\"\n" \ 35 "\t.pushsection __bug_table,\"aw\"\n" \
|