Home
last modified time | relevance | path

Searched refs:bcl (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/linux/arch/powerpc/lib/
H A Dldstfp.S27 bcl 20,31,1f
51 bcl 20,31,1f
76 bcl 20,31,1f
100 bcl 20,31,1f
122 bcl 20,31,1f
141 bcl 20,31,1f
/openbmc/linux/arch/powerpc/kexec/
H A Drelocate_32.S96 bcl 20,31,$+4 /* Find our address */
161 bcl 20,31,$+4
205 bcl 20,31,$+4
243 bcl 20,31,$+4
299 bcl 20,31,$+4
358 bcl 20,31,$+4
/openbmc/linux/arch/powerpc/boot/
H A Dgamecube-head.S29 bcl 20, 31, 1f
94 bcl 20, 31, 1f
H A Dwii-head.S30 bcl 20, 31, 1f
118 bcl 20, 31, 1f
H A Dutil.S45 bcl 20,31,0f
H A Dcrt0.S54 bcl 20,31,.+4
277 bcl 20,31,0f
/openbmc/linux/arch/powerpc/kernel/
H A D85xx_entry_mapping.S4 bcl 20,31,$+4 /* Find our address */
88 bcl 20,31,$+4 /* Find our address */
120 bcl 20,31,$+4 /* Find our address */
210 bcl 20,31,$+4 /* Find our address */
H A Dhead_64.S388 bcl 20,31,$+4
570 bcl 20,31,$+4
584 bcl 20,31,$+4
781 bcl 20,31,$+4
937 bcl 20,31,$+4
H A Dprom_entry_64.S46 bcl 20,31,$+4
H A Dreloc_64.S21 bcl 20,31,$+4
H A Dmisc.S32 bcl 20,31,$+4
H A Drtas_entry.S136 bcl 20,31,$+4
H A Dreloc_32.S33 bcl 20,31,$+4 /* Find our current runtime address */
H A Dhead_44x.S72 bcl 20,31,$+4 /* Get our runtime address */
865 bcl 20,31,$+4 /* Find our address */
1057 bcl 20,31,$+4
/openbmc/linux/net/tipc/
H A Dbcast.h102 struct tipc_link *bcl);
124 return tipc_net(net)->bcl; in tipc_bc_sndlink()
H A Dlink.c1518 struct tipc_link *bcl = l->bc_rcvlink; in tipc_build_gap_ack_blks() local
1525 tipc_bcast_lock(bcl->net); in tipc_build_gap_ack_blks()
1526 msg_set_bcast_ack(hdr, bcl->rcv_nxt - 1); in tipc_build_gap_ack_blks()
1527 msg_set_bc_gap(hdr, link_bc_rcv_gap(bcl)); in tipc_build_gap_ack_blks()
1528 ga->bgack_cnt = __tipc_build_gap_ack_blks(ga, bcl, 0); in tipc_build_gap_ack_blks()
1529 tipc_bcast_unlock(bcl->net); in tipc_build_gap_ack_blks()
1863 struct tipc_link *bcl = l->bc_rcvlink; in tipc_link_build_proto_msg() local
1866 bool node_up = link_is_up(bcl); in tipc_link_build_proto_msg()
1894 msg_set_bcast_ack(hdr, bcl->rcv_nxt - 1); in tipc_link_build_proto_msg()
1907 bc_rcvgap = link_bc_rcv_gap(bcl); in tipc_link_build_proto_msg()
[all …]
H A Dcore.h121 struct tipc_link *bcl; member
H A Dnet.c148 tipc_net_finalize(tipc_link_net(tn->bcl), tn->trial_addr); in tipc_net_finalize_work()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/digitemp/
H A Ddigitemp_3.7.2.bb7 SRC_URI = "git://github.com/bcl/digitemp;branch=master;protocol=https"
/openbmc/linux/arch/powerpc/include/asm/
H A Dvdso_datapage.h107 bcl 20, 31, .+4
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c708 uint16_t bcl = opts->set_bcl ? opts->bcl : ATAPI_SECTOR_SIZE; in ahci_exec() local
709 cmd = ahci_atapi_command_create(op, bcl, opts->atapi_dma); in ahci_exec()
937 AHCICommand *ahci_atapi_command_create(uint8_t scsi_cmd, uint16_t bcl, bool dma) in ahci_atapi_command_create() argument
942 stw_le_p(&cmd->fis.lba_lo[1], bcl); in ahci_atapi_command_create()
946 cmd->interrupts |= bcl ? AHCI_PX_IS_PSS : 0; in ahci_atapi_command_create()
H A Dahci.h483 unsigned bcl; /* Byte Count Limit, for ATAPI PIO */ member
622 AHCICommand *ahci_atapi_command_create(uint8_t scsi_cmd, uint16_t bcl, bool dma);
/openbmc/linux/arch/powerpc/mm/nohash/
H A Dtlb_low.S202 bcl 20,31,$+4
419 bcl 20,31,$+4
/openbmc/linux/arch/powerpc/purgatory/
H A Dtrampoline_64.S47 bcl 20, 31, 0f
/openbmc/qemu/hw/ide/
H A Datapi.c212 uint16_t bcl; in atapi_byte_count_limit() local
214 bcl = s->lcyl | (s->hcyl << 8); in atapi_byte_count_limit()
215 if (bcl == 0xffff) { in atapi_byte_count_limit()
218 return bcl; in atapi_byte_count_limit()

12