Lines Matching refs:f
258 #define SEND_SETF(p,b,c,d,e,f,g) sendcmd(p,PARM,SETF|WORD1(b)|BYTE3(c),d|BYTE1(e)|BYTE2(f)|BYTE3(… argument
265 #define SEND_LSEL(p,b,c,d,e,f,g,h) sendcmd(p,PARM,LSEL|BYTE1(b)|BYTE2(c)|BYTE3(d),BYTE0(e)|BYTE1(f)… argument
276 #define SEND_TXAC(p,b,c,d,e,f) sendcmd(p,PARM,TXAC|BYTE1(b)|WORD2(c),WORD0(d)|BYTE2(e)|BYTE3(f)… argument
1491 unsigned int i, j, size, pages, f, pt, period; in snd_riptide_prepare() local
1496 f = PAGE_SIZE; in snd_riptide_prepare()
1497 while ((size + (f >> 1) - 1) <= (f << 7) && (f << 1) > period) in snd_riptide_prepare()
1498 f = f >> 1; in snd_riptide_prepare()
1499 pages = (size + f - 1) / f; in snd_riptide_prepare()
1504 size, pages, f, period); in snd_riptide_prepare()
1519 pt = (pt + f) % PAGE_SIZE; in snd_riptide_prepare()
1522 c->dwSegLen = cpu_to_le32(f); in snd_riptide_prepare()
1527 size -= f; in snd_riptide_prepare()