Home
last modified time | relevance | path

Searched defs:trans (Results 1 – 25 of 68) sorted by relevance

123

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_hdcp_regs.h84 #define HDCP_CONF(dev_priv, trans, port) \ argument
97 #define HDCP_ANINIT(dev_priv, trans, port) \ argument
107 #define HDCP_ANLO(dev_priv, trans, port) \ argument
117 #define HDCP_ANHI(dev_priv, trans, port) \ argument
128 #define HDCP_BKSVLO(dev_priv, trans, port) \ argument
139 #define HDCP_BKSVHI(dev_priv, trans, port) \ argument
150 #define HDCP_RPRIME(dev_priv, trans, port) \ argument
161 #define HDCP_STATUS(dev_priv, trans, port) \ argument
202 #define HDCP2_AUTH(dev_priv, trans, port) \ argument
213 #define HDCP2_CTL(dev_priv, trans, port) \ argument
[all …]
H A Dintel_audio_regs.h85 #define HSW_AUD_CFG(trans) _MMIO_TRANS(trans, _HSW_AUD_CONFIG_A, _HSW_AUD_CONFIG_B) argument
89 #define HSW_AUD_MISC_CTRL(trans) _MMIO_TRANS(trans, _HSW_AUD_MISC_CTRL_A, _HSW_AUD_MISC_CTRL_B) argument
93 #define HSW_AUD_M_CTS_ENABLE(trans) _MMIO_TRANS(trans, _HSW_AUD_M_CTS_ENABLE_A, _HSW_AUD_M_CTS_ENAB… argument
100 #define HSW_AUD_DIP_ELD_CTRL(trans) _MMIO_TRANS(trans, _HSW_AUD_DIP_ELD_CTRL_ST_A, _HSW_AUD_DIP_ELD… argument
105 #define AUD_DIG_CNVT(trans) _MMIO_TRANS(trans, _HSW_AUD_DIG_CNVT_1, _HSW_AUD_DIG_CNVT_2) argument
110 #define HSW_AUD_EDID_DATA(trans) _MMIO_TRANS(trans, _HSW_AUD_EDID_DATA_A, _HSW_AUD_EDID_DATA_B) argument
114 #define AUDIO_INACTIVE(trans) ((1 << 3) << ((trans) * 4)) argument
115 #define AUDIO_OUTPUT_ENABLE(trans) ((1 << 2) << ((trans) * 4)) argument
116 #define AUDIO_CP_READY(trans) ((1 << 1) << ((trans) * 4)) argument
117 #define AUDIO_ELD_VALID(trans) ((1 << 0) << ((trans) * 4)) argument
[all …]
H A Dintel_psr_regs.h12 #define TRANS_EXITLINE(trans) _MMIO_TRANS2((trans), _TRANS_EXITLINE_A) argument
69 #define _EDP_PSR_TRANS_SHIFT(trans) ((trans) == TRANSCODER_EDP ? \ argument
75 #define EDP_PSR_MASK(trans) (TGL_PSR_MASK << \ argument
77 #define EDP_PSR_ERROR(trans) (TGL_PSR_ERROR << \ argument
79 #define EDP_PSR_POST_EXIT(trans) (TGL_PSR_POST_EXIT << \ argument
81 #define EDP_PSR_PRE_ENTRY(trans) (TGL_PSR_PRE_ENTRY << \ argument
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dproc-flags.c44 struct trans { struct
53 static struct trans pr_flag_table[] = argument
H A Dproc-why.c46 struct trans { struct
54 static struct trans pr_why_table[] = argument
H A Dproc-api.c57 struct trans { struct
58 long value; /* The numeric value */
59 char *name; /* The equivalent symbolic value */
60 char *desc; /* Short description of value */
H A Dproc-events.c55 struct trans { struct
56 int value; /* The numeric value */
57 char *name; /* The equivalent symbolic value */
58 char *desc; /* Short description of value */
/openbsd/usr.sbin/mopd/mopd/
H A Dprocess.c46 int trans) in mopProcessInfo()
127 mopSendASV(u_char *dst, u_char *src, struct if_info *ii, int trans) in mopSendASV()
156 mopStartLoad(u_char *dst, u_char *src, struct dllist *dl_rpr, int trans) in mopStartLoad()
235 mopNextLoad(u_char *dst, u_char *src, u_char new_count, int trans) in mopNextLoad()
339 u_char *src, int trans, u_short len) in mopProcessDL()
466 u_char *src, int trans, u_short len) in mopProcessRC()
/openbsd/usr.sbin/mopd/common/
H A Dprint.c91 mopPrintOneline(FILE *fd, u_char *pkt, int trans) in mopPrintOneline()
236 mopPrintHeader(FILE *fd, u_char *pkt, int trans) in mopPrintHeader()
295 mopPrintMopHeader(FILE *fd, u_char *pkt, int trans) in mopPrintMopHeader()
421 int trans) in mopPrintInfo()
H A Dget.c82 mopGetTrans(u_char *pkt, int trans) in mopGetTrans()
98 u_short *proto, int *len, int trans) in mopGetHeader()
118 mopGetLength(u_char *pkt, int trans) in mopGetLength()
H A Dloop-bsd.c42 mopOpenRC(struct if_info *p, int trans) in mopOpenRC()
52 mopOpenDL(struct if_info *p, int trans) in mopOpenDL()
H A Ddevice.c69 deviceOpen(char *ifname, u_short proto, int trans) in deviceOpen()
135 int trans; in deviceInitOne() local
H A Dput.c105 int trans) in mopPutHeader()
133 mopPutLength(u_char *pkt, int trans, u_short len) in mopPutLength()
H A Drc.c33 mopDumpRC(FILE *fd, u_char *pkt, int trans) in mopDumpRC()
H A Ddl.c33 mopDumpDL(FILE *fd, u_char *pkt, int trans) in mopDumpDL()
/openbsd/usr.sbin/mopd/otherOS/
H A Dloop-linux2.c39 mopOpenRC(p, trans) in mopOpenRC() argument
54 mopOpenDL(p, trans) in mopOpenDL() argument
H A Dpf-snit.c79 pfInit(interface, mode, protocol, trans) in pfInit() argument
153 setup_pf(s, prot, trans) in setup_pf() argument
311 pfWrite(fd, buf, len, trans) in pfWrite() argument
H A Dloop.c41 mopOpenRC(p, trans) in mopOpenRC() argument
64 mopOpenDL(p, trans) in mopOpenDL() argument
/openbsd/gnu/gcc/gcc/
H A Dtree-loop-linear.c168 try_interchange_loops (lambda_trans_matrix trans, in try_interchange_loops()
257 lambda_trans_matrix trans; in linear_transform_loops() local
/openbsd/usr.sbin/acme-client/
H A Dhttp.c331 struct httpxfer *trans; in http_open() local
399 http_body_read(const struct http *http, struct httpxfer *trans, size_t *sz) in http_body_read()
494 http_head_parse(const struct http *http, struct httpxfer *trans, size_t *sz) in http_head_parse()
584 http_head_read(const struct http *http, struct httpxfer *trans, size_t *sz) in http_head_read()
/openbsd/usr.sbin/ocspcheck/
H A Dhttp.c334 struct httpxfer *trans; in http_open() local
391 http_body_read(const struct http *http, struct httpxfer *trans, size_t *sz) in http_body_read()
488 http_head_parse(const struct http *http, struct httpxfer *trans, size_t *sz) in http_head_parse()
578 http_head_read(const struct http *http, struct httpxfer *trans, size_t *sz) in http_head_read()
/openbsd/usr.bin/m4/TEST/
H A Dhanoi.m442 define(trans, `ifelse($4,1,`moved($1,$2)', macro
/openbsd/sbin/isakmpd/
H A Dconf.c62 int trans; member
200 conf_parse_line(int trans, char *line, int ln, size_t sz) in conf_parse_line()
259 conf_parse(int trans, char *buf, size_t sz) in conf_parse()
309 conf_get_trans_str(int trans, char *section, char *tag) in conf_get_trans_str()
611 int fd, trans; in conf_reinit() local
/openbsd/sys/dev/ic/
H A Dlsi64854.c378 int trans, resid; in lsi64854_scsi_intr() local
610 int ret, trans, resid = 0; in lsi64854_pp_intr() local
/openbsd/usr.sbin/mopd/moptrace/
H A Dmoptrace.c118 int trans; in mopProcess() local

123