Searched refs:csn (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/clk/renesas/
H A Drcar-cpg-lib.c43 struct cpg_simple_notifier *csn = local
48 csn->saved = readl(csn->reg);
52 writel(csn->saved, csn->reg);
59 struct cpg_simple_notifier *csn)
61 csn->nb.notifier_call = cpg_simple_notifier_call;
62 raw_notifier_chain_register(notifiers, &csn->nb);
94 struct cpg_simple_notifier *csn; local
97 csn
58 cpg_simple_notifier_register(struct raw_notifier_head *notifiers, struct cpg_simple_notifier *csn) argument
133 struct cpg_simple_notifier csn; member in struct:rpc_clock
[all...]
H A Drcar-cpg-lib.h25 struct cpg_simple_notifier *csn);
H A Drcar-gen3-cpg.c415 struct cpg_simple_notifier *csn; local
417 csn = kzalloc(sizeof(*csn), GFP_KERNEL);
418 if (!csn)
421 csn->reg = base + CPG_RCKCR;
427 value = readl(csn->reg) & 0x3f;
434 writel(value, csn->reg);
435 cpg_simple_notifier_register(notifiers, csn);
/linux-master/drivers/bus/
H A Dts-nbus.c31 struct gpio_desc *csn; member in struct:ts_nbus
51 ts_nbus->csn = devm_gpiod_get(&pdev->dev, "ts,csn", GPIOD_OUT_HIGH);
52 if (IS_ERR(ts_nbus->csn))
53 return dev_err_probe(&pdev->dev, PTR_ERR(ts_nbus->csn),
54 "failed to retrieve ts,csn-gpio from dts\n");
99 * The data, csn, strobe and ale lines must be zero'ed to let the FPGA knows a
110 gpiod_set_value_cansleep(ts_nbus->csn, 0);
220 gpiod_set_value_cansleep(ts_nbus->csn, 1);
255 gpiod_set_value_cansleep(ts_nbus->csn,
[all...]
/linux-master/include/linux/
H A Disapnp.h64 int isapnp_cfg_begin(int csn, int device);
87 static inline int isapnp_cfg_begin(int csn, int device) { return -ENODEV; } argument
H A Dnvme-fc.h54 __be32 csn; member in struct:nvme_fc_cmd_iu
/linux-master/drivers/pnp/isapnp/
H A Dcore.c166 static void isapnp_wake(unsigned char csn) argument
168 isapnp_write_byte(0x03, csn);
286 int csn = 0; local
316 csn++;
318 isapnp_write_byte(0x06, csn);
336 if (csn == 255)
343 isapnp_csn_count = csn;
344 return csn;
754 int csn; local
762 for (csn
804 isapnp_cfg_begin(int csn, int logdev) argument
[all...]
/linux-master/kernel/cgroup/
H A Dcpuset.c961 int csn; /* how many cpuset ptrs in csa so far */ local
995 csn = 0;
999 csa[csn++] = &top_cpuset;
1026 csa[csn++] = cp;
1034 for (i = 0; i < csn; i++)
1036 ndoms = csn;
1040 for (i = 0; i < csn; i++) {
1044 for (j = 0; j < csn; j++) {
1049 for (k = 0; k < csn; k++) {
1063 * Convert <csn, cs
[all...]
/linux-master/drivers/nvme/host/
H A Dfc.c46 atomic_t csn; member in struct:nvme_fc_queue
2248 atomic_set(&queue->csn, 0);
2290 atomic_set(&queue->csn, 0);
2748 cmdiu->csn = cpu_to_be32(atomic_inc_return(&queue->csn));
2756 * the csn value? If the command that fails is the Connect,
2758 * post-connect, it's possible a gap in csn may be created.
2761 * that depends on csn order to be delivered on the target
2763 * target to even detect the csn gap as it has no idea when the
2764 * cmd with the csn wa
[all...]

Completed in 370 milliseconds