/linux/arch/m68k/sun3/prom/ |
H A D | printf.c | 27 char ch, *bptr; in prom_printf() local 38 bptr = ppbuf; in prom_printf() 43 putpacket(bptr, 1); in prom_printf() 46 while((ch = *(bptr++)) != 0) { in prom_printf()
|
/linux/drivers/scsi/elx/libefc_sli/ |
H A D | sli4.c | 1424 struct sli4_bde *bptr; in sli_els_request64_wqe() local 1428 bptr = &els->els_request_payload; in sli_els_request64_wqe() 1433 bptr->bde_type_buflen = in sli_els_request64_wqe() 1437 bptr->u.data.low = sge[0].buffer_address_low; in sli_els_request64_wqe() 1438 bptr->u.data.high = sge[0].buffer_address_high; in sli_els_request64_wqe() 1442 bptr->bde_type_buflen = in sli_els_request64_wqe() 1446 bptr->u.blp.low = cpu_to_le32(lower_32_bits(sgl->phys)); in sli_els_request64_wqe() 1447 bptr->u.blp.high = cpu_to_le32(upper_32_bits(sgl->phys)); in sli_els_request64_wqe() 1568 struct sli4_bde *bptr; in sli_fcp_icmnd64_wqe() local 1579 bptr = &icmnd->bde; in sli_fcp_icmnd64_wqe() [all …]
|
/linux/arch/parisc/kernel/ |
H A D | perf.c | 737 uint64_t *bptr; in perf_write_image() local 765 bptr = &buffer[0]; in perf_write_image() 771 tmp64 |= (~(*intrigue_bitmask++)) & *bptr; in perf_write_image() 772 *bptr++ = tmp64; in perf_write_image() 776 *bptr++ = *memaddr++; in perf_write_image()
|
/linux/drivers/usb/storage/ |
H A D | alauda.c | 815 unsigned char *bptr, *cptr, *xptr; in alauda_write_lba() local 862 bptr = blockbuffer + (i * (pagesize + 64)); in alauda_write_lba() 863 cptr = bptr + pagesize; in alauda_write_lba() 864 nand_compute_ecc(bptr, ecc); in alauda_write_lba() 870 nand_compute_ecc(bptr + (pagesize / 2), ecc); in alauda_write_lba() 883 bptr = blockbuffer + (i * (pagesize + 64)); in alauda_write_lba() 884 cptr = bptr + pagesize; in alauda_write_lba() 885 memcpy(bptr, xptr, pagesize); in alauda_write_lba() 887 nand_compute_ecc(bptr, ecc); in alauda_write_lba() 889 nand_compute_ecc(bptr + (pagesize / 2), ecc); in alauda_write_lba()
|
H A D | sddr09.c | 859 unsigned char *bptr, *cptr, *xptr; in sddr09_write_lba() local 899 bptr = blockbuffer + i*pagelen; in sddr09_write_lba() 900 cptr = bptr + info->pagesize; in sddr09_write_lba() 901 nand_compute_ecc(bptr, ecc); in sddr09_write_lba() 907 nand_compute_ecc(bptr+(info->pagesize / 2), ecc); in sddr09_write_lba() 920 bptr = blockbuffer + i*pagelen; in sddr09_write_lba() 921 cptr = bptr + info->pagesize; in sddr09_write_lba() 922 memcpy(bptr, xptr, info->pagesize); in sddr09_write_lba() 924 nand_compute_ecc(bptr, ecc); in sddr09_write_lba() 926 nand_compute_ecc(bptr+(info->pagesize / 2), ecc); in sddr09_write_lba()
|
/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-ctrl.c | 184 char *bptr,unsigned int bmax, in pvr2_ctrl_get_valname() argument 197 bptr,bmax,"%s", in pvr2_ctrl_get_valname() 212 *blen = scnprintf(bptr,bmax,"%s", in pvr2_ctrl_get_valname()
|
/linux/net/mptcp/ |
H A D | options.c | 1553 u8 *bptr = (u8 *)ptr; in mptcp_write_options() local 1555 put_unaligned_be16(port, bptr); in mptcp_write_options() 1556 bptr += 2; in mptcp_write_options() 1557 put_unaligned_be64(opts->ahmac, bptr); in mptcp_write_options() 1558 bptr += 8; in mptcp_write_options() 1560 TCPOPT_NOP, bptr); in mptcp_write_options()
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac5.c | 26 u8 *bptr = (u8 *)stats; in dwmac5_log_error() local 29 ptr = (unsigned long *)(bptr + field_offset); in dwmac5_log_error()
|
H A D | dwxgmac2_core.c | 703 u8 *bptr = (u8 *)stats; in dwxgmac3_log_error() local 706 ptr = (unsigned long *)(bptr + field_offset); in dwxgmac3_log_error()
|
/linux/sound/isa/wavefront/ |
H A D | wavefront_synth.c | 787 unsigned char *bptr; in wavefront_send_patch() local 797 bptr = munge_int32 (header->number, buf, 2); in wavefront_send_patch() 798 munge_buf ((unsigned char *)&header->hdr.p, bptr, WF_PATCH_BYTES); in wavefront_send_patch()
|
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp6000_pcie.c | 509 static int bar_cmp(const void *aptr, const void *bptr) in bar_cmp() argument 511 const struct nfp_bar *a = aptr, *b = bptr; in bar_cmp()
|