Home
last modified time | relevance | path

Searched defs:L (Results 1 – 22 of 22) sorted by relevance

/linux-2.4.37.9/drivers/ide/pci/
Daec62xx.h61 #define LOW_4(L) ((L)=(L-((L>>4)<<4))) argument
64 #define SPLIT_BYTE(B,H,L) ((H)=(B>>4), (L)=(B-((B>>4)<<4))) argument
Dhpt34x.h11 #define SPLIT_BYTE(B,H,L) ((H)=(B>>4), (L)=(B-((B>>4)<<4))) argument
Dcmd64x.h19 #define SPLIT_BYTE(B,H,L) ((H)=(B>>4), (L)=(B-((B>>4)<<4))) argument
Dpdc202xx_new.h11 #define SPLIT_BYTE(B,H,L) ((H)=(B>>4), (L)=(B-((B>>4)<<4))) argument
Dpdc202xx_old.h11 #define SPLIT_BYTE(B,H,L) ((H)=(B>>4), (L)=(B-((B>>4)<<4))) argument
/linux-2.4.37.9/net/sched/
Dpolice.c34 #define L2T(p,L) ((p)->R_tab->data[(L)>>(p)->R_tab->rate.cell_log]) argument
35 #define L2T_P(p,L) ((p)->P_tab->data[(L)>>(p)->P_tab->rate.cell_log]) argument
Dsch_tbf.c135 #define L2T(q,L) ((q)->R_tab->data[(L)>>(q)->R_tab->rate.cell_log]) argument
136 #define L2T_P(q,L) ((q)->P_tab->data[(L)>>(q)->P_tab->rate.cell_log]) argument
Dsch_htb.c105 #define HTB_DBG_COND(S,L) (((q->debug>>(2*S))&3) >= L) argument
106 #define HTB_DBG(S,L,FMT,ARG...) if (HTB_DBG_COND(S,L)) \ argument
122 #define HTB_DBG_COND(S,L) (0) argument
123 #define HTB_DBG(S,L,FMT,ARG...) argument
Dsch_csz.c255 #define L2R(f,L) ((f)->L_tab[(L)>>(f)->slice.cell_log]) argument
/linux-2.4.37.9/arch/m68k/kernel/
Dhead.S382 #define L(name) .head.S.##name macro
384 #define L(name) .head.S./**/name macro
388 #define L(name) .L##name macro
390 #define L(name) .L/**/name macro
/linux-2.4.37.9/crypto/
Dwp512.c780 u64 L[8]; in wp512_process_buffer() local
/linux-2.4.37.9/drivers/acorn/scsi/
Dcumana_1.c216 #define L(v) (((v)<<16)|((v) & 0x0000ffff)) macro
/linux-2.4.37.9/drivers/scsi/
Dconstants.c175 #define L 0x0004 /* PRINTER DEVICE */ macro
/linux-2.4.37.9/drivers/video/
Dnewport_con.c276 #define L(a) (char)('A'+(a)) in newport_get_revisions() macro
/linux-2.4.37.9/drivers/net/
Dstrip.c466 #define has_prefix(T,L,P) (((L) >= sizeof(P)-1) && !strncmp((T), (P), sizeof(P)-1)) argument
469 #define text_equal(T,L,S) (((L) == sizeof(S)-1) && !strncmp((T), (S), sizeof(S)-1)) argument
Darlan.h74 #define IFDEBUG( L ) if ( (L) & arlan_debug ) argument
/linux-2.4.37.9/drivers/char/ip2/
Di2ellis.h101 #define L(c) ((c & 0x08) >> 3) macro
/linux-2.4.37.9/arch/ppc/xmon/
Dppc-opc.c231 #define L (29) macro
/linux-2.4.37.9/arch/ppc64/xmon/
Dppc-opc.c231 #define L (29) macro
/linux-2.4.37.9/drivers/video/sti/
Dstifb.c388 #define IBOvals(R,M,X,S,D,L,B,F) \ argument
/linux-2.4.37.9/drivers/net/wan/
Dfarsync.c503 #define FST_WRL(C,E,L) writel ((L), (C)->mem + WIN_OFFSET(E)) argument
/linux-2.4.37.9/include/linux/
Dreiserfs_fs.h1416 struct buffer_head * L[MAX_HEIGHT]; /* array of left neighbors of nodes in the path */ member