Lines Matching defs:val
6069 return (tmp == bits->val) ? 1 : 0;
6216 char *id, *val, *endp;
6234 val = strstrip(start);
6240 val = strstrip(p + 1);
6260 /* parse val, allow shortcuts so that both 1.5 and 1.5Gbps work */
6264 if (strncasecmp(val, fp->name, strlen(val)))
6270 if (strcasecmp(val, fp->name) == 0) {
6428 * @val: Wait condition
6436 * (*@reg & mask) != val
6447 u32 ata_wait_register(struct ata_port *ap, void __iomem *reg, u32 mask, u32 val,
6461 while ((tmp & mask) == val && time_before(jiffies, deadline)) {