lcnt              347 drivers/fsi/fsi-master-ast-cf.c 		int rc, lcnt = min(count, 255);
lcnt              350 drivers/fsi/fsi-master-ast-cf.c 				      CMD_IDLE_CLOCKS | (lcnt << CMD_REG_CLEN_SHIFT));
lcnt              353 drivers/fsi/fsi-master-ast-cf.c 		count -= lcnt;
lcnt               59 drivers/i2c/busses/i2c-designware-platdrv.c 			       u16 *hcnt, u16 *lcnt, u32 *sda_hold)
lcnt               76 drivers/i2c/busses/i2c-designware-platdrv.c 		*lcnt = (u16)objs[1].integer.value;
lcnt              522 drivers/i3c/master/dw-i3c-master.c 	u8 hcnt, lcnt;
lcnt              534 drivers/i3c/master/dw-i3c-master.c 	lcnt = DIV_ROUND_UP(core_rate, I3C_BUS_TYP_I3C_SCL_RATE) - hcnt;
lcnt              535 drivers/i3c/master/dw-i3c-master.c 	if (lcnt < SCL_I3C_TIMING_CNT_MIN)
lcnt              536 drivers/i3c/master/dw-i3c-master.c 		lcnt = SCL_I3C_TIMING_CNT_MIN;
lcnt              538 drivers/i3c/master/dw-i3c-master.c 	scl_timing = SCL_I3C_TIMING_HCNT(hcnt) | SCL_I3C_TIMING_LCNT(lcnt);
lcnt              542 drivers/i3c/master/dw-i3c-master.c 		writel(BUS_I3C_MST_FREE(lcnt), master->regs + BUS_FREE_TIMING);
lcnt              544 drivers/i3c/master/dw-i3c-master.c 	lcnt = DIV_ROUND_UP(I3C_BUS_TLOW_OD_MIN_NS, core_period);
lcnt              545 drivers/i3c/master/dw-i3c-master.c 	scl_timing = SCL_I3C_TIMING_HCNT(hcnt) | SCL_I3C_TIMING_LCNT(lcnt);
lcnt              548 drivers/i3c/master/dw-i3c-master.c 	lcnt = DIV_ROUND_UP(core_rate, I3C_BUS_SDR1_SCL_RATE) - hcnt;
lcnt              549 drivers/i3c/master/dw-i3c-master.c 	scl_timing = SCL_EXT_LCNT_1(lcnt);
lcnt              550 drivers/i3c/master/dw-i3c-master.c 	lcnt = DIV_ROUND_UP(core_rate, I3C_BUS_SDR2_SCL_RATE) - hcnt;
lcnt              551 drivers/i3c/master/dw-i3c-master.c 	scl_timing |= SCL_EXT_LCNT_2(lcnt);
lcnt              552 drivers/i3c/master/dw-i3c-master.c 	lcnt = DIV_ROUND_UP(core_rate, I3C_BUS_SDR3_SCL_RATE) - hcnt;
lcnt              553 drivers/i3c/master/dw-i3c-master.c 	scl_timing |= SCL_EXT_LCNT_3(lcnt);
lcnt              554 drivers/i3c/master/dw-i3c-master.c 	lcnt = DIV_ROUND_UP(core_rate, I3C_BUS_SDR4_SCL_RATE) - hcnt;
lcnt              555 drivers/i3c/master/dw-i3c-master.c 	scl_timing |= SCL_EXT_LCNT_4(lcnt);
lcnt              564 drivers/i3c/master/dw-i3c-master.c 	u16 hcnt, lcnt;
lcnt              573 drivers/i3c/master/dw-i3c-master.c 	lcnt = DIV_ROUND_UP(I3C_BUS_I2C_FMP_TLOW_MIN_NS, core_period);
lcnt              574 drivers/i3c/master/dw-i3c-master.c 	hcnt = DIV_ROUND_UP(core_rate, I3C_BUS_I2C_FM_PLUS_SCL_RATE) - lcnt;
lcnt              576 drivers/i3c/master/dw-i3c-master.c 		     SCL_I2C_FMP_TIMING_LCNT(lcnt);
lcnt              579 drivers/i3c/master/dw-i3c-master.c 	lcnt = DIV_ROUND_UP(I3C_BUS_I2C_FM_TLOW_MIN_NS, core_period);
lcnt              580 drivers/i3c/master/dw-i3c-master.c 	hcnt = DIV_ROUND_UP(core_rate, I3C_BUS_I2C_FM_SCL_RATE) - lcnt;
lcnt              582 drivers/i3c/master/dw-i3c-master.c 		     SCL_I2C_FM_TIMING_LCNT(lcnt);
lcnt              585 drivers/i3c/master/dw-i3c-master.c 	writel(BUS_I3C_MST_FREE(lcnt), master->regs + BUS_FREE_TIMING);
lcnt              310 drivers/infiniband/hw/hfi1/sdma.c 	int lcnt = 0;
lcnt              324 drivers/infiniband/hw/hfi1/sdma.c 			lcnt = 0;
lcnt              325 drivers/infiniband/hw/hfi1/sdma.c 		if (lcnt++ > 500) {
lcnt              965 drivers/infiniband/hw/qib/qib_init.c 	u32 pbnum, cnt, lcnt;
lcnt              989 drivers/infiniband/hw/qib/qib_init.c 	for (lcnt = 0; lcnt < 10000U; lcnt++) {
lcnt             1010 drivers/infiniband/hw/qib/qib_init.c 	for (emsecs = lcnt = 0; emsecs <= 5UL; lcnt++) {
lcnt             1016 drivers/infiniband/hw/qib/qib_init.c 	if (lcnt < (emsecs * 1024U))
lcnt             1019 drivers/infiniband/hw/qib/qib_init.c 			    lcnt / (u32) emsecs);
lcnt             4873 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	unsigned int lcnt, ucnt;
lcnt             4886 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		lcnt = 0;
lcnt             4887 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		while ((lcnt + ucnt < ccnt) && (buf[lcnt + ucnt] != '\n')) {
lcnt             4888 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 			lcnt++;
lcnt             4890 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		pr_info("%s %.*s\n", hdw->name, lcnt, buf + ucnt);
lcnt             4891 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		ucnt += lcnt + 1;
lcnt             4198 drivers/scsi/qla2xxx/qla_target.c 			int lcnt = 0, rc;
lcnt             4217 drivers/scsi/qla2xxx/qla_target.c 				lcnt = qpair->lun_cnt;
lcnt             4238 drivers/scsi/qla2xxx/qla_target.c 					if (qp->lun_cnt < lcnt) {
lcnt             4239 drivers/scsi/qla2xxx/qla_target.c 						lcnt = qp->lun_cnt;