Searched refs:pcnt (Results 1 – 8 of 8) sorted by relevance
| /drivers/media/usb/pvrusb2/ |
| A D | pvrusb2-eeprom.c | 41 unsigned pcnt,tcnt; in pvr2_eeprom_fetch() local 77 for (tcnt = 0; tcnt < EEPROM_SIZE; tcnt += pcnt) { in pvr2_eeprom_fetch() 78 pcnt = 16; in pvr2_eeprom_fetch() 79 if (pcnt + tcnt > EEPROM_SIZE) pcnt = EEPROM_SIZE-tcnt; in pvr2_eeprom_fetch() 87 msg[1].len = pcnt; in pvr2_eeprom_fetch()
|
| A D | pvrusb2-hdw.c | 3336 unsigned pcnt,tcnt; in pvr2_full_eeprom_fetch() local 3372 for (tcnt = 0; tcnt < EEPROM_SIZE; tcnt += pcnt) { in pvr2_full_eeprom_fetch() 3373 pcnt = 16; in pvr2_full_eeprom_fetch() 3374 if (pcnt + tcnt > EEPROM_SIZE) pcnt = EEPROM_SIZE-tcnt; in pvr2_full_eeprom_fetch() 3382 msg[1].len = pcnt; in pvr2_full_eeprom_fetch()
|
| /drivers/ntb/test/ |
| A D | ntb_perf.c | 192 int pcnt; member 489 for (pidx = 0; pidx < perf->pcnt; pidx++) { in perf_link_event() 678 mask = GENMASK_ULL(perf->pcnt, 0); in perf_init_service() 755 for (pidx = 0; pidx < perf->pcnt; pidx++) in perf_disable_service() 758 for (pidx = 0; pidx < perf->pcnt; pidx++) in perf_disable_service() 761 for (pidx = 0; pidx < perf->pcnt; pidx++) { in perf_disable_service() 1212 for (pidx = 0; pidx < perf->pcnt; pidx++) { in perf_dbgfs_read_info() 1296 if (pidx < 0 || pidx >= perf->pcnt) in perf_dbgfs_write_run() 1396 perf->pcnt = ntb_peer_port_count(ntb); in perf_create_data() 1443 for (pidx = 0; pidx < perf->pcnt; pidx++) { in perf_init_peers() [all …]
|
| A D | ntb_pingpong.c | 294 int pidx, lport, pcnt; in pp_init_flds() local 298 pcnt = ntb_peer_port_count(pp->ntb); in pp_init_flds() 299 for (pidx = 0; pidx < pcnt; pidx++) { in pp_init_flds() 306 pp->nmask = GENMASK_ULL(pcnt - 1, pidx); in pp_init_flds()
|
| /drivers/scsi/qla2xxx/ |
| A D | qla_edif.c | 944 int32_t pcnt = 0; in qla_edif_app_getfcinfo() local 979 if (pcnt >= app_req.num_ports) in qla_edif_app_getfcinfo() 1004 app_reply->ports[pcnt].remote_type = in qla_edif_app_getfcinfo() 1043 pcnt++; in qla_edif_app_getfcinfo() 1048 app_reply->port_count = pcnt; in qla_edif_app_getfcinfo() 1077 uint32_t pcnt = 0; in qla_edif_app_getstats() local 1104 if (pcnt >= app_req.num_ports) in qla_edif_app_getstats() 1109 app_reply->elem[pcnt].tx_bytes = in qla_edif_app_getstats() 1111 app_reply->elem[pcnt].rx_bytes = in qla_edif_app_getstats() 1117 pcnt++; in qla_edif_app_getstats() [all …]
|
| /drivers/s390/net/ |
| A D | qeth_core_sys.c | 121 limit = (card->ssqd.pcnt ? card->ssqd.pcnt - 1 : card->ssqd.pcnt); in qeth_dev_portno_store()
|
| /drivers/net/ethernet/pasemi/ |
| A D | pasemi_mac.c | 628 unsigned int reg, pcnt; in pasemi_mac_restart_rx_intr() local 633 pcnt = *rx->chan.status & PAS_STATUS_PCNT_M; in pasemi_mac_restart_rx_intr() 635 reg = PAS_IOB_DMA_RXCH_RESET_PCNT(pcnt) | PAS_IOB_DMA_RXCH_RESET_PINTC; in pasemi_mac_restart_rx_intr() 645 unsigned int reg, pcnt; in pasemi_mac_restart_tx_intr() local 648 pcnt = *tx_ring(mac)->chan.status & PAS_STATUS_PCNT_M; in pasemi_mac_restart_tx_intr() 650 reg = PAS_IOB_DMA_TXCH_RESET_PCNT(pcnt) | PAS_IOB_DMA_TXCH_RESET_PINTC; in pasemi_mac_restart_tx_intr()
|
| /drivers/gpu/drm/msm/dsi/phy/ |
| A D | dsi_phy.c | 29 s32 ui, s32 coeff, s32 pcnt) in dsi_dphy_timing_calc_clk_zero() argument 39 clk_z = linear_inter(2 * tmin, tmin, pcnt, 0, true); in dsi_dphy_timing_calc_clk_zero() 42 clk_z = linear_inter(tmax, tmin, pcnt, 0, true); in dsi_dphy_timing_calc_clk_zero()
|
Completed in 29 milliseconds