Home
last modified time | relevance | path

Searched full:401 (Results 1 – 25 of 267) sorted by relevance

1234567891011

/openbmc/linux/sound/drivers/mpu401/
H A Dmpu401.c3 * Driver for generic MPU-401 boards (UART mode only)
18 MODULE_DESCRIPTION("MPU-401 UART");
27 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* MPU-401 port number */
28 static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* MPU-401 IRQ */
32 MODULE_PARM_DESC(index, "Index value for MPU-401 device.");
34 MODULE_PARM_DESC(id, "ID string for MPU-401 device.");
36 MODULE_PARM_DESC(enable, "Enable MPU-401 device.");
39 MODULE_PARM_DESC(pnp, "PnP detection for MPU-401 device.");
42 MODULE_PARM_DESC(port, "Port # for MPU-401 device.");
44 MODULE_PARM_DESC(irq, "IRQ # for MPU-401 device.");
[all …]
H A Dmpu401_uart.c4 * Routines for control of MPU-401 in UART mode
6 * MPU-401 supports UART mode which is not capable generate transmit
28 MODULE_DESCRIPTION("Routines for control of MPU-401 in UART mode");
220 /* ok. standard MPU-401 initialization */ in snd_mpu401_uart_cmd()
507 * Creates a new MPU-401 instance.
533 err = snd_rawmidi_new(card, "MPU-401U", device, in snd_mpu401_uart_new()
589 sprintf(rmidi->name, "MPU-401 MIDI %d-%d",card->number, device); in snd_mpu401_uart_new()
/openbmc/linux/include/sound/
H A Dmpu401.h6 * Header file for MPU-401 and compatible cards
14 #define MPU401_HW_SB 2 /* SoundBlaster MPU-401 UART */
15 #define MPU401_HW_ES1688 3 /* AudioDrive ES1688 MPU-401 UART */
19 #define MPU401_HW_ES18XX 7 /* AudioDrive ES18XX MPU-401 UART */
27 #define MPU401_HW_CMIPCI 15 /* CMIPCI MPU-401 UART */
61 unsigned long port; /* base port of MPU-401 chip */
64 int irq; /* IRQ number of MPU-401 chip */
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Derror_code_test.cpp23 401, 500, 501};
34 401, 501, 502};
45 TEST(PropogateErrorCode, 401IsWorseThanOthers)
47 constexpr std::array<unsigned, 7> codes = {100, 200, 300, 400, 401};
50 EXPECT_EQ(propogateErrorCode(code, 401), 401);
51 EXPECT_EQ(propogateErrorCode(401, code), 401);
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimxrt1050.dtsi40 iomuxc: pinctrl@401f8000 {
102 gpio1: gpio@401b8000 {
112 gpio2: gpio@401bc000 {
122 gpio3: gpio@401c0000 {
132 gpio4: gpio@401c4000 {
152 gpt: timer@401ec000 {
/openbmc/qemu/tests/tcg/hexagon/
H A Dvector_add_int.c20 int gA[401];
21 int gB[401];
22 int gC[401];
/openbmc/openbmc-test-automation/lib/
H A Ddmtf_redfishtool_utils.robot22 # expected_error Expected error optionally provided in testcase (e.g. 401 /
41 # expected_error Expected error optionally provided in testcase (e.g. 401 /
61 # expected_error Expected error optionally provided in testcase (e.g. 401 /
79 # expected_error Expected error optionally provided in testcase (e.g. 401 /
/openbmc/bmcweb/redfish-core/include/utils/
H A Derror_code.hpp28 // 401 Unauthorized
43 500, 507, 503, 502, 501, 401, 412, 409, 406, 405, 404, 403, 400}; in propogateErrorCode()
72 if (subResponseCode == 401) in propogateErrorCode()
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-Return-a-valid-exit_code-from-vg_regtest.patch15 @@ -401,6 +401,7 @@ sub mysystem($)
/openbmc/linux/Documentation/sound/
H A Dalsa-configuration.rst361 port # for MPU-401 UART (0x300,0x330), -1 = disabled (default)
363 IRQ # for MPU-401 UART (3,5,7,9), -1 = disabled (default)
403 port # for MPU-401 UART (0x300,0x330), -1 = disabled (default)
405 IRQ # for MPU-401 UART (5,7,9,10), -1 = disabled (default)
544 port # for MPU-401 UART (optional), -1 = disable
548 IRQ # for MPU-401 UART
575 port # for MPU-401 UART (PnP setup - 0x300), -1 = disable
581 IRQ # for MPU-401 UART (9,11,12,15)
822 port # for MPU-401 port (0x300,0x310,0x320,0x330), -1 = disable (default)
824 IRQ # for MPU-401 port (5,7,9,10)
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0007-initialize-front-back-wayland-buffers.patch19 @@ -401,11 +401,14 @@ EGL_SURFACE_T *egl_surface_create(
/openbmc/openbmc/poky/meta/recipes-support/libffi/libffi/
H A Dnot-win32.patch26 @@ -401,7 +401,7 @@ AC_ARG_ENABLE(multi-os-directory,
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_local_user.robot160 # expected_error Expected error optionally provided in testcase (e.g. 401 /
178 # expected_error Expected error optionally provided in testcase (e.g. 401 /
201 # expected_error Expected error optionally provided in testcase (e.g. 401 /
220 # expected_error Expected error optionally provided in testcase (e.g. 401 /
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Ds32g2.dtsi92 uart0: serial@401c8000 {
100 uart1: serial@401cc000 {
/openbmc/linux/sound/isa/wavefront/
H A Dwavefront.c61 MODULE_PARM_DESC(cs4232_mpu_port, "port # for CS4232 MPU-401 interface.");
63 MODULE_PARM_DESC(cs4232_mpu_irq, "IRQ # for CS4232 MPU-401 interface.");
71 MODULE_PARM_DESC(use_cs4232_midi, "Use CS4232 MPU-401 interface (inaccessibly located inside your c…
421 /* -------- CS4232 MPU-401 interface -------- */ in snd_wavefront_probe()
428 snd_printk (KERN_ERR "can't allocate CS4232 MPU-401 device\n"); in snd_wavefront_probe()
505 " MPU-401 0x%lx irq %d", in snd_wavefront_probe()
H A Dwavefront_midi.c8 * Note that there is also an MPU-401 emulation (actually, a UART-401
12 * The interface is essentially just a UART-401, but is has the
25 * something other than 0 and 1 if the CS4232 UART/MPU-401 interface
495 /* The ICS2115 MPU-401 interface doesn't do anything in snd_wavefront_midi_start()
/openbmc/linux/sound/pci/emu10k1/
H A Demumpu401.c4 * Routines for control of EMU10K1 MPU-401 in UART mode
340 err = emu10k1_midi_init(emu, midi, 0, "EMU10K1 MPU-401 (UART)"); in snd_emu10k1_midi()
359 err = emu10k1_midi_init(emu, midi, 0, "Audigy MPU-401 (UART)"); in snd_emu10k1_audigy_midi()
371 err = emu10k1_midi_init(emu, midi, 1, "Audigy MPU-401 #2"); in snd_emu10k1_audigy_midi()
/openbmc/linux/sound/isa/
H A Dsc6000.c56 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for sc-6000 driver.");
60 MODULE_PARM_DESC(mpu_irq, "MPU-401 IRQ # for sc-6000 driver.");
158 * sc6000_mpu_irq_to_softcfg - Decode MPU-401 irq number into cfg code.
519 printk(KERN_ERR PFX "invalid MPU-401 port %lx\n", in snd_sc6000_match()
526 printk(KERN_ERR PFX "invalid MPU-401 IRQ %d\n", mpu_irq[dev]); in snd_sc6000_match()
648 snd_printk(KERN_ERR "no MPU-401 device at 0x%lx ?\n", in __snd_sc6000_probe()
/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-boot-vector.c68 8: 401a6000 mfc0 k0,c0_status
69 c: 401b7801 mfc0 k1,c0_ebase
/openbmc/linux/sound/isa/msnd/
H A Dmsnd_midi.c5 * Routines for control of MPU-401 in UART mode
7 * MPU-401 supports UART mode which is not capable generate transmit
/openbmc/linux/arch/arm64/boot/dts/amd/
H A Damd-seattle-xgbe-b.dtsi89 compatible = "arm,mmu-401";
102 compatible = "arm,mmu-401";
H A Damd-seattle-soc.dtsi79 compatible = "arm,mmu-401";
88 compatible = "arm,mmu-401";
260 compatible = "arm,mmu-401";
/openbmc/linux/Documentation/admin-guide/media/
H A Dgspca-cardlist.rst30 spca561 041e:401a Creative Webcam Vista (PD1100)
31 zc3xx 041e:401c Creative NX
32 spca505 041e:401d Creative Webcam NX ULTRA
33 zc3xx 041e:401e Creative Nx Pro
34 zc3xx 041e:401f Creative Webcam Notebook PD1171
/openbmc/linux/sound/isa/cs423x/
H A Dcs4231.c46 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for " CRD_NAME " driver.");
50 MODULE_PARM_DESC(mpu_irq, "MPU-401 IRQ # for " CRD_NAME " driver.");
/openbmc/linux/sound/isa/galaxy/
H A Dgalaxy.c48 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for " CRD_NAME " driver.");
54 MODULE_PARM_DESC(mpu_irq, "MPU-401 IRQ # for " CRD_NAME " driver.");
304 dev_warn(dev, "mpu_port not specified; not using MPU-401\n"); in snd_galaxy_match()
351 dev_err(dev, "cannot share IRQ between WSS and MPU-401\n"); in snd_galaxy_match()

1234567891011