Searched refs:set_index (Results 1 – 4 of 4) sorted by relevance
176 static inline void set_index(struct s3c_hsudc *hsudc, int ep_addr) in set_index() function461 set_index(hsudc, ep_index(hsep)); in s3c_hsudc_set_halt()725 set_index(hsudc, hsep->bEndpointAddress); in s3c_hsudc_ep_enable()758 set_index(hsudc, hsep->bEndpointAddress); in s3c_hsudc_ep_disable()835 set_index(hsudc, hsep->bEndpointAddress); in s3c_hsudc_queue()900 set_index(hsudc, hsep->bEndpointAddress); in s3c_hsudc_dequeue()973 set_index(hsudc, epnum); in s3c_hsudc_initep()1078 set_index(hsudc, 0); in s3c_hsudc_irq()1087 set_index(hsudc, ep_idx); in s3c_hsudc_irq()
809 xd_card->zone[i].set_index = 0; in xd_init_l2p_tbl()822 zone->set_index = 0; in free_zone()850 if (zone->set_index >= XD_FREE_TABLE_CNT || in xd_set_unused_block()851 zone->set_index < 0) { in xd_set_unused_block()858 zone->set_index); in xd_set_unused_block()860 zone->free_table[zone->set_index++] = (u16)(phy_blk & 0x3ff); in xd_set_unused_block()861 if (zone->set_index >= XD_FREE_TABLE_CNT) in xd_set_unused_block()862 zone->set_index = 0; in xd_set_unused_block()880 zone->set_index == zone->get_index) { in xd_get_unused_block()1354 zone->set_index = 0; in xd_build_l2p_tbl()
2142 ms_card->segment[i].set_index = 0;2197 segment->free_table[segment->set_index++] = phy_blk;2198 if (segment->set_index >= MS_FREE_TABLE_CNT)2199 segment->set_index = 0;2323 segment->set_index = 0;
361 int set_index; member