Home
last modified time | relevance | path

Searched refs:pcnt (Results 1 – 8 of 8) sorted by relevance

/drivers/media/usb/pvrusb2/
Dpvrusb2-eeprom.c41 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()
Dpvrusb2-hdw.c3334 unsigned pcnt,tcnt; in pvr2_full_eeprom_fetch() local
3370 for (tcnt = 0; tcnt < EEPROM_SIZE; tcnt += pcnt) { in pvr2_full_eeprom_fetch()
3371 pcnt = 16; in pvr2_full_eeprom_fetch()
3372 if (pcnt + tcnt > EEPROM_SIZE) pcnt = EEPROM_SIZE-tcnt; in pvr2_full_eeprom_fetch()
3380 msg[1].len = pcnt; in pvr2_full_eeprom_fetch()
/drivers/ntb/test/
Dntb_perf.c192 int pcnt; member
318 for (*pidx = 0; *pidx < perf->pcnt; (*pidx)++) { in perf_spad_cmd_recv()
489 for (pidx = 0; pidx < perf->pcnt; pidx++) { in perf_link_event()
662 if (ntb_peer_mw_count(perf->ntb) < perf->pcnt) { in perf_init_service()
678 mask = GENMASK_ULL(perf->pcnt, 0); in perf_init_service()
679 if (ntb_spad_count(perf->ntb) >= PERF_SPAD_CNT(perf->pcnt) && 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()
1214 for (pidx = 0; pidx < perf->pcnt; pidx++) { in perf_dbgfs_read_info()
[all …]
Dntb_pingpong.c295 int pidx, lport, pcnt; in pp_init_flds() local
299 pcnt = ntb_peer_port_count(pp->ntb); in pp_init_flds()
300 for (pidx = 0; pidx < pcnt; pidx++) { in pp_init_flds()
307 pp->nmask = GENMASK_ULL(pcnt - 1, pidx); in pp_init_flds()
/drivers/scsi/qla2xxx/
Dqla_edif.c863 int32_t pcnt = 0; in qla_edif_app_getfcinfo() local
894 if (pcnt >= app_req.num_ports) in qla_edif_app_getfcinfo()
900 app_reply->ports[pcnt].rekey_count = in qla_edif_app_getfcinfo()
917 app_reply->ports[pcnt].remote_type = in qla_edif_app_getfcinfo()
920 app_reply->ports[pcnt].remote_type |= in qla_edif_app_getfcinfo()
923 app_reply->ports[pcnt].remote_type |= in qla_edif_app_getfcinfo()
926 app_reply->ports[pcnt].remote_pid = fcport->d_id; in qla_edif_app_getfcinfo()
930 fcport->node_name, fcport->port_name, pcnt, in qla_edif_app_getfcinfo()
937 app_reply->ports[pcnt].auth_state = in qla_edif_app_getfcinfo()
940 app_reply->ports[pcnt].auth_state = in qla_edif_app_getfcinfo()
[all …]
/drivers/s390/net/
Dqeth_core_sys.c121 limit = (card->ssqd.pcnt ? card->ssqd.pcnt - 1 : card->ssqd.pcnt); in qeth_dev_portno_store()
/drivers/net/ethernet/pasemi/
Dpasemi_mac.c628 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/
Ddsi_phy.c29 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()