Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbio.h603 static inline void bio_list_merge(struct bio_list *bl, struct bio_list *bl2) in bio_list_merge() argument
605 if (!bl2->head) in bio_list_merge()
609 bl->tail->bi_next = bl2->head; in bio_list_merge()
611 bl->head = bl2->head; in bio_list_merge()
613 bl->tail = bl2->tail; in bio_list_merge()
617 struct bio_list *bl2) in bio_list_merge_head() argument
619 if (!bl2->head) in bio_list_merge_head()
623 bl2->tail->bi_next = bl->head; in bio_list_merge_head()
625 bl->tail = bl2->tail; in bio_list_merge_head()
627 bl->head = bl2->head; in bio_list_merge_head()
Dswitchtec.h242 unsigned char bl2; member
/kernel/linux/linux-5.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 {
/kernel/linux/linux-5.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()