| /drivers/char/tpm/ |
| A D | xen-tpmfront.c | 24 struct vtpm_shared_page *shr; member 103 switch (priv->shr->state) { in vtpm_status() 124 priv->shr->state = VTPM_STATE_CANCEL; in vtpm_cancel() 131 return struct_size(shr, extra_pages, shr->nr_extra_pages); in shr_data_offset() 138 struct vtpm_shared_page *shr = priv->shr; in vtpm_send() local 158 shr->length = count; in vtpm_send() 160 shr->state = VTPM_STATE_SUBMIT; in vtpm_send() 180 struct vtpm_shared_page *shr = priv->shr; in vtpm_recv() local 182 size_t length = shr->length; in vtpm_recv() 184 if (shr->state == VTPM_STATE_IDLE) in vtpm_recv() [all …]
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| A D | arith.fuc | 58 shr b32 $r1 $r14 16 59 shr b32 $r2 $r13 16 72 shr b32 $r4 16 // tmp1 = tmp0_hi 81 shr b32 $r4 16 // tmp1 = tmp0_hi
|
| A D | i2c_.fuc | 138 */ shr b32 $r6 4 /*
|
| /drivers/gpu/drm/msm/registers/ |
| A D | gen_header.py | 52 def __init__(self, name, low, high, shr, type, parser): argument 56 self.shr = shr 108 if self.shr > 0: 109 val = "(%s >> %d)" % (val, self.shr) 202 print(" .bo_shift = %d," % address.shr) 265 if not f.name and f.low == 0 and f.shr == 0 and not f.type in ["float", "fixed", "ufixed"]: 275 if f.shr > 0: 276 print("\tassert(!(val & 0x%x));" % mask(0, f.shr - 1)) 482 shr = int(attrs["shr"], 0) 484 shr = 0 [all …]
|
| /drivers/gpu/drm/i915/gt/shaders/clear_kernel/ |
| A D | hsw.asm | 49 shr(1) g3<1>D sr0<0,1,0>D 12D { align1 1N }; 51 shr(1) g3.1<1>D sr0<0,1,0>D 13D { align1 1N }; 55 shr(1) g3.2<1>D sr0<0,1,0>D 8D { align1 1N };
|
| A D | ivb.asm | 49 shr(1) g3<1>D sr0<0,1,0>D 12D { align1 1N }; 51 shr(1) g3.1<1>D sr0<0,1,0>D 13D { align1 1N }; 55 shr(1) g3.2<1>D sr0<0,1,0>D 8D { align1 1N };
|
| /drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| A D | gpc.fuc | 194 shr b32 $r5 $r2 8 226 shr b32 $r3 2 228 shr b32 $r2 8 229 shr b32 $r3 6 261 shr b32 $r15 $r2 8 264 shr b32 $r15 $r2 8 268 shr b32 $r15 6
|
| A D | com.fuc | 162 shr b32 $r8 26 319 shr b32 $r14 $r15 8 324 shr b32 $r10 6
|
| A D | hub.fuc | 151 shr b32 $r4 $r1 8 156 shr b32 $r15 2 160 shr b32 $r1 8 507 shr b32 $r2 8
|
| /drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
| A D | com.fuc | 222 shr b32 $r4 8 407 shr b32 $r4 1 441 shr b32 $r4 4 569 shr b32 $r10 $r7 578 shr b32 $r13 $r8 602 shr b32 $r15 $r7 611 shr b32 $r15 $r8 634 shr b32 $r8 $r9
|
| /drivers/media/i2c/ |
| A D | imx283.c | 661 const struct imx283_mode *mode, u64 shr) in imx283_exposure() argument 669 numerator = (imx283->vmax * (svr + 1) - shr) * imx283->hmax + offset; in imx283_exposure() 758 u64 shr, pixel_rate; in imx283_set_ctrl() local 798 shr = imx283_shr(imx283, mode, ctrl->val); in imx283_set_ctrl() 800 ctrl->val, shr); in imx283_set_ctrl() 801 ret = cci_write(imx283->cci, IMX283_REG_SHR, shr, NULL); in imx283_set_ctrl()
|
| /drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
| A D | g98.fuc0s | 363 shr b32 $r5 8 456 shr b32 $r8 $r5 8 464 shr b32 $r8 $r7 8 487 shr b32 $r8 $r4 0x18 495 shr b32 $r8 $r6 0x18
|
| /drivers/scsi/qla2xxx/ |
| A D | qla_nx2.h | 249 uint8_t shr; member 313 uint8_t shr; member
|
| A D | qla_nx.h | 1050 uint8_t shr; member
|
| A D | qla_nx2.c | 248 value >>= p_rmw_hdr->shr; in qla8044_rmw_crb_reg() 2303 read_value >>= crb_entry->crb_ctrl.shr; in qla8044_minidump_process_control()
|
| /drivers/scsi/qla4xxx/ |
| A D | ql4_83xx.h | 192 uint8_t shr; member
|
| A D | ql4_nx.h | 900 uint8_t shr; member
|
| A D | ql4_83xx.c | 904 value >>= p_rmw_hdr->shr; in qla4_83xx_rmw_crb_reg()
|
| A D | ql4_nx.c | 2289 read_value >>= crb_entry->crb_ctrl.shr; in qla4_8xxx_minidump_process_control()
|
| /drivers/irqchip/ |
| A D | irq-gic-v3-its.c | 2382 u64 cache, u64 shr, u32 order, bool indirect) in its_setup_baser() argument 2429 shr | in its_setup_baser() 2446 if (!shr) in its_setup_baser() 2460 shr = tmp & GITS_BASER_SHAREABILITY_MASK; in its_setup_baser() 2461 if (!shr) in its_setup_baser() 2485 psz / SZ_1K, (int)shr >> GITS_BASER_SHAREABILITY_SHIFT); in its_setup_baser() 2666 u64 shr = GITS_BASER_InnerShareable; in its_alloc_tables() local 2676 shr = 0; in its_alloc_tables() 2719 err = its_setup_baser(its, baser, cache, shr, order, indirect); in its_alloc_tables() 2727 shr = baser->val & GITS_BASER_SHAREABILITY_MASK; in its_alloc_tables()
|
| /drivers/net/ethernet/qlogic/qlcnic/ |
| A D | qlcnic_83xx_init.c | 96 u8 shr; member 102 u8 shr; member 1767 value >>= p_rmw_hdr->shr; in qlcnic_83xx_rmw_crb_reg()
|
| /drivers/scsi/aic7xxx/ |
| A D | aic7xxx.seq | 575 shr A, CMD_GROUP_CODE_SHIFT; 1794 shr DINDEX, 4, SINDEX; 1816 shr SINDEX, 4, SAVED_SCSIID; 2159 shr ARG_2, 3, A; 2172 shr ARG_2, 2, A; 2286 shr A, 3;
|
| A D | aic79xx.seq | 339 shr SINDEX, 3, SCB_SCSIID; 567 shr SELOID, 4, SCB_SCSIID; 780 shr DINDEX, 3, SCB_SCSIID; 1060 shr NEGOADDR, 4, SAVED_SCSIID; 1086 shr SINDEX, 3; /* Multiply by 2 */ \
|
| /drivers/net/ethernet/qlogic/netxen/ |
| A D | netxen_nic.h | 1419 u8 shr; member
|
| A D | netxen_nic_hw.c | 2043 read_value >>= crtEntry->shr; in netxen_md_cntrl()
|