Searched refs:OP_MODE (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/ata/ |
D | pata_arasan_cf.c | 74 #define OP_MODE 0x00C macro 234 dev_dbg(dev, ": OP_MODE: %x", readl(acdev->vbase + OP_MODE)); in cf_dumpregs() 267 u32 val = readl(acdev->vbase + OP_MODE); in cf_card_reset() 269 writel(val | CARD_RESET, acdev->vbase + OP_MODE); in cf_card_reset() 271 writel(val & ~CARD_RESET, acdev->vbase + OP_MODE); in cf_card_reset() 276 writel(readl(acdev->vbase + OP_MODE) & ~CFHOST_ENB, in cf_ctrl_reset() 277 acdev->vbase + OP_MODE); in cf_ctrl_reset() 278 writel(readl(acdev->vbase + OP_MODE) | CFHOST_ENB, in cf_ctrl_reset() 279 acdev->vbase + OP_MODE); in cf_ctrl_reset() 335 writel(TRUE_IDE_MODE | CFHOST_ENB, acdev->vbase + OP_MODE); in cf_init() [all …]
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | stmpe-ts.c | 61 #define OP_MODE(x) ((x & 0x7) << 1) macro 266 OP_MODE(0xff), OP_MODE(OP_MOD_XYZ)); in stmpe_init_hw()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | g364fb.c | 59 #define OP_MODE 0x000008 macro
|
/Linux-v4.19/drivers/net/ethernet/brocade/bna/ |
D | bfi_reg.h | 214 #define OP_MODE 0x0001460c macro
|
D | bfa_ioc_ct.c | 624 writel(0, (rb + OP_MODE)); in bfa_ioc_ct_pll_init() 630 writel(__GLOBAL_FCOE_MODE, (rb + OP_MODE)); in bfa_ioc_ct_pll_init()
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfi_reg.h | 213 #define OP_MODE 0x0001460c /* ct */ macro
|
D | bfa_ioc_ct.c | 605 writel(0, (rb + OP_MODE)); in bfa_ioc_ct_pll_init() 609 writel(__GLOBAL_FCOE_MODE, (rb + OP_MODE)); in bfa_ioc_ct_pll_init()
|