HomeSort by relevance Sort by last modified time
    Searched full:cis_tpl (Results 1 - 1 of 1) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
prism2_plx.c 42 unsigned char *cis_tpl = NULL; local
59 cis_tpl = bus_to_virt(attr_mem);
60 while ( *cis_tpl != CISTPL_END ) {
61 if ( *cis_tpl == CISTPL_VERS_1 ) {
65 cis_string = cis_tpl + CISTPL_VERS_1_STR_OFF;
72 /* printf ( "CIS tuple type %#hhx, length %#hhx\n", *cis_tpl, *(cis_tpl+CISTPL_LEN_OFF) ); */
73 cis_tpl += CISTPL_HEADER_LEN + CIS_STEP * ( *(cis_tpl+CISTPL_LEN_OFF) );

Completed in 53 milliseconds