Searched refs:bl2 (Results 1 – 8 of 8) sorted by relevance
533 static inline void bio_list_merge(struct bio_list *bl, struct bio_list *bl2) in bio_list_merge() argument535 if (!bl2->head) in bio_list_merge()539 bl->tail->bi_next = bl2->head; in bio_list_merge()541 bl->head = bl2->head; in bio_list_merge()543 bl->tail = bl2->tail; in bio_list_merge()547 struct bio_list *bl2) in bio_list_merge_head() argument549 if (!bl2->head) in bio_list_merge_head()553 bl2->tail->bi_next = bl->head; in bio_list_merge_head()555 bl->tail = bl2->tail; in bio_list_merge_head()557 bl->head = bl2->head; in bio_list_merge_head()
243 unsigned char bl2; member
243 bl2@140000 {
239 bl2@140000 {
260 bl2@140000 {
310 bl2@140000 {
302 label = "bl2";
787 if (ioread8(&af->bl2) == SWITCHTEC_GEN4_BL2_0_ACTIVE) in flash_part_info_gen4()794 if (ioread8(&af->bl2) == SWITCHTEC_GEN4_BL2_1_ACTIVE) in flash_part_info_gen4()
Completed in 19 milliseconds