Home
last modified time | relevance | path

Searched full:msp430 (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/drivers/mfd/
Ddm355evm_msp.c3 * dm355evm_msp.c - driver for MSP430 firmware on DM355EVM board
23 * EVM board has an MSP430 programmed with firmware for various board
62 static struct i2c_client *msp430; variable
73 return i2c_smbus_write_byte_data(msp430, reg, value); in dm355evm_msp_write()
85 return i2c_smbus_read_byte_data(msp430, reg); in dm355evm_msp_read()
92 * Many of the msp430 pins are just used as fixed-direction GPIOs.
369 dev_err(&msp430->dev, "command %d failure %d\n", in dm355evm_command()
381 msp430 = NULL; in dm355evm_msp_remove()
391 if (msp430) in dm355evm_msp_probe()
393 msp430 = client; in dm355evm_msp_probe()
[all …]
DKconfig1391 This driver supports the MSP430 microcontroller used on these
1392 boards. MSP430 firmware manages resets and power sequencing,
/Linux-v5.15/drivers/rtc/
Drtc-dm355evm.c3 * rtc-dm355evm.c - access battery-backed counter in MSP430 firmware
17 * The MSP430 firmware on the DM355 EVM uses a watch crystal to feed
139 * I2C is used to talk to the MSP430, but this platform device is
DKconfig535 Supports the RTC firmware in the MSP430 on the DM355 EVM.
/Linux-v5.15/include/linux/mfd/
Ddm355evm_msp.h2 * dm355evm_msp.h - support MSP430 microcontroller on DM355EVM board
16 /* utilities to access "registers" emulated by msp430 firmware */
/Linux-v5.15/drivers/input/misc/
Ddm355evm_keys.c19 * The MSP430 firmware on the DM355 EVM monitors on-board pushbuttons
93 * Because we communicate with the MSP430 using I2C, and all I2C calls
227 * I2C is used to talk to the MSP430, but this platform device is
/Linux-v5.15/Documentation/devicetree/bindings/mfd/
Dnetronix,ntxec.yaml14 is typically implemented as a TI MSP430 microcontroller.
/Linux-v5.15/arch/arm/mach-davinci/
Dboard-sffsdr.c97 * MSP430, addr 0x23 (not used)
Dboard-neuros-osd2.c15 * IR Blaster based on MSP430 (firmware although is different
Dboard-dm644x-evm.c549 * MSP430 supports RTC, card detection, input from IR remote, and
675 /* The msp430 uses a slow bitbanged I2C implementation (ergo 20 KHz),
/Linux-v5.15/arch/powerpc/boot/dts/
Ddigsy_mtc.dts29 msp430@0 {
/Linux-v5.15/arch/arm/mach-pxa/
Dxcep.c153 /* SSP communication to MSP430 */
/Linux-v5.15/drivers/media/pci/ttpci/
Dbudget-ci.c7 * msp430 IR support contributed by Jack Thomasson <jkt@Helius.COM>
110 * The msp430 chip can generate two different bytes, command and device in msp430_ir_interrupt()