Home
last modified time | relevance | path

Searched refs:CON (Results 1 – 7 of 7) sorted by relevance

/linux/sound/soc/samsung/
H A Dspdif.c22 #define CON 0x04 macro
201 con = readl(regs + CON) & CON_MASK; in spdif_hw_params()
267 writel(con, regs + CON); in spdif_hw_params()
289 con = readl(regs + CON) & CON_MASK; in spdif_shutdown()
292 writel(con | CON_SW_RESET, regs + CON); in spdif_shutdown()
307 spdif->saved_con = readl(spdif->regs + CON) & CON_MASK; in spdif_suspend()
310 writel(con | CON_SW_RESET, spdif->regs + CON); in spdif_suspend()
323 writel(spdif->saved_con, spdif->regs + CON); in spdif_resume()
/linux/scripts/
H A Ddev-needs.sh139 OUT_LIST+=(${CON} ${SUPPLIER})
/linux/arch/arm64/boot/dts/marvell/
H A Darmada-3720-db.dts10 * the board, however the CON numbers are different between the 2
H A Dcn9130-db.dtsi292 /* CON 28 */
/linux/Documentation/filesystems/
H A Dntfs3.rst83 name (CON, AUX, NUL, PRN, LPT1-9, COM1-9) or because the last character
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h169 #define CON 0x08 /* sta: connected to scsi */ macro
/linux/drivers/scsi/
H A Dncr53c8xx.h690 #define CON 0x08 /* sta: connected to scsi */ macro