Searched refs:lcnt (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/i3c/master/ |
| H A D | dw-i3c-master.c | 565 u8 hcnt, lcnt; in dw_i3c_clk_cfg() local 577 lcnt = DIV_ROUND_UP(core_rate, master->base.bus.scl_rate.i3c) - hcnt; in dw_i3c_clk_cfg() 578 if (lcnt < SCL_I3C_TIMING_CNT_MIN) in dw_i3c_clk_cfg() 579 lcnt = SCL_I3C_TIMING_CNT_MIN; in dw_i3c_clk_cfg() 581 scl_timing = SCL_I3C_TIMING_HCNT(hcnt) | SCL_I3C_TIMING_LCNT(lcnt); in dw_i3c_clk_cfg() 590 writel(BUS_I3C_MST_FREE(lcnt), master->regs + BUS_FREE_TIMING); in dw_i3c_clk_cfg() 591 master->bus_free_timing = BUS_I3C_MST_FREE(lcnt); in dw_i3c_clk_cfg() 594 lcnt = max_t(u8, in dw_i3c_clk_cfg() 595 DIV_ROUND_UP(I3C_BUS_TLOW_OD_MIN_NS, core_period), lcnt); in dw_i3c_clk_cfg() 596 scl_timing = SCL_I3C_TIMING_HCNT(hcnt) | SCL_I3C_TIMING_LCNT(lcnt); in dw_i3c_clk_cfg() 617 u16 hcnt, lcnt; dw_i2c_clk_cfg() local [all...] |
| /linux/kernel/trace/ |
| H A D | pid_list.c | 346 int lcnt = 0; in pid_list_refill_irq() local 378 lcnt++; in pid_list_refill_irq() 391 pid_list->free_lower_chunks += lcnt; in pid_list_refill_irq()
|
| /linux/drivers/hid/intel-thc-hid/intel-thc/ |
| H A D | intel-thc-dev.h | 125 const u32 speed, const u32 hcnt, const u32 lcnt);
|
| H A D | intel-thc-dev.c | 1379 const u32 hcnt, const u32 lcnt) in thc_i2c_subip_set_speed() argument 1411 ret = thc_i2c_subip_pio_write(dev, lcnt_offset, sizeof(u32), &lcnt); in thc_i2c_subip_set_speed() 1454 const u32 speed, const u32 hcnt, const u32 lcnt) in thc_i2c_subip_init() argument 1479 ret = thc_i2c_subip_set_speed(dev, speed, hcnt, lcnt); in thc_i2c_subip_init()
|
| /linux/drivers/fsi/ |
| H A D | fsi-master-ast-cf.c | 347 int rc, lcnt = min(count, 255); in clock_zeros() local 350 CMD_IDLE_CLOCKS | (lcnt << CMD_REG_CLEN_SHIFT)); in clock_zeros() 353 count -= lcnt; in clock_zeros()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-designware-common.c | 280 u16 *hcnt, u16 *lcnt, u32 *sda_hold) in i2c_dw_acpi_params() argument 297 *lcnt = (u16)objs[1].integer.value; in i2c_dw_acpi_params()
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-hdw.c | 4885 unsigned int lcnt, ucnt; in pvr2_hdw_state_log_state() local 4898 lcnt = 0; in pvr2_hdw_state_log_state() 4899 while ((lcnt + ucnt < ccnt) && (buf[lcnt + ucnt] != '\n')) { in pvr2_hdw_state_log_state() 4900 lcnt++; in pvr2_hdw_state_log_state() 4902 pr_info("%s %.*s\n", hdw->name, lcnt, buf + ucnt); in pvr2_hdw_state_log_state() 4903 ucnt += lcnt + 1; in pvr2_hdw_state_log_state()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | sdma.c | 268 int lcnt = 0; in sdma_wait_for_packet_egress() local 282 lcnt = 0; in sdma_wait_for_packet_egress() 283 if (lcnt++ > 500) { in sdma_wait_for_packet_egress()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_target.c | 4524 int lcnt = 0, rc; in qlt_assign_qpair() local 4543 lcnt = qpair->lun_cnt; in qlt_assign_qpair() 4564 if (qp->lun_cnt < lcnt) { in qlt_assign_qpair() 4565 lcnt = qp->lun_cnt; in qlt_assign_qpair()
|