Home
last modified time | relevance | path

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

/Linux-v6.1/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()
390 if (msp430) in dm355evm_msp_probe()
392 msp430 = client; in dm355evm_msp_probe()
[all …]
DKconfig1455 This driver supports the MSP430 microcontroller used on these
1456 boards. MSP430 firmware manages resets and power sequencing,
/Linux-v6.1/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
DKconfig547 Supports the RTC firmware in the MSP430 on the DM355 EVM.
/Linux-v6.1/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-v6.1/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-v6.1/Documentation/devicetree/bindings/mfd/
Dnetronix,ntxec.yaml14 is typically implemented as a TI MSP430 microcontroller.
/Linux-v6.1/arch/arm/mach-pxa/
Dxcep.c153 /* SSP communication to MSP430 */
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/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()