Lines Matching defs:max
1179 * ata_read_native_max_address - Read native max address
1181 * @max_sectors: out parameter for the result native max address
1213 "failed to read native max address (err_mask=0x%x)\n",
1230 * ata_set_max_sectors - Set max sectors
1232 * @new_sectors: new max sectors value to set for the device
1234 * Set max sectors of @dev to @new_sectors.
1276 "failed to set max address (err_mask=0x%x)\n",
1312 /* read native max address */
2898 /* find max transfer mode; for printk only */
2930 unsigned int max = dev->id[47] & 0xff;
2933 if (is_power_of_2(max) && is_power_of_2(cnt))
2934 if (cnt <= max)
2940 ata_dev_info(dev, "%s: %s, %s, max %s\n",
3020 "ATAPI: %s, %s, max %s%s%s%s\n",
4038 * Causes silent data corruption with higher max sects.
4044 * These devices time out with higher max sects.
4550 tf.device |= (heads - 1) & 0x0f; /* max head = num. of heads - 1 */
5955 ata_port_info(ap, "%cATA max %s %s\n",