/openbmc/linux/arch/powerpc/lib/ |
H A D | ldstfp.S | 27 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 D | relocate_32.S | 96 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 D | gamecube-head.S | 29 bcl 20, 31, 1f 94 bcl 20, 31, 1f
|
H A D | wii-head.S | 30 bcl 20, 31, 1f 118 bcl 20, 31, 1f
|
H A D | util.S | 45 bcl 20,31,0f
|
H A D | crt0.S | 54 bcl 20,31,.+4 277 bcl 20,31,0f
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | 85xx_entry_mapping.S | 4 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 D | head_64.S | 388 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 D | prom_entry_64.S | 46 bcl 20,31,$+4
|
H A D | reloc_64.S | 21 bcl 20,31,$+4
|
H A D | misc.S | 32 bcl 20,31,$+4
|
H A D | rtas_entry.S | 136 bcl 20,31,$+4
|
H A D | reloc_32.S | 33 bcl 20,31,$+4 /* Find our current runtime address */
|
H A D | head_44x.S | 72 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 D | bcast.h | 102 struct tipc_link *bcl); 124 return tipc_net(net)->bcl; in tipc_bc_sndlink()
|
H A D | link.c | 1518 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 D | core.h | 121 struct tipc_link *bcl; member
|
H A D | net.c | 148 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 D | digitemp_3.7.2.bb | 7 SRC_URI = "git://github.com/bcl/digitemp;branch=master;protocol=https"
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | vdso_datapage.h | 107 bcl 20, 31, .+4
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 708 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 D | ahci.h | 483 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 D | tlb_low.S | 202 bcl 20,31,$+4 419 bcl 20,31,$+4
|
/openbmc/linux/arch/powerpc/purgatory/ |
H A D | trampoline_64.S | 47 bcl 20, 31, 0f
|
/openbmc/qemu/hw/ide/ |
H A D | atapi.c | 212 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()
|