HomeSort by: relevance | last modified time | path
    Searched refs:simple_strtoul (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/include/platform/
aclinux.h 141 #define strtoul simple_strtoul
  /src/sys/dev/pci/cxgb/
cxgb_osdep.h 328 #define simple_strtoul strtoul macro
cxgb_t3_hw.c 655 p->cclk = simple_strtoul(vpd.cclk_data, NULL, 10);
656 p->mclk = simple_strtoul(vpd.mclk_data, NULL, 10);
657 p->uclk = simple_strtoul(vpd.uclk_data, NULL, 10);
658 p->mdc = simple_strtoul(vpd.mdc_data, NULL, 10);
659 p->mem_timing = simple_strtoul(vpd.mt_data, NULL, 10);
671 p->xauicfg[0] = simple_strtoul(vpd.xaui0cfg_data, NULL, 16);
672 p->xauicfg[1] = simple_strtoul(vpd.xaui1cfg_data, NULL, 16);

Completed in 27 milliseconds