Searched refs:hobfile (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-disk.c409 struct hd_drive_hob_hdr hobfile; local
419 memset(&hobfile, 0, sizeof(hob_struct_t));
438 memcpy(args.hobRegister, &hobfile, sizeof(struct hd_drive_hob_hdr));
440 args.prehandler = ide_pre_handler_parser(&taskfile, &hobfile);
441 args.handler = ide_handler_parser(&taskfile, &hobfile);
454 struct hd_drive_hob_hdr hobfile; local
460 memset(&hobfile, 0, sizeof(hob_struct_t));
480 memcpy(args.hobRegister, &hobfile, sizeof(struct hd_drive_hob_hdr));
482 args.prehandler = ide_pre_handler_parser(&taskfile, &hobfile);
483 args.handler = ide_handler_parser(&taskfile, &hobfile);
502 struct hd_drive_hob_hdr hobfile; local
723 struct hd_drive_hob_hdr hobfile; local
745 struct hd_drive_hob_hdr hobfile; local
1010 struct hd_drive_hob_hdr hobfile; local
1031 struct hd_drive_hob_hdr hobfile; local
1044 struct hd_drive_hob_hdr hobfile; local
1080 struct hd_drive_hob_hdr hobfile; local
1093 struct hd_drive_hob_hdr hobfile; local
1108 struct hd_drive_hob_hdr hobfile; local
1190 struct hd_drive_hob_hdr hobfile; local
1229 struct hd_drive_hob_hdr hobfile; local
1246 struct hd_drive_hob_hdr hobfile; local
1256 struct hd_drive_hob_hdr hobfile; local
1270 struct hd_drive_hob_hdr hobfile; local
[all...]
H A Dide-taskfile.c171 hob_struct_t *hobfile = (hob_struct_t *) task->hobRegister; local
185 OUT_BYTE(hobfile->feature, IDE_FEATURE_REG);
186 OUT_BYTE(hobfile->sector_count, IDE_NSECTOR_REG);
187 OUT_BYTE(hobfile->sector_number, IDE_SECTOR_REG);
188 OUT_BYTE(hobfile->low_cylinder, IDE_LCYL_REG);
189 OUT_BYTE(hobfile->high_cylinder, IDE_HCYL_REG);
239 void do_taskfile (ide_drive_t *drive, struct hd_drive_task_hdr *taskfile, struct hd_drive_hob_hdr *hobfile, ide_handler_t *handler) argument
254 OUT_BYTE(hobfile->feature, IDE_FEATURE_REG);
255 OUT_BYTE(hobfile->sector_count, IDE_NSECTOR_REG);
256 OUT_BYTE(hobfile
653 ide_pre_handler_parser(struct hd_drive_task_hdr *taskfile, struct hd_drive_hob_hdr *hobfile) argument
682 ide_handler_parser(struct hd_drive_task_hdr *taskfile, struct hd_drive_hob_hdr *hobfile) argument
784 struct hd_drive_hob_hdr *hobfile = (struct hd_drive_hob_hdr *) args->hobRegister; local
919 ide_wait_taskfile(ide_drive_t *drive, struct hd_drive_task_hdr *taskfile, struct hd_drive_hob_hdr *hobfile, byte *buf) argument
[all...]
H A Dide-proc.c449 struct hd_drive_hob_hdr hobfile; local
451 memset(&hobfile, 0, sizeof(struct hd_drive_hob_hdr));
456 return ide_wait_taskfile(drive, &taskfile, &hobfile, buf);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dide.h954 void do_taskfile (ide_drive_t *drive, struct hd_drive_task_hdr *taskfile, struct hd_drive_hob_hdr *hobfile, ide_handler_t *handler);
972 int ide_wait_taskfile (ide_drive_t *drive, struct hd_drive_task_hdr *taskfile, struct hd_drive_hob_hdr *hobfile, byte *buf);
976 ide_pre_handler_t * ide_pre_handler_parser (struct hd_drive_task_hdr *taskfile, struct hd_drive_hob_hdr *hobfile);
977 ide_handler_t * ide_handler_parser (struct hd_drive_task_hdr *taskfile, struct hd_drive_hob_hdr *hobfile);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dide.h954 void do_taskfile (ide_drive_t *drive, struct hd_drive_task_hdr *taskfile, struct hd_drive_hob_hdr *hobfile, ide_handler_t *handler);
972 int ide_wait_taskfile (ide_drive_t *drive, struct hd_drive_task_hdr *taskfile, struct hd_drive_hob_hdr *hobfile, byte *buf);
976 ide_pre_handler_t * ide_pre_handler_parser (struct hd_drive_task_hdr *taskfile, struct hd_drive_hob_hdr *hobfile);
977 ide_handler_t * ide_handler_parser (struct hd_drive_task_hdr *taskfile, struct hd_drive_hob_hdr *hobfile);

Completed in 74 milliseconds