HomeSort by relevance Sort by last modified time
    Searched refs:ata (Results 1 - 10 of 10) sorted by null

  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
aoeboot.c 7 #include <gpxe/ata.h>
16 struct ata_device *ata; local
20 ata = zalloc ( sizeof ( *ata ) );
21 if ( ! ata ) {
34 if ( ( rc = aoe_attach ( ata, netdev, root_path ) ) != 0 ) {
39 if ( ( rc = init_atadev ( ata ) ) != 0 ) {
47 container_of ( ata->backend, struct aoe_session, refcnt );
50 drive->blockdev = &ata->blockdev;
66 aoe_detach ( ata );
    [all...]
  /external/syslinux/gpxe/src/drivers/block/
ata.c 28 #include <gpxe/ata.h>
32 * ATA block device
42 * Issue ATA command
44 * @v ata ATA device
45 * @v command ATA command
49 ata_command ( struct ata_device *ata, struct ata_command *command ) {
52 DBG ( "ATA cmd %02x dev %02x LBA%s %llx count %04x\n",
61 /* Issue ATA command */
62 if ( ( rc = ata->command ( ata, command ) ) != 0 )
91 struct ata_device *ata = block_to_ata ( blockdev ); local
117 struct ata_device *ata = block_to_ata ( blockdev ); local
140 struct ata_device *ata = block_to_ata ( blockdev ); local
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
aoe.h 16 #include <gpxe/ata.h>
22 /** ATA target firmware version */
24 /** ATA target sector count */
34 /** An AoE ATA command */
38 /** ATA error/feature register */
40 /** ATA sector count register */
42 /** ATA command/status register */
62 /** ATA command */
63 struct aoeata ata; member in union:aoecmd
93 #define AOE_CMD_ATA 0x00 /**< Issue ATA command *
    [all...]
ata.h 11 * ATA devices
18 * An ATA Logical Block Address
20 * ATA controllers have three byte-wide registers for specifying the
53 /** ATA registers */
77 /** An ATA 2-byte FIFO register */
81 /** ATA registers */
95 /** ATA command block */
111 /** Obsolete bits in the ATA device register */
114 /** LBA flag in the ATA device register */
117 /** Slave ("device 1") flag in the ATA device register *
    [all...]
  /external/syslinux/gpxe/src/net/
aoe.c 33 #include <gpxe/ata.h>
122 aoecmdlen = sizeof ( aoecmd->ata );
155 aoeata = &aoecmd->ata;
223 * Handle AoE ATA command response
226 * @v aoeata AoE ATA command
227 * @v len Length of AoE ATA command
250 /* Merge into overall ATA status */
261 /* Update ATA command and offset */
350 * Issue ATA command via an open AoE session
352 * @v ata ATA devic
    [all...]
  /bionic/libc/kernel/uapi/linux/
edd.h 98 } __attribute__((packed)) ata; member in union:edd_device_params::__anon606
  /external/kernel-headers/original/uapi/linux/
edd.h 121 } __attribute__ ((packed)) ata; member in union:edd_device_params::__anon22812
  /external/syslinux/com32/gplinclude/disk/
geom.h 60 * "ATA"
109 * ---ATA---
134 } __attribute__ ((packed)) ata; member in union:edd_device_parameters::__anon36949
235 * bits 7-4: DMA type (0-2) as per ATA-2 specification
239 * bits 3-0: PIO type (1-4) as per ATA-2 specification
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
edd.h 120 } __attribute__ ((packed)) ata; member in union:edd_device_params::__anon62482
  /hardware/intel/bootstub/
bootparam.h 185 } __attribute__ ((packed)) ata; member in union:edd_device_params::__anon47178

Completed in 248 milliseconds