Home
last modified time | relevance | path

Searched refs:nth (Results 1 – 6 of 6) sorted by relevance

/drivers/clk/
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
/drivers/net/usb/
A Dcdc_ncm.c1210 } nth; in cdc_ncm_fill_tx_frame() local
1284 nth.nth16->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()
1290 nth.nth32->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame()
1408 nth.nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame()
1410 nth.nth16->wNdpIndex = cpu_to_le16(skb_out->len); in cdc_ncm_fill_tx_frame()
1416 nth.nth32 = (struct usb_cdc_ncm_nth32 *)skb_out->data; in cdc_ncm_fill_tx_frame()
1418 nth.nth32->dwNdpIndex = cpu_to_le32(skb_out->len); in cdc_ncm_fill_tx_frame()
1446 nth.nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame()
1447 nth.nth16->wBlockLength = cpu_to_le16(skb_out->len); in cdc_ncm_fill_tx_frame()
1449 nth.nth32 = (struct usb_cdc_ncm_nth32 *)skb_out->data; in cdc_ncm_fill_tx_frame()
[all …]
/drivers/usb/renesas_usbhs/
A Dmod_gadget.c410 int nth = le16_to_cpu(ctrl->wIndex) & USB_ENDPOINT_NUMBER_MASK; in usbhsg_recip_run_handle() local
416 uep = usbhsg_gpriv_to_nth_uep(gpriv, nth); in usbhsg_recip_run_handle()
443 dev_dbg(dev, "%s (pipe %d :%s)\n", handler->name, nth, msg); in usbhsg_recip_run_handle()
/drivers/iommu/iommufd/
A Dselftest.c78 unsigned int nth = syz->nth_area; in __iommufd_test_syz_conv_iova() local
84 if (nth == 0) { in __iommufd_test_syz_conv_iova()
88 nth--; in __iommufd_test_syz_conv_iova()
/drivers/net/dsa/mv88e6xxx/
A Dchip.c6949 int num_tx, int nth) in mv88e6xxx_lag_set_port_mask() argument
6955 if (nth < num_tx) in mv88e6xxx_lag_set_port_mask()
6956 active = mv88e6xxx_lag_mask_table[num_tx - 1][nth]; in mv88e6xxx_lag_set_port_mask()
6970 int i, err, nth; in mv88e6xxx_lag_sync_masks() local
7005 nth = 0; in mv88e6xxx_lag_sync_masks()
7012 num_tx, nth); in mv88e6xxx_lag_sync_masks()
7014 nth++; in mv88e6xxx_lag_sync_masks()
/drivers/scsi/
A Dscsi_debug.c7888 int nth; in every_nth_store() local
7893 if (kstrtoint(work + 2, 16, &nth) == 0) in every_nth_store()
7896 if (kstrtoint(work, 10, &nth) == 0) in every_nth_store()
7903 sdebug_every_nth = nth; in every_nth_store()
7904 if (nth && !sdebug_statistics) { in every_nth_store()

Completed in 52 milliseconds