Home
last modified time | relevance | path

Searched refs:opcnt (Results 1 – 3 of 3) sorted by relevance

/drivers/bus/
A Dhisi_lpc.c103 unsigned char *buf, unsigned long opcnt) in hisi_lpc_target_in() argument
110 if (!buf || !opcnt || !para || !para->csize || !lpcdev) in hisi_lpc_target_in()
123 writel_relaxed(opcnt, lpcdev->membase + LPC_REG_OP_LEN); in hisi_lpc_target_in()
137 readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt); in hisi_lpc_target_in()
156 const unsigned char *buf, unsigned long opcnt) in hisi_lpc_target_out() argument
163 if (!buf || !opcnt || !para || !lpcdev) in hisi_lpc_target_out()
176 writel_relaxed(opcnt, lpcdev->membase + LPC_REG_OP_LEN); in hisi_lpc_target_out()
180 writesb(lpcdev->membase + LPC_REG_WDATA, buf, opcnt); in hisi_lpc_target_out()
/drivers/infiniband/core/
A Dcounters.c627 bool *opcnt) in rdma_counter_get_mode() argument
634 *opcnt = port_counter->mode.bind_opcnt; in rdma_counter_get_mode()
A Dnldev.c2033 bool opcnt = false; in nldev_stat_set_mode_doit() local
2042 opcnt = !!nla_get_u8( in nldev_stat_set_mode_doit()
2050 return rdma_counter_set_auto_mode(device, port, mask, opcnt, in nldev_stat_set_mode_doit()
2370 bool opcnt; in stat_get_doit_qp() local
2406 ret = rdma_counter_get_mode(device, port, &mode, &mask, &opcnt); in stat_get_doit_qp()
2424 nla_put_u8(msg, RDMA_NLDEV_ATTR_STAT_OPCOUNTER_ENABLED, opcnt)) { in stat_get_doit_qp()

Completed in 15 milliseconds