Searched refs:n0 (Results 1 - 3 of 3) sorted by path

/drivers/ata/
H A Dpata_bf54x.c296 unsigned short n0, n6, t6min = 5; local
314 n0 = num_clocks_min(reg_t0min[mode], fsclk);
317 if (t2_reg + teoc_reg < n0)
318 t2_reg = n0 - teoc_reg;
327 n0 = num_clocks_min(pio_t0min[mode], fsclk);
330 if (t2_pio + teoc_pio < n0)
331 t2_pio = n0 - teoc_pio;
375 unsigned short n0, nf, tfmin = 5; local
449 n0 = num_clocks_min(mdma_t0min[mode], fsclk);
452 if (tkw + td < n0)
[all...]
/drivers/isdn/capi/
H A Dcapidrv.c663 static void n0(capidrv_contr *card, capidrv_ncci *ncci) function
702 {ST_NCCI_OUTGOING, ST_NCCI_NONE, EV_NCCI_CONNECT_B3_CONF_ERROR, n0},
725 {ST_NCCI_DISCONNECTED, ST_NCCI_NONE, EV_NCCI_DISCONNECT_B3_RESP, n0},
/drivers/media/tuners/
H A Dmt2063.c714 u32 n, n0; local
743 n0 = DIV_ROUND_UP(f_LO2 - d, f_LO1 - f_LO2);
745 /* Check out all multiples of LO1 from n0 to m_maxLOSpurHarmonic */
746 for (n = n0; n <= pAS_Info->maxH1; ++n) {

Completed in 105 milliseconds