Searched refs:SG_LEN (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | i810_audio.c | 146 #define SG_LEN 32 macro 151 struct sg_item sg[SG_LEN]; /* 32*8 */ 487 #define GET_CIV(card, port) MODULOP2(I810_IOREADB((card), (port) + OFF_CIV), SG_LEN) 488 #define GET_LVI(card, port) MODULOP2(I810_IOREADB((card), (port) + OFF_LVI), SG_LEN) 492 I810_IOWRITEB(MODULOP2(GET_CIV((card), (port)) + (off), SG_LEN), (card), (port) + OFF_LVI) 989 dmabuf->numfrag = SG_LEN; in prog_dmabuf()
|
D | ali5455.c | 135 #define SG_LEN 32 macro 139 struct sg_item sg[SG_LEN]; /* 32*8 */ 1013 dmabuf->numfrag = SG_LEN; in prog_dmabuf()
|