Lines Matching defs:page
1040 * ata_id_string - Convert IDENTIFY DEVICE page into string
1043 * @ofs: offset into identify device page
1046 * The strings in the IDENTIFY DEVICE page are broken up into
1077 * ata_id_c_string - Convert IDENTIFY DEVICE page into C string
1080 * @ofs: offset into identify device page
1355 * @id: IDENTIFY DEVICE page to dump
1358 * page.
1973 * ata_read_log_page - read a specific log page
1976 * @page: page to read
1977 * @buf: buffer to store read page
1980 * Read log page using READ_LOG_EXT command.
1989 u8 page, void *buf, unsigned int sectors)
1996 DPRINTK("read log page - log 0x%x, page 0x%x\n", log, page);
2000 * which e.g. lockup on a read log page.
2018 tf.lbam = page;
2045 static bool ata_identify_page_supported(struct ata_device *dev, u8 page)
2056 * Read IDENTIFY DEVICE data log, page 0, to figure out if the page is
2069 if (ap->sector_buf[9 + i] == page)
2197 ata_dev_dbg(dev, "SATA page does not support priority\n");
2335 * Read IDENTIFY DEVICE data log, page 9 (Zoned-device information)
2595 * from SATA Settings page of Identify Device Data Log.
2873 /* read IDENTIFY page and configure devices. We have to do the identify
3619 * @new_id: IDENTIFY page of the new device
3669 * Re-read IDENTIFY page and make sure @dev is still attached to
3703 * Re-read IDENTIFY page, make sure @dev is still attached to the
3704 * port and reconfigure it according to the new IDENTIFY page.