Home
last modified time | relevance | path

Searched refs:SSCR0_SSE (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/arm/mach-sa1100/
H A Dssp.c139 Ser4SSCR0 |= SSCR0_SSE; in ssp_enable()
149 Ser4SSCR0 &= ~SSCR0_SSE; in ssp_disable()
163 Ser4SSCR0 &= ~SSCR0_SSE; in ssp_save_state()
176 Ser4SSCR0 = ssp->cr0 & ~SSCR0_SSE; in ssp_restore_state()
222 Ser4SSCR0 &= ~SSCR0_SSE; in ssp_exit()
/openbmc/linux/include/linux/
H A Dpxa2xx_ssp.h56 #define SSCR0_SSE BIT(7) /* Synchronous Serial Port Enable */ macro
279 sscr0 = pxa_ssp_read_reg(ssp, SSCR0) | SSCR0_SSE; in pxa_ssp_enable()
287 sscr0 = pxa_ssp_read_reg(ssp, SSCR0) & ~SSCR0_SSE; in pxa_ssp_disable()
/openbmc/linux/sound/soc/pxa/
H A Dpxa-ssp.c145 __raw_writel(priv->cr0 & ~SSCR0_SSE, ssp->mmio_base + SSCR0); in pxa_ssp_resume()
557 if (pxa_ssp_read_reg(ssp, SSCR0) & SSCR0_SSE) in pxa_ssp_hw_params()
683 if (value && (sscr0 & SSCR0_SSE)) in pxa_ssp_set_running_bit()
684 pxa_ssp_write_reg(ssp, SSCR0, sscr0 & ~SSCR0_SSE); in pxa_ssp_set_running_bit()
703 pxa_ssp_write_reg(ssp, SSCR0, sscr0 | SSCR0_SSE); in pxa_ssp_set_running_bit()
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/
H A Dspi.h67 #define SSCR0_SSE (1 << 7) /* Synchronous Serial Port macro
/openbmc/linux/drivers/input/mouse/
H A Dnavpoint.c46 | SSCR0_SSE /* SSE = 1; SSP enabled */
233 if (pxa_ssp_read_reg(ssp, SSCR0) & SSCR0_SSE) { in navpoint_probe()
/openbmc/qemu/hw/arm/
H A Dstrongarm.c1389 #define SSCR0_SSE (1 << 7) macro
1415 if (s->sscr[0] & SSCR0_SSE) { in strongarm_ssp_fifo_update()
1449 if (~s->sscr[0] & SSCR0_SSE) { in strongarm_ssp_read()
1478 if ((s->sscr[0] & SSCR0_SSE) && SSCR0_DSS(value) < 4) { in strongarm_ssp_write()
1482 if (!(value & SSCR0_SSE)) { in strongarm_ssp_write()
1514 if (s->sscr[0] & SSCR0_SSE) { in strongarm_ssp_write()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h770 #define SSCR0_SSE 0x00000080 /* SSP Enable */ macro
/openbmc/u-boot/include/
H A DSA-1100.h1050 #define SSCR0_SSE 0x00000080 /* SSP Enable */ macro