Home
last modified time | relevance | path

Searched refs:WM8350_MAX_REGISTER (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/mfd/
Dwm8350-i2c.c44 u8 msg[(WM8350_MAX_REGISTER << 1) + 1]; in wm8350_i2c_write_device()
47 if (bytes > ((WM8350_MAX_REGISTER << 1) + 1)) in wm8350_i2c_write_device()
Dwm8350-core.c102 if ((reg + num_regs - 1) > WM8350_MAX_REGISTER) { in wm8350_read()
155 if ((reg + num_regs - 1) > WM8350_MAX_REGISTER) { in wm8350_write()
510 kmalloc(sizeof(u16) * (WM8350_MAX_REGISTER + 1), GFP_KERNEL); in wm8350_create_cache()
519 sizeof(u16) * (WM8350_MAX_REGISTER + 1), in wm8350_create_cache()
528 for (i = 0; i < WM8350_MAX_REGISTER; i++) { in wm8350_create_cache()
/linux-3.4.99/include/linux/mfd/wm8350/
Dcore.h67 #define WM8350_MAX_REGISTER 0xFF macro