Lines Matching refs:f
244 #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
251 #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
262 #define SEND_TXAC(p,b,c,d,e,f) sendcmd(p,PARM,TXAC|BYTE1(b)|WORD2(c),WORD0(d)|BYTE2(e)|BYTE3(f)… argument
1476 unsigned int i, j, size, pages, f, pt, period; in snd_riptide_prepare() local
1481 f = PAGE_SIZE; in snd_riptide_prepare()
1482 while ((size + (f >> 1) - 1) <= (f << 7) && (f << 1) > period) in snd_riptide_prepare()
1483 f = f >> 1; in snd_riptide_prepare()
1484 pages = DIV_ROUND_UP(size, f); in snd_riptide_prepare()
1489 size, pages, f, period); in snd_riptide_prepare()
1504 pt = (pt + f) % PAGE_SIZE; in snd_riptide_prepare()
1507 c->dwSegLen = cpu_to_le32(f); in snd_riptide_prepare()
1512 size -= f; in snd_riptide_prepare()