Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbio.h533 static inline void bio_list_merge(struct bio_list *bl, struct bio_list *bl2) in bio_list_merge() argument
535 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() argument
549 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()
A Dswitchtec.h243 unsigned char bl2; member
/linux/arch/arm64/boot/dts/renesas/
A Dr8a77970-eagle.dts243 bl2@140000 {
A Dr8a77980-v3hsk.dts239 bl2@140000 {
A Dr8a77970-v3msk.dts260 bl2@140000 {
A Dr8a77980-condor.dts310 bl2@140000 {
/linux/arch/arm64/boot/dts/freescale/
A Dfsl-ls1088a-ten64.dts302 label = "bl2";
/linux/drivers/pci/switch/
A Dswitchtec.c787 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 25 milliseconds