Home
last modified time | relevance | path

Searched refs:xsz (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/video/
Dau1200fb.c727 int xsz, ysz; in au1200_setlocation() local
737 xsz = win->w[plane].xres; in au1200_setlocation()
741 xsz = panel->Xres - xpos; /* off by 1 ??? */ in au1200_setlocation()
753 xsz = win->w[plane].xres + xpos; in au1200_setlocation()
771 xsz -= 1; in au1200_setlocation()
775 winctrl1 |= (xsz << 11); in au1200_setlocation()
/linux-2.6.39/drivers/net/atlx/
Datl1.c1794 num_buf = (rrd->xsz.xsum_sz.pkt_size + adapter->rx_buffer_len - 1) / in atl1_update_rfd_index()
1936 if (likely(rrd->xsz.valid)) { /* packet valid */ in atl1_intr_rx()
1952 rrd->xsz.xsum_sz.pkt_size); in atl1_intr_rx()
1979 rrd->xsz.valid = 0; in atl1_intr_rx()
2007 rrd->xsz.valid = 0; in atl1_intr_rx()
2017 length = le16_to_cpu(rrd->xsz.xsum_sz.pkt_size); in atl1_intr_rx()
2036 rrd->xsz.valid = 0; in atl1_intr_rx()
Datl1.h401 } xsz; member