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(sizeof(*csn), GFP_KERNEL); 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-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/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/drivers/bus/
H A Dqcom-ebi2.c39 * SLOW CSn CFG
73 * FAST CSn CFG
/linux/kernel/cgroup/
H A Dcpuset.c817 int csn; /* how many cpuset ptrs in csa so far */ in generate_sched_domains() local
854 csn = 0; in generate_sched_domains()
858 csa[csn++] = &top_cpuset; in generate_sched_domains()
883 csa[csn++] = cp; in generate_sched_domains()
892 * non-empty effective_cpus will be saved into csn[]. in generate_sched_domains()
896 csa[csn++] = cp; in generate_sched_domains()
911 if (root_load_balance && (csn == 1)) in generate_sched_domains()
914 for (i = 0; i < csn; i++) in generate_sched_domains()
918 for (i = 0; i < csn; i++) { in generate_sched_domains()
919 for (j = i + 1; j < csn; j++) { in generate_sched_domains()
[all …]
/linux/Documentation/devicetree/bindings/iio/resolver/
H A Dadi,ad2s1210.yaml46 SPI CSn output of the SPI controller.
/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/sound/pci/ice1712/
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/sound/cards/
H A Dmultisound.sh111 # (CSN 2)
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c558 * Release dc_sink for connector which unplug event is notified by CSN msg in dm_dp_mst_detect()
/linux/sound/isa/
H A Des18xx.c1947 /* skip csn and logdev initialization - already done in isapnp_configure */

12