Home
last modified time | relevance | path

Searched defs:nth (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/clk/
H A Dclk-cs2000-cp.c24 #define Ratio_Add(x, nth) (6 + (x * 4) + (nth)) argument
25 #define Ratio_Val(x, nth) ((x >> (24 - (8 * nth))) & 0xFF) argument
26 #define Val_Ratio(x, nth) ((x & 0xFF) << (24 - (8 * nth))) argument
/linux/include/uapi/linux/netfilter/
H A Dxt_statistic.h32 } nth; member
/linux/drivers/net/usb/
H A Dcdc_ncm.c1210 } nth; in cdc_ncm_fill_tx_frame() local
/linux/drivers/scsi/
H A Dscsi_debug.c7917 int nth; in every_nth_store() local