Searched refs:set_index (Results 1 – 4 of 4) sorted by relevance
178 static inline void set_index(struct s3c_hsudc *hsudc, int ep_addr) in set_index() function510 set_index(hsudc, ep_index(hsep)); in s3c_hsudc_set_halt()774 set_index(hsudc, hsep->bEndpointAddress); in s3c_hsudc_ep_enable()807 set_index(hsudc, hsep->bEndpointAddress); in s3c_hsudc_ep_disable()884 set_index(hsudc, hsep->bEndpointAddress); in s3c_hsudc_queue()947 set_index(hsudc, hsep->bEndpointAddress); in s3c_hsudc_dequeue()1020 set_index(hsudc, epnum); in s3c_hsudc_initep()1125 set_index(hsudc, 0); in s3c_hsudc_irq()1134 set_index(hsudc, ep_idx); in s3c_hsudc_irq()
861 xd_card->zone[i].set_index = 0; in xd_init_l2p_tbl()874 zone->set_index = 0; in free_zone()902 if ((zone->set_index >= XD_FREE_TABLE_CNT) || in xd_set_unused_block()903 (zone->set_index < 0)) { in xd_set_unused_block()910 zone->set_index); in xd_set_unused_block()912 zone->free_table[zone->set_index++] = (u16)(phy_blk & 0x3ff); in xd_set_unused_block()913 if (zone->set_index >= XD_FREE_TABLE_CNT) in xd_set_unused_block()914 zone->set_index = 0; in xd_set_unused_block()932 (zone->set_index == zone->get_index)) { in xd_get_unused_block()1420 zone->set_index = 0; in xd_build_l2p_tbl()
2262 ms_card->segment[i].set_index = 0;2317 segment->free_table[segment->set_index++] = phy_blk;2318 if (segment->set_index >= MS_FREE_TABLE_CNT)2319 segment->set_index = 0;2446 segment->set_index = 0;
373 int set_index; member