Home
last modified time | relevance | path

Searched full:ali (Results 1 – 25 of 103) sorted by relevance

12345

/openbmc/linux/drivers/ata/
H A Dpata_ali.c2 * pata_ali.c - ALI 15x3 PATA for new ATA layer
10 * Copyright (C) 1999-2000 CJ, cjtsai@ali.com.tw, Maintainer
15 * ALi (now ULi M5228) support by Clear Zhang <Clear.Zhang@ali.com.tw>
110 * ali_20_filter - filter for earlier ALI DMA
132 * @ap: ALi channel to control
137 * ALi FIFO works it provides a boost on ATA disk but can be confused by
160 * @ap: ALi channel to load
204 * Program the ALi registers for PIO mode.
238 * Program the ALi registers for DMA mode.
303 * older ALi controllers. If we didn't do this then large I/O's would
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/
H A D0001-arm-trusted-firmware-m-disable-address-warnings-into.patch2 From: Ali Can Ozaslan <ali.oezaslan@arm.com>
8 Signed-off-by: Ali Can Ozaslan <ali.oezaslan@arm.com>
/openbmc/linux/drivers/watchdog/
H A Dalim1535_wdt.c3 * Watchdog for the 7101 PMU version found in the ALi M1535 chipsets
69 * Stop the ALi watchdog countdown
126 * ali_write - writes to ALi watchdog
132 * Handle a write to the ALi watchdog. Writing to the file pings
172 * Handle the watchdog ioctls supported by the ALi driver. Really
185 .identity = "ALi M1535 WatchDog Timer", in ali_ioctl()
232 * ali_open - handle open of ali watchdog
236 * Open the ALi watchdog device. Ensure only one person opens it
252 * ali_release - close an ALi watchdog
256 * Close the ALi watchdog device. Actual shutdown of the timer
[all …]
H A Dalim7101_wdt.c3 * ALi M7101 PMU Computer Watchdog Timer driver
370 pr_info("ALi M7101 PMU not present - WDT not set\n"); in alim7101_wdt_init()
380 pr_info("ALi 1543 South-Bridge not present - WDT not set\n"); in alim7101_wdt_init()
392 …pr_info("ALi 1543 South-Bridge does not have the correct revision number (???1001?) - WDT not set\… in alim7101_wdt_init()
425 pr_info("WDT driver for ALi M7101 initialised. timeout=%d sec (nowayout=%d)\n", in alim7101_wdt_init()
450 MODULE_DESCRIPTION("ALi M7101 PMU Computer Watchdog Timer driver");
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0022-CC312-alignment-of-cc312-differences.patch2 From: Ali Can Ozaslan <ali.oezaslan@arm.com>
10 Signed-off-by: Ali Can Ozaslan <ali.oezaslan@arm.com>
H A D0008-Platform-CS1000-Increase-flash-PS-area-size.patch2 From: Ali Can Ozaslan <ali.oezaslan@arm.com>
15 Signed-off-by: Ali Can Ozaslan <ali.oezaslan@arm.com>
/openbmc/linux/Documentation/i2c/busses/
H A Di2c-ali15x3.rst6 * Acer Labs, Inc. ALI 1533 and 1543C (south bridge)
9 http://www.ali.com.tw/
42 This is the driver for the SMB Host controller on Acer Labs Inc. (ALI)
49 They are part of the following ALI chipsets:
72 contact the ALI office in San Jose they may give you the password.
H A Di2c-ali1563.rst6 * Acer Labs, Inc. ALI 1563 (south bridge)
9 http://www.ali.com.tw/
16 This is the driver for the SMB Host controller on Acer Labs Inc. (ALI)
H A Di2c-ali1535.rst6 * Acer Labs, Inc. ALI 1535 (south bridge)
9 http://www.ali.com.tw/
21 This is the driver for the SMB Host controller on Acer Labs Inc. (ALI)
/openbmc/linux/drivers/char/agp/
H A DKconfig31 tristate "ALI chipset support"
35 X on the following ALi chipsets. The supported chipsets
37 For the ALi-chipset question, ALi suggests you refer to
38 <http://www.ali.com.tw/>.
H A Dali-agp.c2 * ALi AGPGART routines.
319 dev_err(&pdev->dev, "unsupported ALi chipset [%04x/%04x])\n", in agp_ali_probe()
365 dev_info(&pdev->dev, "ALi %s chipset\n", devs[j].chipset_name); in agp_ali_probe()
399 .name = "agpgart-ali",
H A DMakefile11 obj-$(CONFIG_AGP_ALI) += ali-agp.o
/openbmc/linux/drivers/media/usb/gspca/m5602/
H A Dm5602_bridge.h3 * USB Driver for ALi m5602 based webcams
9 * Portions of code to USB interface and ALi driver software,
21 #define MODULE_NAME "ALi m5602"
104 #define DRIVER_AUTHOR "ALi m5602 Linux Driver Project"
105 #define DRIVER_DESC "ALi m5602 webcam driver"
H A DKconfig3 tristate "ALi USB m5602 Camera Driver"
7 ALi m5602 connected to various image sensors.
H A Dm5602_core.c3 * USB Driver for ALi m5602 based webcams
9 * Portions of code to USB interface and ALi driver software,
212 pr_info("ALi m5602 address 0x%x contains 0x%x\n", i, val); in m5602_dump_bridge()
214 pr_info("Warning: The ALi m5602 webcam probably won't work until it's power cycled\n"); in m5602_dump_bridge()
263 gspca_dbg(gspca_dev, D_CONF, "Initializing ALi m5602 webcam\n"); in m5602_init()
396 gspca_err(gspca_dev, "ALi m5602 webcam failed\n"); in m5602_configure()
H A Dm5602_sensor.h3 * USB Driver for ALi m5602 based webcams
9 * Portions of code to USB interface and ALi driver software,
/openbmc/qemu/tests/unit/
H A Dtest-qobject-input-visitor.c822 AltListInt *ali; in test_visitor_in_alternate_number() local
850 visit_type_AltListInt(v, NULL, &ali, &error_abort); in test_visitor_in_alternate_number()
851 g_assert_cmpint(ali->type, ==, QTYPE_QNUM); in test_visitor_in_alternate_number()
852 g_assert_cmpint(ali->u.i, ==, 42); in test_visitor_in_alternate_number()
853 qapi_free_AltListInt(ali); in test_visitor_in_alternate_number()
885 AltListInt *ali; in test_visitor_in_alternate_list() local
889 visit_type_AltListInt(v, NULL, &ali, &error_abort); in test_visitor_in_alternate_list()
890 g_assert(ali != NULL); in test_visitor_in_alternate_list()
892 g_assert_cmpint(ali->type, ==, QTYPE_QLIST); in test_visitor_in_alternate_list()
893 for (i = 0, item = ali->u.l; item; item = item->next, i++) { in test_visitor_in_alternate_list()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Drenesas,riic.yaml49 - const: ali
107 interrupt-names = "tei", "ri", "ti", "spi", "sti", "naki", "ali",
/openbmc/linux/sound/pci/
H A DKconfig52 tristate "ALi M5451 PCI Audio Controller"
58 device on motherboards using the ALi M5451 Audio Controller
60 use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver.
677 tristate "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
682 ALi chipsets using the M5455 Audio Controller. (There is a
683 separate driver for ALi M5451 Audio Controllers.)
/openbmc/linux/sound/pci/ali5451/
H A Dali5451.c5 * Routines for control of ALi pci audio M5451
30 MODULE_DESCRIPTION("ALI M5451");
39 MODULE_PARM_DESC(index, "Index value for ALI M5451 PCI Audio.");
41 MODULE_PARM_DESC(id, "ID string for ALI M5451 PCI Audio.");
457 * ALI 5451 Controller
1656 { .name = "ALI 5451",
1662 { .name = "ALI 5451 modem",
1808 "ali mixer %d creating error.\n", i); in snd_ali_mixer()
2007 err = pci_request_regions(codec->pci, "ALI 5451"); in snd_ali_resources()
2095 dev_err(card->dev, "cannot find ALi 1533 chip.\n"); in snd_ali_create()
[all …]
/openbmc/linux/arch/arm/boot/dts/renesas/
H A Dr7s9210.dtsi240 "naki", "ali", "tmoi";
261 "naki", "ali", "tmoi";
282 "naki", "ali", "tmoi";
303 "naki", "ali", "tmoi";
/openbmc/u-boot/drivers/misc/
H A Dali512x.c23 /* ALI M5123 Logical device numbers:
37 * Some access primitives for the ALi chip: *
140 * or some secret ali errata? Who knows? in ali512x_set_uart()
/openbmc/linux/tools/memory-model/Documentation/
H A Dreferences.txt53 Sarkar, Ali Sezgin, Luc Maranget, Will Deacon, and Peter
60 Luc Maranget, Kathryn E. Gray, Ali Sezgin, Mark Batty, and Peter
/openbmc/linux/drivers/i2c/busses/
H A Di2c-ali1563.c3 * i2c-ali1563.c - i2c driver for the ALi 1563 Southbridge
15 * with a little help from the ALi 1563 spec.
407 "SMBus ALi 1563 Adapter @ %04x", ali1563_smba); in ali1563_probe()
/openbmc/linux/drivers/iio/light/
H A Dacpi-als.c69 * All types of properties the ACPI0008 block can report. The ALI, ALC, ALT
77 * So far, we support only ALI (illuminance).

12345