Lines Matching full:msp430
3 * 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()
454 MODULE_DESCRIPTION("Interface to MSP430 firmware on DM355EVM");