Home
last modified time | relevance | path

Searched full:asc (Results 1 – 25 of 252) sorted by relevance

1234567891011

/openbmc/qemu/hw/ssi/
H A Daspeed_smc.c194 #define DMA_DRAM_ADDR(asc, val) ((val) & (asc)->dma_dram_mask) argument
196 #define DMA_FLASH_ADDR(asc, val) ((val) & (asc)->dma_flash_mask) argument
218 static inline bool aspeed_smc_has_dma(const AspeedSMCClass *asc) in aspeed_smc_has_dma() argument
220 return !!(asc->features & ASPEED_SMC_FEATURE_DMA); in aspeed_smc_has_dma()
223 static inline bool aspeed_smc_has_wdt_control(const AspeedSMCClass *asc) in aspeed_smc_has_wdt_control() argument
225 return !!(asc->features & ASPEED_SMC_FEATURE_WDT_CONTROL); in aspeed_smc_has_wdt_control()
228 static inline bool aspeed_smc_has_dma64(const AspeedSMCClass *asc) in aspeed_smc_has_dma64() argument
230 return !!(asc->features & ASPEED_SMC_FEATURE_DMA_DRAM_ADDR_HIGH); in aspeed_smc_has_dma64()
240 AspeedSMCClass *asc = ASPEED_SMC_GET_CLASS(s); in aspeed_smc_flash_overlap() local
244 for (i = 0; i < asc->cs_num_max; i++) { in aspeed_smc_flash_overlap()
[all …]
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-async.c31 struct v4l2_async_connection *asc) in v4l2_async_nf_call_bound() argument
36 return n->ops->bound(n, subdev, asc); in v4l2_async_nf_call_bound()
41 struct v4l2_async_connection *asc) in v4l2_async_nf_call_unbind() argument
46 n->ops->unbind(n, subdev, asc); in v4l2_async_nf_call_unbind()
58 struct v4l2_async_connection *asc) in v4l2_async_nf_call_destroy() argument
63 n->ops->destroy(asc); in v4l2_async_nf_call_destroy()
185 struct v4l2_async_connection *asc; in v4l2_async_find_match() local
187 list_for_each_entry(asc, &notifier->waiting_list, asc_entry) { in v4l2_async_find_match()
189 switch (asc->match.type) { in v4l2_async_find_match()
203 if (match(notifier, sd, &asc->match)) in v4l2_async_find_match()
[all …]
/openbmc/qemu/hw/misc/
H A Daspeed_scu.c264 AspeedSCUClass *asc = ASPEED_SCU_GET_CLASS(s); in aspeed_2400_scu_get_apb_freq() local
265 uint32_t hpll = asc->calc_hpll(s, s->regs[HPLL_PARAM]); in aspeed_2400_scu_get_apb_freq()
268 / asc->apb_divider; in aspeed_2400_scu_get_apb_freq()
273 AspeedSCUClass *asc = ASPEED_SCU_GET_CLASS(s); in aspeed_2600_scu_get_apb_freq() local
274 uint32_t hpll = asc->calc_hpll(s, s->regs[AST2600_HPLL_PARAM]); in aspeed_2600_scu_get_apb_freq()
277 / asc->apb_divider; in aspeed_2600_scu_get_apb_freq()
282 AspeedSCUClass *asc = ASPEED_SCU_GET_CLASS(s); in aspeed_1030_scu_get_apb_freq() local
283 uint32_t hpll = asc->calc_hpll(s, s->regs[AST2600_HPLL_PARAM]); in aspeed_1030_scu_get_apb_freq()
286 / asc->apb_divider; in aspeed_1030_scu_get_apb_freq()
291 AspeedSCUClass *asc = ASPEED_SCU_GET_CLASS(s); in aspeed_2700_scu_get_apb_freq() local
[all …]
H A Daspeed_sdmc.c179 AspeedSDMCClass *asc = ASPEED_SDMC_GET_CLASS(s); in aspeed_sdmc_write() local
191 asc->write(s, addr, data); in aspeed_sdmc_write()
205 AspeedSDMCClass *asc = ASPEED_SDMC_GET_CLASS(s); in aspeed_sdmc_reset() local
210 s->regs[R_CONF] = asc->compute_conf(s, 0); in aspeed_sdmc_reset()
242 AspeedSDMCClass *asc = ASPEED_SDMC_GET_CLASS(s); in aspeed_sdmc_set_ram_size() local
248 for (i = 0; asc->valid_ram_sizes[i]; i++) { in aspeed_sdmc_set_ram_size()
249 if (value == asc->valid_ram_sizes[i]) { in aspeed_sdmc_set_ram_size()
271 AspeedSDMCClass *asc = ASPEED_SDMC_GET_CLASS(s); in aspeed_sdmc_realize() local
273 assert(asc->max_ram_size < 4 * GiB || asc->is_bus64bit); in aspeed_sdmc_realize()
280 s->max_ram_size = asc->max_ram_size; in aspeed_sdmc_realize()
[all …]
/openbmc/qemu/scsi/
H A Dutils.c107 sense.asc = in_buf[12]; in scsi_parse_sense_buf()
114 sense.asc = in_buf[2]; in scsi_parse_sense_buf()
131 buf[12] = sense.asc; in scsi_build_sense_buf()
137 buf[2] = sense.asc; in scsi_build_sense_buf()
157 .key = NO_SENSE , .asc = 0x00 , .ascq = 0x00
162 .key = NOT_READY, .asc = 0x04, .ascq = 0x03
167 .key = NOT_READY, .asc = 0x3a, .ascq = 0x00
172 .key = NOT_READY, .asc = 0x53, .ascq = 0x02
177 .key = HARDWARE_ERROR, .asc = 0x44, .ascq = 0x00
182 .key = ILLEGAL_REQUEST, .asc = 0x20, .ascq = 0x00
[all …]
/openbmc/linux/drivers/target/
H A Dtarget_core_ua.c77 u8 asc, in core_scsi3_ua_allocate() argument
89 ua->ua_asc = asc; in core_scsi3_ua_allocate()
97 if ((ua_p->ua_asc == asc) && (ua_p->ua_ascq == ascq)) { in core_scsi3_ua_allocate()
119 * the 29h ASC family, see spc4r17 Table D.1 in core_scsi3_ua_allocate()
122 if ((asc == 0x29) && (ascq > ua_p->ua_ascq)) in core_scsi3_ua_allocate()
133 if ((asc == 0x29) || (ascq > ua_p->ua_asc)) in core_scsi3_ua_allocate()
149 pr_debug("Allocated UNIT ATTENTION, mapped LUN: %llu, ASC:" in core_scsi3_ua_allocate()
151 asc, ascq); in core_scsi3_ua_allocate()
157 u32 unpacked_lun, u8 asc, u8 ascq) in target_ua_allocate_lun() argument
171 core_scsi3_ua_allocate(deve, asc, ascq); in target_ua_allocate_lun()
[all …]
/openbmc/linux/drivers/hid/
H A Dhid-apple.c400 struct apple_sc *asc = hid_get_drvdata(hid); in hidinput_apple_event() local
407 real_fnmode = (asc->quirks & APPLE_IS_NON_APPLE) ? 2 : 1; in hidinput_apple_event()
419 if (iso_layout > 0 || (iso_layout < 0 && (asc->quirks & APPLE_ISO_TILDE_QUIRK) && in hidinput_apple_event()
445 asc->fn_on = !!value; in hidinput_apple_event()
499 do_translate = !asc->fn_on; in hidinput_apple_event()
502 do_translate = asc->fn_on; in hidinput_apple_event()
509 do_translate = asc->fn_on; in hidinput_apple_event()
517 if (asc->quirks & APPLE_NUMLOCK_EMULATION && in hidinput_apple_event()
518 (test_bit(code, asc->pressed_numlock) || in hidinput_apple_event()
524 set_bit(code, asc->pressed_numlock); in hidinput_apple_event()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Dlantiq_asc.txt1 Lantiq SoC ASC serial controller
4 - compatible : Should be "lantiq,asc"
11 - clock-names: Should be "freq" and "asc"
16 compatible = "lantiq,asc";
23 clock-names = "freq", "asc";
27 compatible = "lantiq,asc";
H A Dst-asc.txt1 *st-asc(Serial Port)
4 - compatible : Should be "st,asc".
11 - st,force-m1 bool flat to force asc to be in Mode-1 recommended
15 compatible = "st,asc";
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Dapple,mailbox.yaml26 ASC mailboxes are the most common variant found on the M1 used
31 - apple,t8103-asc-mailbox
32 - apple,t8112-asc-mailbox
33 - apple,t6000-asc-mailbox
34 - const: apple,asc-mailbox-v4
82 compatible = "apple,t8103-asc-mailbox", "apple,asc-mailbox-v4";
/openbmc/qemu/hw/audio/
H A Dasc.c4 * Apple Sound Chip (ASC) 344S0063
18 #include "hw/audio/asc.h"
24 * Linux doesn't provide information about ASC, see arch/m68k/mac/macboing.c
28 * https://github.com/mamedev/mame/blob/master/src/devices/sound/asc.h
29 * https://github.com/mamedev/mame/blob/master/src/devices/sound/asc.cpp
54 * bits 2-4 = 3 bit internal ASC volume,
545 ASCState *s = ASC(opaque); in asc_post_load()
602 name = g_strdup_printf("asc.fifo%c", 'A' + index); in asc_fifo_init()
607 name = g_strdup_printf("asc.extregs%c", 'A' + index); in asc_fifo_init()
615 ASCState *s = ASC(obj); in asc_reset_hold()
[all …]
/openbmc/qemu/hw/sd/
H A Daspeed_sdhci.c151 AspeedSDHCIClass *asc = ASPEED_SDHCI_GET_CLASS(sdhci); in aspeed_sdhci_realize() local
171 asc->capareg, errp)) { in aspeed_sdhci_realize()
225 AspeedSDHCIClass *asc = ASPEED_SDHCI_CLASS(klass); in aspeed_2400_sdhci_class_init() local
228 asc->capareg = 0x0000000001e80080; in aspeed_2400_sdhci_class_init()
234 AspeedSDHCIClass *asc = ASPEED_SDHCI_CLASS(klass); in aspeed_2500_sdhci_class_init() local
237 asc->capareg = 0x0000000001e80080; in aspeed_2500_sdhci_class_init()
243 AspeedSDHCIClass *asc = ASPEED_SDHCI_CLASS(klass); in aspeed_2600_sdhci_class_init() local
246 asc->capareg = 0x0000000701f80080; in aspeed_2600_sdhci_class_init()
252 AspeedSDHCIClass *asc = ASPEED_SDHCI_CLASS(klass); in aspeed_2700_sdhci_class_init() local
255 asc->capareg = 0x0000000719f80080; in aspeed_2700_sdhci_class_init()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/releases/eglibc/
H A Dindex.html9 <a href="eglibc-2.17-svnr22064.tar.bz2.asc">eglibc-2.17-svnr22064.tar.bz2.asc</a> …
13 <a href="eglibc-2.18-svnr23787.tar.bz2.asc">eglibc-2.18-svnr23787.tar.bz2.asc</a> …
17 <a href="eglibc-2.19-svnr25243.tar.bz2.asc">eglibc-2.19-svnr25243.tar.bz2.asc</a> …
/openbmc/linux/Documentation/devicetree/bindings/iio/pressure/
H A Dasc,dlhl60d.yaml4 $id: http://devicetree.org/schemas/iio/pressure/asc,dlhl60d.yaml#
21 - asc,dlhl60d
22 - asc,dlhl60g
47 compatible = "asc,dlhl60d";
/openbmc/openbmc/poky/meta/classes/
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…
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)
/openbmc/linux/arch/m68k/mac/
H A Dmacboing.c8 * rewrote some functions, added support for Enhanced ASC (Quadras)
9 * after the NetBSD asc.c console bell patch by Colin Wood/Frederick Bruck
35 * where the ASC hides ...
106 * current location of the Apple Sound Chip--ASC--in other Macs.) The in mac_init_asc()
157 * Does the job for simple ASC, calls other routines else.
217 * regular ASC: stop whining ..
248 /* set up the ASC registers */ in mac_quadra_start_bell()
281 * using the asc interrupt will give better results in the future in mac_quadra_ring_bell()
/openbmc/linux/drivers/scsi/
H A Dscsi_common.c38 "ASC IT8 ",
39 "ASC IT8 ",
182 * asc, ascq and additional_length (only for descriptor format).
210 sshdr->asc = sense_buffer[2]; in scsi_normalize_sense()
224 sshdr->asc = sense_buffer[12]; in scsi_normalize_sense()
279 * @asc: Additional sense code
283 void scsi_build_sense_buffer(int desc, u8 *buf, u8 key, u8 asc, u8 ascq) in scsi_build_sense_buffer() argument
288 buf[2] = asc; in scsi_build_sense_buffer()
295 buf[12] = asc; in scsi_build_sense_buffer()
/openbmc/qemu/target/s390x/
H A Dmmu_helper.c59 static bool lowprot_enabled(const CPUS390XState *env, uint64_t asc) in lowprot_enabled() argument
69 switch (asc) { in lowprot_enabled()
127 uint64_t asc, uint64_t asce, target_ulong *raddr, in mmu_translate_asce() argument
378 * @param asc address space control (one of the PSW_ASC_* modes)
385 int mmu_translate(CPUS390XState *env, target_ulong vaddr, int rw, uint64_t asc, in mmu_translate() argument
391 *tec = (vaddr & TARGET_PAGE_MASK) | (asc >> 46) | in mmu_translate()
395 if (is_low_address(vaddr & TARGET_PAGE_MASK) && lowprot_enabled(env, asc)) { in mmu_translate()
419 switch (asc) { in mmu_translate()
431 hw_error("guest switched to unknown asc mode\n"); in mmu_translate()
436 r = mmu_translate_asce(env, vaddr, asc, asce, raddr, flags); in mmu_translate()
[all …]
/openbmc/u-boot/drivers/serial/
H A Dserial_sti_asc.c3 * Support for Serial I/O using STMicroelectronics' on-chip ASC.
100 debug("ASC: unsupported baud rate: %d, using 115200 instead.\n", in _sti_asc_serial_setbrg()
121 /* finally, write value and enable ASC */ in _sti_asc_serial_setbrg()
165 /* initialize the ASC */
197 { .compatible = "st,asc" },
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-core.c254 struct v4l2_async_connection *asc) in rvin_group_notify_unbind() argument
266 if (vin->group->remotes[i].asc != asc) in rvin_group_notify_unbind()
280 struct v4l2_async_connection *asc) in rvin_group_notify_bound() argument
288 if (vin->group->remotes[i].asc != asc) in rvin_group_notify_bound()
313 struct v4l2_async_connection *asc; in rvin_group_parse_of() local
329 asc = v4l2_async_nf_add_fwnode(&vin->group->notifier, fwnode, in rvin_group_parse_of()
331 if (IS_ERR(asc)) { in rvin_group_parse_of()
332 ret = PTR_ERR(asc); in rvin_group_parse_of()
336 vin->group->remotes[vep.base.id].asc = asc; in rvin_group_parse_of()
389 if (vin->group->remotes[id].asc) in rvin_group_notifier_init()
[all …]
/openbmc/qemu/include/hw/audio/
H A Dasc.h4 * Apple Sound Chip (ASC) 344S0063
59 MemoryRegion asc; member
83 OBJECT_DECLARE_SIMPLE_TYPE(ASCState, ASC)
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_trigger_diag.c331 * @asc: ?
336 mpt3sas_trigger_scsi(struct MPT3SAS_ADAPTER *ioc, u8 sense_key, u8 asc, in mpt3sas_trigger_scsi() argument
362 ioc_info(ioc, "%s: enter - sense_key = 0x%02x, asc = 0x%02x, ascq = 0x%02x\n", in mpt3sas_trigger_scsi()
363 __func__, sense_key, asc, ascq)); in mpt3sas_trigger_scsi()
377 if (!(scsi_trigger->ASC == 0xFF || scsi_trigger->ASC == asc)) in mpt3sas_trigger_scsi()
395 event_data.u.scsi.ASC = asc; in mpt3sas_trigger_scsi()
/openbmc/u-boot/drivers/misc/
H A Daltera_sysid.c29 char asc[32]; in display_sysid() local
43 asctime_r(&t, asc); in display_sysid()
44 printf("SYSID: %08x, %s", sysid[0], asc); in display_sysid()
/openbmc/linux/arch/mips/include/asm/dec/
H A Dinterrupts.h31 #define DEC_IRQ_ASC 4 /* ASC (NCR53C94) SCSI */
50 #define DEC_IRQ_ASC_MERR 21 /* ASC memory read error */
51 #define DEC_IRQ_ASC_ERR 22 /* ASC page overrun */
52 #define DEC_IRQ_ASC_DMA 23 /* ASC buffer pointer loaded */

1234567891011