Searched refs:mask_s (Results 1 – 1 of 1) sorted by relevance
717 static u32 ahci_port_mask(struct device *dev, char *mask_s) in ahci_port_mask() argument721 if (kstrtouint(mask_s, 0, &mask)) { in ahci_port_mask()731 char *param, *end, *str, *mask_s; in ahci_get_port_mask() local772 mask_s = param; in ahci_get_port_mask()773 param = strchr(mask_s, ','); in ahci_get_port_mask()779 mask = ahci_port_mask(dev, mask_s); in ahci_get_port_mask()