Home
last modified time | relevance | path

Searched refs:bl2 (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/include/linux/
Dbio.h607 static inline void bio_list_merge(struct bio_list *bl, struct bio_list *bl2) in bio_list_merge() argument
609 if (!bl2->head) in bio_list_merge()
613 bl->tail->bi_next = bl2->head; in bio_list_merge()
615 bl->head = bl2->head; in bio_list_merge()
617 bl->tail = bl2->tail; in bio_list_merge()
621 struct bio_list *bl2) in bio_list_merge_head() argument
623 if (!bl2->head) in bio_list_merge_head()
627 bl2->tail->bi_next = bl->head; in bio_list_merge_head()
629 bl->tail = bl2->tail; in bio_list_merge_head()
631 bl->head = bl2->head; in bio_list_merge_head()
Dswitchtec.h242 unsigned char bl2; member
/Linux-v5.10/arch/arm64/boot/dts/renesas/
Dr8a77970-eagle.dts230 bl2@140000 {
Dr8a77980-v3hsk.dts235 bl2@140000 {
Dr8a77970-v3msk.dts255 bl2@140000 {
Dr8a77980-condor.dts310 bl2@140000 {
/Linux-v5.10/drivers/pci/switch/
Dswitchtec.c732 if (ioread8(&af->bl2) == SWITCHTEC_GEN4_BL2_0_ACTIVE) in flash_part_info_gen4()
739 if (ioread8(&af->bl2) == SWITCHTEC_GEN4_BL2_1_ACTIVE) in flash_part_info_gen4()