Home
last modified time | relevance | path

Searched full:csn (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/clk/renesas/
H A Drcar-cpg-lib.c43 struct cpg_simple_notifier *csn = in cpg_simple_notifier_call() local
48 csn->saved = readl(csn->reg); in cpg_simple_notifier_call()
52 writel(csn->saved, csn->reg); in cpg_simple_notifier_call()
59 struct cpg_simple_notifier *csn) in cpg_simple_notifier_register() argument
61 csn->nb.notifier_call = cpg_simple_notifier_call; in cpg_simple_notifier_register()
62 raw_notifier_chain_register(notifiers, &csn->nb); in cpg_simple_notifier_register()
94 struct cpg_simple_notifier *csn; in cpg_sdh_clk_register() local
97 csn = kzalloc_obj(*csn); in cpg_sdh_clk_register()
98 if (!csn) in cpg_sdh_clk_register()
101 csn->reg = sdnckcr; in cpg_sdh_clk_register()
[all …]
H A Drcar-gen3-cpg.c411 struct cpg_simple_notifier *csn; in rcar_gen3_cpg_clk_register() local
413 csn = kzalloc_obj(*csn); in rcar_gen3_cpg_clk_register()
414 if (!csn) in rcar_gen3_cpg_clk_register()
417 csn->reg = base + CPG_RCKCR; in rcar_gen3_cpg_clk_register()
423 value = readl(csn->reg) & 0x3f; in rcar_gen3_cpg_clk_register()
430 writel(value, csn->reg); in rcar_gen3_cpg_clk_register()
431 cpg_simple_notifier_register(notifiers, csn); in rcar_gen3_cpg_clk_register()
H A Drcar-cpg-lib.h25 struct cpg_simple_notifier *csn);
/linux/drivers/pnp/isapnp/
H A Dcore.c167 static void isapnp_wake(unsigned char csn) in isapnp_wake() argument
169 isapnp_write_byte(0x03, csn); in isapnp_wake()
258 /* Control: reset CSN and conditionally everything else too */ in isapnp_isolate_rdp_select()
279 * Isolate (assign uniqued CSN) to all ISA PnP devices.
287 int csn = 0; in isapnp_isolate() local
317 csn++; in isapnp_isolate()
319 isapnp_write_byte(0x06, csn); in isapnp_isolate()
337 if (csn == 255) in isapnp_isolate()
344 isapnp_csn_count = csn; in isapnp_isolate()
345 return csn; in isapnp_isolate()
[all …]
/linux/arch/sh/include/mach-common/mach/
H A Dsh2007.h58 /* address setup before assert CSn for SRAM (0-7:0,1,2,3,4,5,6,7) */
61 /* address hold after negate CSn for SRAM (0-7:0,1,2,3,4,5,6,7) */
64 /* CSn assert to RD assert delay for SRAM (0-7:0,1,2,3,4,5,6,7) */
67 /* RD negate to CSn negate delay for SRAM (0-7:0,1,2,3,4,5,6,7) */
70 /* CSn assert to WE assert delay for SRAM (0-7:0,1,2,3,4,5,6,7) */
73 /* WE negate to CSn negate delay for SRAM (0-7:0,1,2,3,4,5,6,7) */
/linux/Documentation/devicetree/bindings/bus/
H A Dts-nbus.txt12 - ts,csn-gpios : The GPIO pin connected to the csn line on the FPGA
39 ts,csn-gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
/linux/kernel/cgroup/
H A Dcpuset-v1.c634 int csn; /* how many cpuset ptrs in csa so far */ in cpuset1_generate_sched_domains() local
670 csn = 0; in cpuset1_generate_sched_domains()
693 csa[csn++] = cp; in cpuset1_generate_sched_domains()
701 for (i = 0; i < csn; i++) in cpuset1_generate_sched_domains()
705 for (i = 0; i < csn; i++) { in cpuset1_generate_sched_domains()
706 for (j = i + 1; j < csn; j++) { in cpuset1_generate_sched_domains()
713 for (i = 0; i < csn; i++) { in cpuset1_generate_sched_domains()
720 * Convert <csn, csa> to <ndoms, doms> and populate cpu masks. in cpuset1_generate_sched_domains()
732 for (nslot = 0, i = 0; i < csn; i++) { in cpuset1_generate_sched_domains()
734 for (j = i; j < csn; j++) { in cpuset1_generate_sched_domains()
/linux/drivers/pinctrl/
H A Dpinctrl-ep93xx.c120 PINCTRL_PIN(1, "CSn[7]"),
121 PINCTRL_PIN(2, "CSn[6]"),
122 PINCTRL_PIN(3, "CSn[3]"),
123 PINCTRL_PIN(4, "CSn[2]"),
124 PINCTRL_PIN(5, "CSn[1]"),
245 PINCTRL_PIN(126, "CSn[0]"),
381 PINCTRL_PIN(0, "CSn[1]"), /* A1 */
382 PINCTRL_PIN(1, "CSn[7]"), /* A2 */
400 PINCTRL_PIN(18, "CSn[2]"), /* B2 */
401 PINCTRL_PIN(19, "CSn[6]"), /* B3 */
[all …]
/linux/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; } in isapnp_cfg_begin() argument
H A Dnvme-fc.h54 __be32 csn; member
H A Dfsl_ifc.h189 /* CSn is READY */
/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-ac5.c79 MPP_FUNCTION(1, "spi0", "csn")),
113 MPP_FUNCTION(3, "spi1", "csn"),
H A Dpinctrl-armada-cp110.c188 MPP_FUNCTION(8, "mss_spi", "csn")),
318 MPP_FUNCTION(3, "mss_spi", "csn"),
/linux/scripts/
H A Dgfp-translate4 # (c) 2009, Mel Gorman <mel@csn.ul.ie>
/linux/Documentation/devicetree/bindings/iio/resolver/
H A Dadi,ad2s1210.yaml46 SPI CSn output of the SPI controller.
/linux/drivers/nvme/host/
H A Dfc.c45 atomic_t csn; member
2218 atomic_set(&queue->csn, 0); in nvme_fc_init_queue()
2260 atomic_set(&queue->csn, 0); in nvme_fc_free_queue()
2713 cmdiu->csn = cpu_to_be32(atomic_inc_return(&queue->csn)); in nvme_fc_start_fcp_op()
2721 * the csn value? If the command that fails is the Connect, in nvme_fc_start_fcp_op()
2723 * post-connect, it's possible a gap in csn may be created. in nvme_fc_start_fcp_op()
2726 * that depends on csn order to be delivered on the target in nvme_fc_start_fcp_op()
2728 * target to even detect the csn gap as it has no idea when the in nvme_fc_start_fcp_op()
2729 * cmd with the csn was supposed to arrive. in nvme_fc_start_fcp_op()
/linux/sound/pci/ice1712/
H A Dprodigy192.c28 * CSN (pin 35) -- GPIO8 pin 75
415 * CSN (pin 35) -- GPIO8 pin 75
H A Drevo.c360 * CSN (pin 35) -- GPIO7 pin 59
H A Dprodigy_hifi.c98 #define AK4396_CSN (1 << 8) /* CSN->GPIO8, pin 75 */
/linux/Documentation/networking/
H A Doa-tc6-framework.rst53 SPI transactions are initiated by the SPI host with the assertion of CSn
54 low to the MAC-PHY and ends with the deassertion of CSn high. In between
/linux/include/uapi/linux/
H A Di2o-dev.h152 __u8 CSN; member
/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood.dtsi94 * Default SPI0 pinctrl setting with CSn on mpp0,
/linux/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl14 # Author: Mel Gorman <mel@csn.ul.ie>
H A Dtrace-vmscan-postprocess.pl12 # Author: Mel Gorman <mel@csn.ul.ie>
/linux/Documentation/sound/cards/
H A Dmultisound.sh111 # (CSN 2)

12