Searched refs:cs0 (Results 1 - 27 of 27) sorted by relevance

/linux-4.4.14/drivers/ata/
H A Dpata_ixp4xx_cf.c107 ioaddr->cmd_addr = data->cs0; ixp4xx_setup_port()
143 struct resource *cs0, *cs1; ixp4xx_pata_probe() local
149 cs0 = platform_get_resource(pdev, IORESOURCE_MEM, 0); ixp4xx_pata_probe()
152 if (!cs0 || !cs1) ixp4xx_pata_probe()
165 data->cs0 = devm_ioremap(&pdev->dev, cs0->start, 0x1000); ixp4xx_pata_probe()
168 if (!data->cs0 || !data->cs1) ixp4xx_pata_probe()
185 ixp4xx_setup_port(ap, data, cs0->start, cs1->start); ixp4xx_pata_probe()
H A Dpata_octeon_cf.c55 unsigned int cs0; member in struct:octeon_cf_port
179 octeon_cf_set_boot_reg_cfg(cf_port->cs0, div); octeon_cf_set_piomode()
187 reg_tim.u64 = cvmx_read_csr(CVMX_MIO_BOOT_REG_TIMX(cf_port->cs0)); octeon_cf_set_piomode()
216 cvmx_write_csr(CVMX_MIO_BOOT_REG_TIMX(cf_port->cs0), reg_tim.u64); octeon_cf_set_piomode()
853 void __iomem *cs0; octeon_cf_probe() local
888 cf_port->cs0 = be32_to_cpup(cs_num); octeon_cf_probe()
939 cs0 = devm_ioremap_nocache(&pdev->dev, res_cs0->start, octeon_cf_probe()
941 if (!cs0) octeon_cf_probe()
958 base = cs0 + 0x800; octeon_cf_probe()
966 base = cs0; octeon_cf_probe()
990 base = cs0 + 0x800; octeon_cf_probe()
/linux-4.4.14/arch/hexagon/kernel/
H A Dvm_events.c47 printk(KERN_EMERG "cs0: \t0x%08lx cs1: 0x%08lx\n", show_regs()
48 regs->cs0, regs->cs1); show_regs()
H A Dptrace.c95 ONEXT(&regs->cs0, cs0); genregs_get()
146 INEXT(&regs->cs0, cs0); genregs_set()
H A Dsignal.c66 err |= __put_user(regs->cs0, &sc->sc_regs.cs0); setup_sigcontext()
96 err |= __get_user(regs->cs0, &sc->sc_regs.cs0); restore_sigcontext()
H A Dkgdb.c75 { "cs0", GDB_SIZEOF_REG, offsetof(struct pt_regs, cs0)},
/linux-4.4.14/arch/arm/mach-orion5x/include/mach/
H A Dorion5x.h29 * fa000000 device bus mappings (cs0)
31 * fc000000 device bus mappings (cs0/cs1)
/linux-4.4.14/arch/hexagon/include/asm/
H A Dkgdb.h37 * also add cs0/1 = 2
H A Delf.h110 DEST.cs0 = REGS->cs0;\
/linux-4.4.14/arch/hexagon/include/uapi/asm/
H A Duser.h63 unsigned long cs0; member in struct:user_regs_struct
H A Dregisters.h65 unsigned long cs0; member in struct:pt_regs::__anon1433::__anon1434
/linux-4.4.14/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-370.c104 MPP_FUNCTION(0x4, "spi1", "cs0"),
167 MPP_FUNCTION(0x4, "spi1", "cs0")),
203 MPP_FUNCTION(0x1, "spi0", "cs0")),
207 MPP_FUNCTION(0x2, "spi0", "cs0")),
279 MPP_FUNCTION(0x4, "spi1", "cs0"),
335 MPP_FUNCTION(0x1, "dev", "cs0"),
H A Dpinctrl-armada-375.c96 MPP_FUNCTION(0x2, "spi0", "cs0"),
97 MPP_FUNCTION(0x3, "spi1", "cs0"),
166 MPP_FUNCTION(0x5, "spi0", "cs0"),
208 MPP_FUNCTION(0x3, "spi1", "cs0"),
344 MPP_FUNCTION(0x6, "dev", "cs0")),
H A Dpinctrl-armada-38x.c143 MPP_VAR_FUNCTION(4, "spi0", "cs0", V_88F6810_PLUS)),
184 MPP_VAR_FUNCTION(1, "spi0", "cs0", V_88F6810_PLUS),
188 MPP_VAR_FUNCTION(5, "dev", "cs0", V_88F6810_PLUS)),
390 MPP_VAR_FUNCTION(4, "spi1", "cs0", V_88F6810_PLUS),
H A Dpinctrl-armada-39x.c128 MPP_VAR_FUNCTION(4, "spi0", "cs0", V_88F6920_PLUS),
167 MPP_VAR_FUNCTION(1, "spi0", "cs0", V_88F6920_PLUS),
171 MPP_VAR_FUNCTION(5, "dev", "cs0", V_88F6920_PLUS)),
372 MPP_VAR_FUNCTION(4, "spi1", "cs0", V_88F6920_PLUS),
H A Dpinctrl-kirkwood.c209 MPP_VAR_FUNCTION(0x2, "tdm", "spi-cs0", V(0, 0, 1, 1, 1, 0)),
310 MPP_VAR_FUNCTION(0x2, "tdm", "spi-cs0", V(0, 0, 0, 1, 1, 0)),
H A Dpinctrl-armada-xp.c129 MPP_VAR_FUNCTION(0x3, "spi1", "cs0", V_MV78230_PLUS),
242 MPP_VAR_FUNCTION(0x1, "spi0", "cs0", V_MV78230_PLUS)),
H A Dpinctrl-dove.c679 MPP_FUNCTION(0x02, "lcd-spi", "cs0"),
/linux-4.4.14/drivers/staging/fbtft/
H A Dfb_agm1264k-fl.c125 "Missing info about 'cs0' gpio. Aborting.\n"); verify_gpios()
152 } else if (strcasecmp(gpio->name, "cs0") == 0) { request_gpios_match()
209 /* cs0 */ write_reg8_bus8()
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/
H A Dplatform.h90 void __iomem *cs0; member in struct:ixp4xx_pata_data
/linux-4.4.14/drivers/isdn/mISDN/
H A Ddsp_blowfish.c470 u8 cs, cs0, cs1, cs2; dsp_bf_decrypt() local
499 cs0 = bf_crypt_inring[j++ & 15]; dsp_bf_decrypt()
500 yr = (yr << 7) | (cs0 & 0x7f); dsp_bf_decrypt()
511 if ((cs & 0x7) != (((cs2 >> 5) & 4) | ((cs1 >> 6) & 2) | (cs0 >> 7))) { dsp_bf_decrypt()
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
H A Data_defs.h119 unsigned int cs0 : 1; member in struct:__anon340
/linux-4.4.14/drivers/pinctrl/
H A Dpinctrl-falcon.c198 GRP_MUX("spi cs0", SPI, pins_spi_cs0),
212 static const char * const ltq_spi_grps[] = {"spi", "spi cs0", "spi cs1"};
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dbcm3510_priv.h337 u8 cs0 :1; member in struct:bcm3510_hab_cmd_tune_ctrl_data_pair::__anon5882
H A Dbcm3510.c392 c.ctl_dat[3].ctrl.cs0 = 1; bcm3510_tuner_cmd()
410 c.ctl_dat[7].ctrl.cs0 = 1; bcm3510_tuner_cmd()
/linux-4.4.14/arch/arm/mach-sa1100/
H A Dcollie.c404 { /* 32M main flash (cs0) */
/linux-4.4.14/drivers/pinctrl/spear/
H A Dpinctrl-spear1310.c789 /* Pad multiplexing for nand 8bit device (cs0 only) */

Completed in 719 milliseconds