Home
last modified time | relevance | path

Searched refs:t10 (Results 1 – 16 of 16) sorted by relevance

/linux/arch/alpha/lib/
H A Dstxncpy.S109 or t10, t8, t8
129 addq zero, 1, t10 # .. e1 :
130 sll t10, t2, t10 # e0 : t10 = bitmask of last count byte
243 or t8, t10, t6 # e1 :
273 sll t10, t6, t6 # e0 :
286 or t10, t8, t8
320 or t8, t10, t5 # .. e1 : test for end-of-count too
H A Dev6-stxncpy.S139 or t10, t8, t8 # E :
162 addq zero, 1, t10 # E :
164 sll t10, t2, t10 # U : t10 = bitmask of last count byte
288 or t8, t10, t6 # E : (stall)
319 sll t10, t6, t6 # U : (stall)
332 or t10, t8, t8 # E :
367 or t8, t10, t5 # E : test for end-of-count too
/linux/Documentation/scsi/
H A Dsmartpqi.rst22 - http://www.t10.org/drafts.htm
23 - http://www.t10.org/members/w_pqi2.htm
H A Dsym53c8xx_2.rst117 http://www.t10.org/
/linux/arch/alpha/include/uapi/asm/
H A Dregdef.h34 #define t10 $24 macro
/linux/drivers/infiniband/ulp/srp/
H A DKconfig12 committee. See <http://www.t10.org/>.
/linux/drivers/infiniband/ulp/srpt/
H A DKconfig13 of the INCITS T10 technical committee (http://www.t10.org/).
/linux/Documentation/driver-api/usb/
H A Dbulk-streams.rst14 the T10 website (https://t10.org/).
/linux/arch/arm/boot/dts/st/
H A Dstm32mp151c-mect1s.dts214 label = "t10";
/linux/drivers/gpu/drm/gma500/
H A Dintel_bios.h448 u16 t10; member
H A Dcdv_intel_dp.c2042 cur.t10 = (pp_off & PANEL_POWER_DOWN_DELAY_MASK) >> in cdv_intel_dp_init()
2049 cur.t1_t3, cur.t8, cur.t9, cur.t10, cur.t11_t12); in cdv_intel_dp_init()
2055 intel_dp->panel_power_down_delay = cur.t10 / 10; in cdv_intel_dp_init()
H A Dintel_bios.c86 dev_priv->edp.pps.t9, dev_priv->edp.pps.t10, in parse_edp()
/linux/drivers/gpu/drm/qxl/
H A Dqxl_dev.h641 uint32_t t10; member
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-zoned.rst17 https://www.t10.org/drafts.htm#ZBC_Family
/linux/Documentation/translations/zh_CN/scsi/
H A Dscsi_mid_low_api.rst24 “启动器”端口(SCSI术语,参考SAM-3:http://www.t10.org)向
/linux/drivers/gpu/drm/i915/display/
H A Dintel_bios.c1412 pps->power_down = edp_pps->t10; in vbt_edp_to_pps_delays()