Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-xv.c39 #define NUM_PORTS 16 macro
246 pPorts = xnfcalloc(NUM_PORTS, sizeof(XvPortRec)); in xwl_glamor_xv_add_ports()
249 xwlXvScreen->port_privates = xnfcalloc(NUM_PORTS, in xwl_glamor_xv_add_ports()
253 for (pp = pPorts, i = 0, nPorts = 0; i < NUM_PORTS; i++) { in xwl_glamor_xv_add_ports()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_pl01x.c32 #define NUM_PORTS (sizeof(port)/sizeof(port[0])) macro