Searched refs:setup2 (Results 1 – 3 of 3) sorted by relevance
/drivers/input/touchscreen/ |
D | rohm_bu21023.c | 266 u8 setup2; member 736 return sprintf(buf, "%d\n", !!(ts->setup2 & SWAP_XY)); in swap_xy_show() 756 ts->setup2 |= SWAP_XY; in swap_xy_store() 758 ts->setup2 &= ~SWAP_XY; in swap_xy_store() 762 ts->setup2); in swap_xy_store() 775 return sprintf(buf, "%d\n", !!(ts->setup2 & INV_X)); in inv_x_show() 795 ts->setup2 |= INV_X; in inv_x_store() 797 ts->setup2 &= ~INV_X; in inv_x_store() 801 ts->setup2); in inv_x_store() 814 return sprintf(buf, "%d\n", !!(ts->setup2 & INV_Y)); in inv_y_show() [all …]
|
/drivers/net/arcnet/ |
D | com20020.c | 103 lp->setup2 = (lp->clockm << 4) | 8; in com20020_check() 114 arcnet_outb(lp->setup2, ioaddr, COM20020_REG_W_XREG); in com20020_check() 230 arcnet_outb(lp->setup2, ioaddr, COM20020_REG_W_XREG); in com20020_found() 262 ((lp->setup2 & 0xF0) >> 4) + in com20020_found()
|
D | arcdevice.h | 246 setup2, /* Contents of setup2 register */ member
|