Searched refs:resource_alignment_param (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dpci.c2824 static char resource_alignment_param[RESOURCE_ALIGNMENT_PARAM_SIZE] = {0}; variable
2841 p = resource_alignment_param;
2901 strncpy(resource_alignment_param, buf, count);
2902 resource_alignment_param[count] = '\0';
2911 count = snprintf(buf, size, "%s", resource_alignment_param);

Completed in 48 milliseconds