Searched refs:CMD0 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/video/backlight/ |
H A D | tdo24m.c | 41 #define CMD0(x) ((0 << 30) | (x)) macro 48 CMD0(0x1), /* reset */ 49 CMD0(0x0), /* nop */ 50 CMD0(0x0), /* nop */ 51 CMD0(0x0), /* nop */ 56 CMD0(0x29), /* Display ON */ 58 CMD0(0x11), /* Sleep out */ 64 CMD0(0x28), /* Display OFF */ 66 CMD0(0x10), /* Sleep in */ 97 CMD0(0x21), /* Invert for normally black display */ [all …]
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | amd8111e.c | 428 writel(RUN, mmio + CMD0); in amd8111e_restart() 489 writel(VAL2 | RDMD0, mmio + CMD0); in amd8111e_restart() 490 writel(VAL0 | INTREN | RUN, mmio + CMD0); in amd8111e_restart() 493 readl(mmio+CMD0); in amd8111e_restart() 506 writel(RUN, mmio + CMD0); in amd8111e_init_hw_default() 521 writel(CMD0_CLEAR, mmio + CMD0); in amd8111e_init_hw_default() 594 writel(INTREN, lp->mmio + CMD0); in amd8111e_disable_interrupt() 608 writel(RUN, lp->mmio + CMD0); in amd8111e_stop_chip() 611 readl(lp->mmio + CMD0); in amd8111e_stop_chip() 784 writel(VAL2 | RDMD0, mmio + CMD0); in amd8111e_rx_poll() [all …]
|
H A D | amd8111e.h | 46 #define CMD0 0x48 /* Command0 register */ macro
|
/openbmc/qemu/include/hw/misc/ |
H A D | xlnx-versal-cframe-reg.h | 65 REG32(CMD0, 0x60) 66 FIELD(CMD0, CMD, 0, 5)
|
/openbmc/qemu/hw/misc/ |
H A D | xlnx-versal-cframe-reg.c | 189 uint8_t cmd = ARRAY_FIELD_EX32(s->regs, CMD0, CMD); in cfrm_cmd_post_write() 487 ARRAY_FIELD_DP32(s->regs, CMD0, CMD, pkt->data[0]); in cframe_reg_cfi_transfer_packet()
|