Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/block/
Dxd.c73 static XD_INFO xd_info[XD_MAXDRIVES]; variable
218 XD_INFO *p = &xd_info[i]; in xd_init()
664 xd_info[drive].heads = (u_char)(xd_geo[3 * drive + 1]); in xd_manual_geo_set()
665 xd_info[drive].cylinders = (u_short)(xd_geo[3 * drive]); in xd_manual_geo_set()
666 xd_info[drive].sectors = (u_char)(xd_geo[3 * drive + 2]); in xd_manual_geo_set()
715 xd_info[drive].heads = (u_char)(geometry_table[n][1]); /* heads */ in xd_dtc5150cx_init_drive()
716 xd_info[drive].cylinders = geometry_table[n][0]; /* cylinders */ in xd_dtc5150cx_init_drive()
717 xd_info[drive].sectors = 17; /* sectors */ in xd_dtc5150cx_init_drive()
719 xd_info[drive].rwrite = geometry_table[n][2]; /* reduced write */ in xd_dtc5150cx_init_drive()
720 xd_info[drive].precomp = geometry_table[n][3] /* write precomp */ in xd_dtc5150cx_init_drive()
[all …]
/linux-3.4.99/drivers/staging/rts_pstor/
Dxd.c39 struct xd_info *xd_card = &(chip->xd_card); in xd_set_err_code()
46 struct xd_info *xd_card = &(chip->xd_card); in xd_check_err_code()
53 struct xd_info *xd_card = &(chip->xd_card); in xd_set_init_para()
70 struct xd_info *xd_card = &(chip->xd_card); in xd_switch_clock()
114 struct xd_info *xd_card = &(chip->xd_card); in xd_assign_phy_addr()
445 struct xd_info *xd_card = &(chip->xd_card); in reset_xd()
774 struct xd_info *xd_card = &(chip->xd_card); in xd_init_l2p_tbl()
824 struct xd_info *xd_card = &(chip->xd_card); in xd_set_unused_block()
858 struct xd_info *xd_card = &(chip->xd_card); in xd_get_unused_block()
894 struct xd_info *xd_card = &(chip->xd_card); in xd_set_l2p_tbl()
[all …]
Drtsx_chip.h510 struct xd_info { struct
757 struct xd_info xd_card;
Drtsx.c577 struct xd_info *xd_card = &(chip->xd_card); in rtsx_polling_thread()
Drtsx_chip.c947 struct xd_info *xd_card = &(chip->xd_card); in rtsx_init_chip()
961 memset(xd_card, 0, sizeof(struct xd_info)); in rtsx_init_chip()
Drtsx_card.c45 struct xd_info *xd_card = &(chip->xd_card); in do_remaining_work()
Drtsx_scsi.c1317 struct xd_info *xd_card = &(chip->xd_card); in set_variable()
1375 struct xd_info *xd_card = &(chip->xd_card); in get_variable()
/linux-3.4.99/drivers/staging/rts5139/
Dxd.c45 struct xd_info *xd_card = &(chip->xd_card); in xd_set_err_code()
52 struct xd_info *xd_card = &(chip->xd_card); in xd_check_err_code()
59 struct xd_info *xd_card = &(chip->xd_card); in xd_set_init_para()
76 struct xd_info *xd_card = &(chip->xd_card); in xd_switch_clock()
130 struct xd_info *xd_card = &(chip->xd_card); in xd_assign_phy_addr()
369 struct xd_info *xd_card = &(chip->xd_card); in reset_xd()
735 struct xd_info *xd_card = &(chip->xd_card); in xd_init_l2p_tbl()
783 struct xd_info *xd_card = &(chip->xd_card); in xd_set_unused_block()
818 struct xd_info *xd_card = &(chip->xd_card); in xd_get_unused_block()
858 struct xd_info *xd_card = &(chip->xd_card); in xd_set_l2p_tbl()
[all …]
Drts51x_chip.h447 struct xd_info { struct
734 struct xd_info xd_card;
Drts51x_card.c48 struct xd_info *xd_card = &(chip->xd_card); in do_remaining_work()