Searched refs:xd_info (Results 1 - 10 of 10) sorted by relevance

/drivers/block/
H A Dxd.c73 static XD_INFO xd_info[XD_MAXDRIVES]; variable
218 XD_INFO *p = &xd_info[i];
664 xd_info[drive].heads = (u_char)(xd_geo[3 * drive + 1]);
665 xd_info[drive].cylinders = (u_short)(xd_geo[3 * drive]);
666 xd_info[drive].sectors = (u_char)(xd_geo[3 * drive + 2]);
715 xd_info[drive].heads = (u_char)(geometry_table[n][1]); /* heads */
716 xd_info[drive].cylinders = geometry_table[n][0]; /* cylinders */
717 xd_info[drive].sectors = 17; /* sectors */
719 xd_info[drive].rwrite = geometry_table[n][2]; /* reduced write */
720 xd_info[driv
[all...]
/drivers/staging/rts5139/
H A Dxd.c45 struct xd_info *xd_card = &(chip->xd_card);
52 struct xd_info *xd_card = &(chip->xd_card);
59 struct xd_info *xd_card = &(chip->xd_card);
76 struct xd_info *xd_card = &(chip->xd_card);
130 struct xd_info *xd_card = &(chip->xd_card);
369 struct xd_info *xd_card = &(chip->xd_card);
735 struct xd_info *xd_card = &(chip->xd_card);
783 struct xd_info *xd_card = &(chip->xd_card);
818 struct xd_info *xd_card = &(chip->xd_card);
858 struct xd_info *xd_car
[all...]
H A Drts51x_chip.h447 struct xd_info { struct
734 struct xd_info xd_card;
H A Drts51x_card.c48 struct xd_info *xd_card = &(chip->xd_card);
/drivers/staging/rts_pstor/
H A Dxd.c39 struct xd_info *xd_card = &(chip->xd_card);
46 struct xd_info *xd_card = &(chip->xd_card);
53 struct xd_info *xd_card = &(chip->xd_card);
70 struct xd_info *xd_card = &(chip->xd_card);
114 struct xd_info *xd_card = &(chip->xd_card);
445 struct xd_info *xd_card = &(chip->xd_card);
774 struct xd_info *xd_card = &(chip->xd_card);
824 struct xd_info *xd_card = &(chip->xd_card);
858 struct xd_info *xd_card = &(chip->xd_card);
894 struct xd_info *xd_car
[all...]
H A Drtsx_chip.h510 struct xd_info { struct
757 struct xd_info xd_card;
H A Drtsx.c577 struct xd_info *xd_card = &(chip->xd_card);
H A Drtsx_chip.c947 struct xd_info *xd_card = &(chip->xd_card);
961 memset(xd_card, 0, sizeof(struct xd_info));
H A Drtsx_card.c45 struct xd_info *xd_card = &(chip->xd_card);
H A Drtsx_scsi.c1317 struct xd_info *xd_card = &(chip->xd_card);
1375 struct xd_info *xd_card = &(chip->xd_card);

Completed in 372 milliseconds