Home
last modified time | relevance | path

Searched refs:EXTRACT (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/alpha/kernel/
Derr_marvel.c114 packet_desc[EXTRACT(err_cyc, IO7__ERR_CYC__PACKET)], in marvel_print_err_cyc()
117 EXTRACT(err_cyc, IO7__ERR_CYC__CYCLE), in marvel_print_err_cyc()
134 err_print_prefix, EXTRACT(crrct_sym, IO7__PO7_CRRCT_SYM__SYN)); in marvel_print_po7_crrct_sym()
135 marvel_print_err_cyc(EXTRACT(crrct_sym, IO7__PO7_CRRCT_SYM__ERR_CYC)); in marvel_print_po7_crrct_sym()
188 if (EXTRACT(valid_mask, IO7__PO7_UNCRR_SYM__SYN)) in marvel_print_po7_uncrr_sym()
191 EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__SYN)); in marvel_print_po7_uncrr_sym()
193 if (EXTRACT(valid_mask, IO7__PO7_UNCRR_SYM__ERR_CYC)) in marvel_print_po7_uncrr_sym()
194 marvel_print_err_cyc(EXTRACT(uncrr_sym, in marvel_print_po7_uncrr_sym()
197 scratch = EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__CLK); in marvel_print_po7_uncrr_sym()
231 if ((scratch = EXTRACT(uncrr_sym, IO7__PO7_UNCRR_SYM__VICTIM_SP))) { in marvel_print_po7_uncrr_sym()
[all …]
Derr_titan.c45 nxs = EXTRACT(c_misc, TITAN__CCHIP_MISC__NXS); in titan_parse_c_misc()
122 serror_src[EXTRACT(serror, TITAN__PCHIP_SERROR__SRC)], in titan_parse_p_serror()
123 serror_cmd[EXTRACT(serror, TITAN__PCHIP_SERROR__CMD)], in titan_parse_p_serror()
124 (unsigned)EXTRACT(serror, TITAN__PCHIP_SERROR__SYN), in titan_parse_p_serror()
125 EXTRACT(serror, TITAN__PCHIP_SERROR__ADDR)); in titan_parse_p_serror()
191 cmd = EXTRACT(perror, TITAN__PCHIP_PERROR__CMD); in titan_parse_p_perror()
192 addr = EXTRACT(perror, TITAN__PCHIP_PERROR__ADDR) << 2; in titan_parse_p_perror()
320 cmd = EXTRACT(agperror, TITAN__PCHIP_AGPERROR__CMD); in titan_parse_p_agperror()
321 addr = EXTRACT(agperror, TITAN__PCHIP_AGPERROR__ADDR) << 3; in titan_parse_p_agperror()
322 len = EXTRACT(agperror, TITAN__PCHIP_AGPERROR__LEN); in titan_parse_p_agperror()
Derr_ev6.c136 source = EXTRACT(c_stat, EV6__C_STAT__SOURCE); in ev6_parse_cbox()
137 stream = EXTRACT(c_stat, EV6__C_STAT__ISTREAM); in ev6_parse_cbox()
138 bits = EXTRACT(c_stat, EV6__C_STAT__DOUBLE); in ev6_parse_cbox()
Derr_impl.h38 #define EXTRACT(u, f) (((u) >> f##__S) & f##__M) macro
/linux-2.6.39/fs/afs/
Dfsclient.c46 #define EXTRACT(DST) \ in xdr_decode_AFSFetchStatus() macro
54 EXTRACT(status->type); in xdr_decode_AFSFetchStatus()
55 EXTRACT(status->nlink); in xdr_decode_AFSFetchStatus()
58 EXTRACT(status->author); in xdr_decode_AFSFetchStatus()
59 EXTRACT(status->owner); in xdr_decode_AFSFetchStatus()
60 EXTRACT(status->caller_access); /* call ticket dependent */ in xdr_decode_AFSFetchStatus()
61 EXTRACT(status->anon_access); in xdr_decode_AFSFetchStatus()
62 EXTRACT(status->mode); in xdr_decode_AFSFetchStatus()
63 EXTRACT(status->parent.vnode); in xdr_decode_AFSFetchStatus()
64 EXTRACT(status->parent.unique); in xdr_decode_AFSFetchStatus()
[all …]