Searched refs:xd_card (Results 1 – 7 of 7) sorted by relevance
108 #define XD_SET_BAD_NEWBLK(xd_card) ((xd_card)->multi_flag |= 0x01) argument110 #define XD_CHK_BAD_NEWBLK(xd_card) ((xd_card)->multi_flag & 0x01) argument114 #define XD_CHK_BAD_OLDBLK(xd_card) ((xd_card)->multi_flag & 0x02) argument116 #define XD_SET_MBR_FAIL(xd_card) ((xd_card)->multi_flag |= 0x04) argument117 #define XD_CLR_MBR_FAIL(xd_card) ((xd_card)->multi_flag &= ~0x04) argument118 #define XD_CHK_MBR_FAIL(xd_card) ((xd_card)->multi_flag & 0x04) argument124 #define XD_SET_4MB(xd_card) ((xd_card)->multi_flag |= 0x10) argument125 #define XD_CLR_4MB(xd_card) ((xd_card)->multi_flag &= ~0x10) argument126 #define XD_CHK_4MB(xd_card) ((xd_card)->multi_flag & 0x10) argument128 #define XD_SET_ECC_ERR(xd_card) ((xd_card)->multi_flag |= 0x40) argument[all …]
29 struct xd_info *xd_card = &chip->xd_card; in xd_set_err_code() local36 struct xd_info *xd_card = &chip->xd_card; in xd_check_err_code() local43 struct xd_info *xd_card = &chip->xd_card; in xd_set_init_para() local60 struct xd_info *xd_card = &chip->xd_card; in xd_switch_clock() local106 struct xd_info *xd_card = &chip->xd_card; in xd_assign_phy_addr() local441 struct xd_info *xd_card = &chip->xd_card; in reset_xd() local788 struct xd_info *xd_card = &chip->xd_card; in xd_init_l2p_tbl() local833 struct xd_info *xd_card = &chip->xd_card; in xd_set_unused_block() local868 struct xd_info *xd_card = &chip->xd_card; in xd_get_unused_block() local907 struct xd_info *xd_card = &chip->xd_card; in xd_set_l2p_tbl() local[all …]
27 struct xd_info *xd_card = &chip->xd_card; in do_remaining_work() local42 if (xd_card->delay_write.delay_write_flag) { in do_remaining_work()44 xd_card->cleanup_counter++; in do_remaining_work()46 xd_card->cleanup_counter = 0; in do_remaining_work()74 if (xd_card->cleanup_counter > POLLING_WAIT_CNT) in do_remaining_work()
461 struct xd_info *xd_card = &chip->xd_card; in rtsx_polling_thread() local465 xd_card->cleanup_counter = 0; in rtsx_polling_thread()
1399 struct xd_info *xd_card = &chip->xd_card; in set_variable() local1405 xd_card->xd_clock = srb->cmnd[5]; in set_variable()1460 struct xd_info *xd_card = &chip->xd_card; in get_variable() local1467 tmp = (u8)(xd_card->xd_clock); in get_variable()
757 struct xd_info *xd_card = &chip->xd_card; in rtsx_init_chip() local767 memset(xd_card, 0, sizeof(struct xd_info)); in rtsx_init_chip()
771 struct xd_info xd_card; member
Completed in 34 milliseconds