/openbmc/linux/sound/soc/samsung/ |
H A D | spdif.c | 22 #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()
|
/openbmc/u-boot/Documentation/devicetree/bindings/misc/ |
H A D | gdsys,iocon_fpga.txt | 1 gdsys IHS FPGA for CON devices 3 The gdsys IHS FPGA is the main FPGA on gdsys CON devices. This driver provides
|
/openbmc/u-boot/Documentation/devicetree/bindings/board/ |
H A D | gdsys,board_gazerbeam.txt | 40 &GPIO_VB0 11 0>; /* VAR-CON */ 43 &GPIO_VB1 11 0>; /* VAR-CON */
|
/openbmc/linux/drivers/mmc/host/ |
H A D | omap_hsmmc.c | 588 con = OMAP_HSMMC_READ(host->base, CON); in omap_hsmmc_set_bus_width() 596 OMAP_HSMMC_WRITE(host->base, CON, con | DW8); in omap_hsmmc_set_bus_width() 599 OMAP_HSMMC_WRITE(host->base, CON, con & ~DW8); in omap_hsmmc_set_bus_width() 604 OMAP_HSMMC_WRITE(host->base, CON, con & ~DW8); in omap_hsmmc_set_bus_width() 616 con = OMAP_HSMMC_READ(host->base, CON); in omap_hsmmc_set_bus_mode() 618 OMAP_HSMMC_WRITE(host->base, CON, con | OD); in omap_hsmmc_set_bus_mode() 620 OMAP_HSMMC_WRITE(host->base, CON, con & ~OD); in omap_hsmmc_set_bus_mode() 635 if (host->con == OMAP_HSMMC_READ(host->base, CON) && in omap_hsmmc_context_restore() 697 host->con = OMAP_HSMMC_READ(host->base, CON); in omap_hsmmc_context_save() 723 OMAP_HSMMC_WRITE(host->base, CON, in send_init_stream() [all …]
|
H A D | omap.c | 223 OMAP_MMC_WRITE(host, CON, slot->saved_con & 0xFC00); in mmc_omap_select_slot() 240 OMAP_MMC_READ(host, CON); in mmc_omap_select_slot() 242 OMAP_MMC_WRITE(host, CON, slot->saved_con); in mmc_omap_select_slot() 1149 w = OMAP_MMC_READ(host, CON); in mmc_omap_set_power() 1150 OMAP_MMC_WRITE(host, CON, w | (1 << 11)); in mmc_omap_set_power() 1152 w = OMAP_MMC_READ(host, CON); in mmc_omap_set_power() 1153 OMAP_MMC_WRITE(host, CON, w & ~(1 << 11)); in mmc_omap_set_power() 1233 OMAP_MMC_WRITE(host, CON, dsor); in mmc_omap_set_ios()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/ |
H A D | 0002-Add-missing-include-removes-unnedded-stuff-and-add-n.patch | 24 -DIRS= ${LIB} ${DUT} ${CA} ${TC} ${WTG} ${CON}
|
H A D | 0001-Use-toolchain-from-environment-variables.patch | 31 CON=console_src
|
/openbmc/qemu/hw/audio/ |
H A D | fmopl.h | 43 uint8_t CON; /* connection type */ member
|
H A D | fmopl.c | 354 CH->connect1 = CH->CON ? carrier : &feedback2; in set_algorithm() 934 CH->CON = v&1; in OPLWriteReg()
|
/openbmc/linux/scripts/ |
H A D | dev-needs.sh | 139 OUT_LIST+=(${CON} ${SUPPLIER})
|
/openbmc/u-boot/include/ |
H A D | sym53c8xx.h | 98 #define CON 0x08 /* sta: connected to scsi */ macro
|
/openbmc/linux/arch/arm64/boot/dts/marvell/ |
H A D | armada-3720-db.dts | 10 * the board, however the CON numbers are different between the 2
|
H A D | cn9132-db.dtsi | 181 /* CON 2 on SLM-1683 - microSD */
|
H A D | cn9130-db.dtsi | 293 /* CON 28 */
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | ptdump.rst | 63 | 0xffff800008200000-0xffff800008e00000 12M PTE ro x SHD AF CON UXN MEM/NORMAL |
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ntfs3.rst | 83 name (CON, AUX, NUL, PRN, LPT1-9, COM1-9) or because the last character
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 169 #define CON 0x08 /* sta: connected to scsi */ macro
|
/openbmc/linux/drivers/scsi/ |
H A D | ncr53c8xx.h | 690 #define CON 0x08 /* sta: connected to scsi */ macro
|
/openbmc/u-boot/drivers/misc/ |
H A D | Kconfig | 354 by the devices. This driver supports both CON and CPU variants of the
|