Searched refs:set_index (Results 1 – 4 of 4) sorted by relevance
181 static inline void set_index(struct s3c_hsudc *hsudc, int ep_addr) in set_index() function513 set_index(hsudc, ep_index(hsep)); in s3c_hsudc_set_halt()777 set_index(hsudc, hsep->bEndpointAddress); in s3c_hsudc_ep_enable()810 set_index(hsudc, hsep->bEndpointAddress); in s3c_hsudc_ep_disable()887 set_index(hsudc, hsep->bEndpointAddress); in s3c_hsudc_queue()950 set_index(hsudc, hsep->bEndpointAddress); in s3c_hsudc_dequeue()1008 set_index(hsudc, epnum); in s3c_hsudc_initep()1113 set_index(hsudc, 0); in s3c_hsudc_irq()1122 set_index(hsudc, ep_idx); in s3c_hsudc_irq()
890 xd_card->zone[i].set_index = 0; in xd_init_l2p_tbl()903 zone->set_index = 0; in free_zone()935 if ((zone->set_index >= XD_FREE_TABLE_CNT) in xd_set_unused_block()936 || (zone->set_index < 0)) { in xd_set_unused_block()943 zone->set_index); in xd_set_unused_block()945 zone->free_table[zone->set_index++] = (u16) (phy_blk & 0x3ff); in xd_set_unused_block()946 if (zone->set_index >= XD_FREE_TABLE_CNT) in xd_set_unused_block()947 zone->set_index = 0; in xd_set_unused_block()965 (zone->set_index == zone->get_index)) { in xd_get_unused_block()1476 zone->set_index = zone->get_index = 0; in xd_build_l2p_tbl()
2451 ms_card->segment[i].set_index = 0; in ms_init_l2p_tbl()2508 segment->free_table[segment->set_index++] = phy_blk; in ms_set_unused_block()2509 if (segment->set_index >= MS_FREE_TABLE_CNT) in ms_set_unused_block()2510 segment->set_index = 0; in ms_set_unused_block()2639 segment->get_index = segment->set_index = 0; in ms_build_l2p_tbl()
373 int set_index; member