wm97xx_reg_read   183 drivers/input/touchscreen/wm9705.c 		wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); /* dummy read */
wm97xx_reg_read   216 drivers/input/touchscreen/wm9705.c 		u16 data = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
wm97xx_reg_read   232 drivers/input/touchscreen/wm9705.c 	while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL)
wm97xx_reg_read   247 drivers/input/touchscreen/wm9705.c 	*sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
wm97xx_reg_read   202 drivers/input/touchscreen/wm9712.c 		reg = wm97xx_reg_read(wm, AC97_MISC_AFE);
wm97xx_reg_read   204 drivers/input/touchscreen/wm9712.c 		reg = wm97xx_reg_read(wm, AC97_GPIO_CFG);
wm97xx_reg_read   223 drivers/input/touchscreen/wm9712.c 		wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); /* dummy read */
wm97xx_reg_read   256 drivers/input/touchscreen/wm9712.c 		u16 data = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
wm97xx_reg_read   272 drivers/input/touchscreen/wm9712.c 	while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL)
wm97xx_reg_read   287 drivers/input/touchscreen/wm9712.c 	*sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
wm97xx_reg_read   301 drivers/input/touchscreen/wm9712.c 		*sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
wm97xx_reg_read   319 drivers/input/touchscreen/wm9712.c 		u16 data_rd = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
wm97xx_reg_read   334 drivers/input/touchscreen/wm9712.c 	data->x = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
wm97xx_reg_read   336 drivers/input/touchscreen/wm9712.c 	while ((wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER1) & WM97XX_POLL)
wm97xx_reg_read   352 drivers/input/touchscreen/wm9712.c 	data->y = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
wm97xx_reg_read   354 drivers/input/touchscreen/wm9712.c 		data->p = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
wm97xx_reg_read   206 drivers/input/touchscreen/wm9713.c 	wm->misc = wm97xx_reg_read(wm, 0x5a);
wm97xx_reg_read   219 drivers/input/touchscreen/wm9713.c 		val = wm97xx_reg_read(wm, AC97_EXTENDED_MID);
wm97xx_reg_read   223 drivers/input/touchscreen/wm9713.c 		wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD); /* dummy read */
wm97xx_reg_read   227 drivers/input/touchscreen/wm9713.c 		val = wm97xx_reg_read(wm, AC97_EXTENDED_MID);
wm97xx_reg_read   262 drivers/input/touchscreen/wm9713.c 		u16 data = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
wm97xx_reg_read   269 drivers/input/touchscreen/wm9713.c 	dig1 = wm97xx_reg_read(wm, AC97_WM9713_DIG1);
wm97xx_reg_read   282 drivers/input/touchscreen/wm9713.c 	while ((wm97xx_reg_read(wm, AC97_WM9713_DIG1) & WM9713_POLL) &&
wm97xx_reg_read   297 drivers/input/touchscreen/wm9713.c 	*sample = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
wm97xx_reg_read   326 drivers/input/touchscreen/wm9713.c 		u16 val = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
wm97xx_reg_read   333 drivers/input/touchscreen/wm9713.c 	dig1 = wm97xx_reg_read(wm, AC97_WM9713_DIG1);
wm97xx_reg_read   345 drivers/input/touchscreen/wm9713.c 	data->x = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
wm97xx_reg_read   347 drivers/input/touchscreen/wm9713.c 	while ((wm97xx_reg_read(wm, AC97_WM9713_DIG1) & WM9713_POLL)
wm97xx_reg_read   363 drivers/input/touchscreen/wm9713.c 	data->y = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
wm97xx_reg_read   365 drivers/input/touchscreen/wm9713.c 		data->p = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD);
wm97xx_reg_read    91 drivers/input/touchscreen/wm97xx-core.c EXPORT_SYMBOL_GPL(wm97xx_reg_read);
wm97xx_reg_read   134 drivers/input/touchscreen/wm97xx-core.c 	    (power = wm97xx_reg_read(wm, AC97_EXTENDED_MID)) & 0x8000) {
wm97xx_reg_read   181 drivers/input/touchscreen/wm97xx-core.c 	status = wm97xx_reg_read(wm, AC97_GPIO_STATUS);
wm97xx_reg_read   208 drivers/input/touchscreen/wm97xx-core.c 	reg = wm97xx_reg_read(wm, AC97_GPIO_STATUS);
wm97xx_reg_read   234 drivers/input/touchscreen/wm97xx-core.c 	reg = wm97xx_reg_read(wm, AC97_GPIO_POLARITY);
wm97xx_reg_read   242 drivers/input/touchscreen/wm97xx-core.c 	reg = wm97xx_reg_read(wm, AC97_GPIO_STICKY);
wm97xx_reg_read   250 drivers/input/touchscreen/wm97xx-core.c 	reg = wm97xx_reg_read(wm, AC97_GPIO_WAKEUP);
wm97xx_reg_read   258 drivers/input/touchscreen/wm97xx-core.c 	reg = wm97xx_reg_read(wm, AC97_GPIO_CFG);
wm97xx_reg_read   297 drivers/input/touchscreen/wm97xx-core.c 		if (wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER_RD) &
wm97xx_reg_read   305 drivers/input/touchscreen/wm97xx-core.c 		status = wm97xx_reg_read(wm, AC97_GPIO_STATUS);
wm97xx_reg_read   306 drivers/input/touchscreen/wm97xx-core.c 		pol = wm97xx_reg_read(wm, AC97_GPIO_POLARITY);
wm97xx_reg_read   392 drivers/input/touchscreen/wm97xx-core.c 		reg = wm97xx_reg_read(wm, AC97_MISC_AFE);
wm97xx_reg_read   395 drivers/input/touchscreen/wm97xx-core.c 		reg = wm97xx_reg_read(wm, 0x5a);
wm97xx_reg_read   553 drivers/input/touchscreen/wm97xx-core.c 			reg = wm97xx_reg_read(wm, AC97_MISC_AFE);
wm97xx_reg_read   654 drivers/input/touchscreen/wm97xx-core.c 	id = wm97xx_reg_read(wm, AC97_VENDOR_ID1);
wm97xx_reg_read   661 drivers/input/touchscreen/wm97xx-core.c 	wm->id = wm97xx_reg_read(wm, AC97_VENDOR_ID2);
wm97xx_reg_read   693 drivers/input/touchscreen/wm97xx-core.c 	wm->gpio[0] = wm97xx_reg_read(wm, AC97_GPIO_CFG);
wm97xx_reg_read   694 drivers/input/touchscreen/wm97xx-core.c 	wm->gpio[1] = wm97xx_reg_read(wm, AC97_GPIO_POLARITY);
wm97xx_reg_read   695 drivers/input/touchscreen/wm97xx-core.c 	wm->gpio[2] = wm97xx_reg_read(wm, AC97_GPIO_STICKY);
wm97xx_reg_read   696 drivers/input/touchscreen/wm97xx-core.c 	wm->gpio[3] = wm97xx_reg_read(wm, AC97_GPIO_WAKEUP);
wm97xx_reg_read   697 drivers/input/touchscreen/wm97xx-core.c 	wm->gpio[4] = wm97xx_reg_read(wm, AC97_GPIO_STATUS);
wm97xx_reg_read   698 drivers/input/touchscreen/wm97xx-core.c 	wm->gpio[5] = wm97xx_reg_read(wm, AC97_MISC_AFE);
wm97xx_reg_read   813 drivers/input/touchscreen/wm97xx-core.c 	reg = wm97xx_reg_read(wm, AC97_WM97XX_DIGITISER2);
wm97xx_reg_read   823 drivers/input/touchscreen/wm97xx-core.c 		reg = wm97xx_reg_read(wm, AC97_EXTENDED_MID) | 0x8000;
wm97xx_reg_read   840 drivers/input/touchscreen/wm97xx-core.c 			reg = wm97xx_reg_read(wm, AC97_EXTENDED_MID) & 0x7fff;
wm97xx_reg_read   328 include/linux/wm97xx.h int wm97xx_reg_read(struct wm97xx *wm, u16 reg);