Home
last modified time | relevance | path

Searched refs:ASC (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/openbmc/poky/meta/classes/
H A Dsign_ipk.bbclass20 # 1. Ascii armored (ASC), default if not set
33 IPK_GPG_SIGNATURE_TYPE ?= 'ASC'
42 if sigtype.upper() != "ASC" and sigtype.upper() != "BIN":
43 … raise_sanity_error("Bad value for IPK_GPG_SIGNATURE_TYPE (%s), use either ASC or BIN" % sigtype)
H A Dsign_package_feed.bbclass21 # 1. Ascii armored (ASC), default if not set
35 PACKAGE_FEED_GPG_SIGNATURE_TYPE ?= 'ASC'
48 if sigtype.upper() != "ASC" and sigtype.upper() != "BIN":
49 …raise_sanity_error("Bad value for PACKAGE_FEED_GPG_SIGNATURE_TYPE (%s), use either ASC or BIN" % s…
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-xway.c120 MFP_XWAY(GPIO5, GPIO, MII, ASC, GPT),
121 MFP_XWAY(GPIO6, GPIO, MII, ASC, EXIN),
193 GRP_MUX("asc", ASC, ase_pins_asc),
247 MFP_XWAY(GPIO4, GPIO, STP, DFE, ASC),
249 MFP_XWAY(GPIO6, GPIO, STP, GPT, ASC),
252 MFP_XWAY(GPIO9, GPIO, ASC, SPI, MII),
253 MFP_XWAY(GPIO10, GPIO, ASC, SPI, MII),
254 MFP_XWAY(GPIO11, GPIO, ASC, CBUS, SPI),
255 MFP_XWAY(GPIO12, GPIO, ASC, CBUS, MCD),
422 MFP_XWAY(GPIO4, GPIO, STP, DFE, ASC),
[all …]
H A Dpinctrl-falcon.c122 MFP_FALCON(GPIO32, ASC, GPIO, NONE, NONE),
123 MFP_FALCON(GPIO33, ASC, GPIO, NONE, NONE),
134 MFP_FALCON(GPIO44, SLIC, GPIO, PCM, ASC),
135 MFP_FALCON(GPIO45, SLIC, GPIO, PCM, ASC),
189 GRP_MUX("asc0", ASC, pins_asc0),
197 GRP_MUX("asc1", ASC, pins_asc1),
/openbmc/qemu/hw/audio/
H A Dasc.c545 ASCState *s = ASC(opaque); in asc_post_load()
615 ASCState *s = ASC(obj); in asc_reset_hold()
633 ASCState *s = ASC(dev); in asc_unrealize()
643 ASCState *s = ASC(dev); in asc_realize()
676 ASCState *s = ASC(obj); in asc_init()
H A DKconfig51 config ASC config
/openbmc/qemu/hw/m68k/
H A DKconfig28 select ASC
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_trigger_diag.h129 U8 ASC; member
H A Dmpt3sas_trigger_diag.c377 if (!(scsi_trigger->ASC == 0xFF || scsi_trigger->ASC == asc)) in mpt3sas_trigger_scsi()
395 event_data.u.scsi.ASC = asc; in mpt3sas_trigger_scsi()
H A Dmpt3sas_trigger_pages.h66 U8 ASC; /* 0x01 */ member
H A Dmpt3sas_config.c2487 tg_pg3.SCSISenseTriggers[i].ASC = in mpt3sas_config_update_driver_trigger_pg3()
2488 scsi_tg->SCSITriggerEntry[i].ASC; in mpt3sas_config_update_driver_trigger_pg3()
/openbmc/qemu/include/hw/audio/
H A Dasc.h84 OBJECT_DECLARE_SIMPLE_TYPE(ASCState, ASC)
/openbmc/linux/arch/sparc/include/asm/
H A Dns87303.h23 #define ASC 0x09 macro
H A Dfloppy_64.h692 ns87303_modify(config, ASC, 0, 0xc0); in sun_floppy_init()
704 ns87303_modify(config, ASC, ASC_DRV2_SEL, 0); in sun_floppy_init()
/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Dlantiq_asc.txt1 Lantiq SoC ASC serial controller
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Dapple,mailbox.yaml26 ASC mailboxes are the most common variant found on the M1 used
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_ioc.h577 U8 ASC; /* 04h */ member
598 U8 ASC; /* 04h */ member
648 U8 ASC; /* 04h */ member
/openbmc/linux/drivers/usb/gadget/function/
H A Dstorage_common.h89 #define ASC(x) ((u8) ((x) >> 8)) macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c265 #define ASC(x) ((u8) ((x) >> 8)) macro
H A Df_mass_storage.c1154 buf[12] = ASC(sd); in do_request_sense()
1630 SK(sd), ASC(sd), ASCQ(sd), sdinfo); in send_status()
/openbmc/linux/Documentation/scsi/
H A Daic79xx.rst197 ASC-39320, ASC-29320, ASC-29320LP, AIC-7901.
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A D0002-interface-remove-C-reserved-keyword.patch290 - ASC = d->private->sg_buffer[12];
293 + ASC = d->priv->sg_buffer[12];
296 if(key == 2 && ASC == 4 && ASCQ == 1) return 0;
/openbmc/linux/sound/isa/
H A DKconfig208 These cards are based on CompuMedia ASC-9308 or ASC-9408 chips.
/openbmc/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_ioc.h723 U8 ASC; /*0x04 */ member
1176 U8 ASC; /*0x04 */ member
/openbmc/linux/drivers/tty/serial/
H A DKconfig1348 tristate "ST ASC serial port support"
1354 ASC is embedded in ST COMMS IP block. It supports Rx & Tx functionality.
1360 bool "Support for console on ST ASC"

12