Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sti/
H A Dsti_dvo.c56 u32 highbyte; member
66 .highbyte = DVO_LUT_CB_B,
271 writel(config->highbyte, dvo->regs + DVO_LUT_PROG_HIGH); in sti_dvo_pre_enable()
/linux/net/ipv4/
H A Dtcp_output.c755 u8 highbyte = TCPOPT_NOP; in tcp_options_write() local
763 highbyte = leftover_highbyte; in tcp_options_write()
766 *ptr++ = htonl((highbyte << 24) | in tcp_options_write()