Home
last modified time | relevance | path

Searched refs:highbyte (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_dvo.c55 u32 highbyte; member
65 .highbyte = DVO_LUT_CB_B,
270 writel(config->highbyte, dvo->regs + DVO_LUT_PROG_HIGH); in sti_dvo_pre_enable()
/openbmc/qemu/disas/
H A Dcris.c2117 unsigned int highbyte = (number >> 24) & 0xff; in print_with_operands() local
2125 && (highbyte == ((addr >> 24) & 0xff) in print_with_operands()
2126 || (highbyte != 0 && highbyte != 0xff) in print_with_operands()