/linux-4.4.14/drivers/video/fbdev/ |
H A D | atafb_iplan2p2.c | 21 #define BPL 2 macro 51 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); atafb_iplan2p2_copyarea() 52 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); atafb_iplan2p2_copyarea() 54 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); atafb_iplan2p2_copyarea() 55 src += BPL * 2; atafb_iplan2p2_copyarea() 56 dst += BPL * 2; atafb_iplan2p2_copyarea() 63 w *= BPL / 2; atafb_iplan2p2_copyarea() 73 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), atafb_iplan2p2_copyarea() 74 0xff00ff00, height, next_line - BPL * 2); atafb_iplan2p2_copyarea() 76 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); atafb_iplan2p2_copyarea() 77 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); atafb_iplan2p2_copyarea() 80 src -= BPL * 2; atafb_iplan2p2_copyarea() 81 dst -= BPL * 2; atafb_iplan2p2_copyarea() 82 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); atafb_iplan2p2_copyarea() 89 w *= BPL / 2; atafb_iplan2p2_copyarea() 99 memmove32_col(dst - (width - 16) / (8 / BPL), atafb_iplan2p2_copyarea() 100 src - (width - 16) / (8 / BPL), atafb_iplan2p2_copyarea() 101 0xff00ff, colsize, -next_line - BPL * 2); atafb_iplan2p2_copyarea() 110 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); atafb_iplan2p2_copyarea() 111 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); atafb_iplan2p2_copyarea() 152 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); atafb_iplan2p2_copyarea() 153 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); atafb_iplan2p2_copyarea() 200 dest = (u32 *)(info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL)); atafb_iplan2p2_fillrect() 210 dest += BPL / 2; atafb_iplan2p2_fillrect() 218 u32 off = next_line - rows * BPL * 2; atafb_iplan2p2_fillrect() 223 dest += rows * BPL / 2; atafb_iplan2p2_fillrect() 248 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL)); atafb_iplan2p2_linefill() 251 dest += BPL / 2; atafb_iplan2p2_linefill()
|
H A D | atafb_iplan2p4.c | 21 #define BPL 4 macro 51 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); atafb_iplan2p4_copyarea() 52 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); atafb_iplan2p4_copyarea() 54 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); atafb_iplan2p4_copyarea() 55 src += BPL * 2; atafb_iplan2p4_copyarea() 56 dst += BPL * 2; atafb_iplan2p4_copyarea() 63 w *= BPL / 2; atafb_iplan2p4_copyarea() 73 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), atafb_iplan2p4_copyarea() 74 0xff00ff00, height, next_line - BPL * 2); atafb_iplan2p4_copyarea() 76 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); atafb_iplan2p4_copyarea() 77 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); atafb_iplan2p4_copyarea() 80 src -= BPL * 2; atafb_iplan2p4_copyarea() 81 dst -= BPL * 2; atafb_iplan2p4_copyarea() 82 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); atafb_iplan2p4_copyarea() 89 w *= BPL / 2; atafb_iplan2p4_copyarea() 99 memmove32_col(dst - (width - 16) / (8 / BPL), atafb_iplan2p4_copyarea() 100 src - (width - 16) / (8 / BPL), atafb_iplan2p4_copyarea() 101 0xff00ff, colsize, -next_line - BPL * 2); atafb_iplan2p4_copyarea() 110 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); atafb_iplan2p4_copyarea() 111 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); atafb_iplan2p4_copyarea() 159 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); atafb_iplan2p4_copyarea() 160 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); atafb_iplan2p4_copyarea() 214 dest = (u32 *)(info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL)); atafb_iplan2p4_fillrect() 224 dest += BPL / 2; atafb_iplan2p4_fillrect() 232 u32 off = next_line - rows * BPL * 2; atafb_iplan2p4_fillrect() 237 dest += rows * BPL / 2; atafb_iplan2p4_fillrect() 262 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL)); atafb_iplan2p4_linefill() 265 dest += BPL / 2; atafb_iplan2p4_linefill()
|
H A D | atafb_iplan2p8.c | 21 #define BPL 8 macro 58 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); atafb_iplan2p8_copyarea() 59 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); atafb_iplan2p8_copyarea() 61 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); atafb_iplan2p8_copyarea() 62 src += BPL * 2; atafb_iplan2p8_copyarea() 63 dst += BPL * 2; atafb_iplan2p8_copyarea() 70 w *= BPL / 2; atafb_iplan2p8_copyarea() 80 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), atafb_iplan2p8_copyarea() 81 0xff00ff00, height, next_line - BPL * 2); atafb_iplan2p8_copyarea() 83 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); atafb_iplan2p8_copyarea() 84 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); atafb_iplan2p8_copyarea() 87 src -= BPL * 2; atafb_iplan2p8_copyarea() 88 dst -= BPL * 2; atafb_iplan2p8_copyarea() 89 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); atafb_iplan2p8_copyarea() 96 w *= BPL / 2; atafb_iplan2p8_copyarea() 106 memmove32_col(dst - (width - 16) / (8 / BPL), atafb_iplan2p8_copyarea() 107 src - (width - 16) / (8 / BPL), atafb_iplan2p8_copyarea() 108 0xff00ff, colsize, -next_line - BPL * 2); atafb_iplan2p8_copyarea() 117 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); atafb_iplan2p8_copyarea() 118 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); atafb_iplan2p8_copyarea() 180 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); atafb_iplan2p8_copyarea() 181 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); atafb_iplan2p8_copyarea() 249 dest = (u32 *)(info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL)); atafb_iplan2p8_fillrect() 259 dest += BPL / 2; atafb_iplan2p8_fillrect() 267 u32 off = next_line - rows * BPL * 2; atafb_iplan2p8_fillrect() 272 dest += rows * BPL / 2; atafb_iplan2p8_fillrect() 297 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL)); atafb_iplan2p8_linefill() 300 dest += BPL / 2; atafb_iplan2p8_linefill()
|
H A D | atafb_utils.h | 247 #ifdef BPL 263 #if BPL > 4 expand8_col2mask() 271 #if BPL > 4 expand8_2col2mask() 284 #if BPL > 2 fill8_col() 288 #if BPL > 4 fill8_col() 307 #if BPL > 2 fill8_2col() 313 #if BPL > 2 fill8_2col() 317 #if BPL > 4 fill8_2col() 333 #if BPL > 2 expand16_col2mask() 336 #if BPL > 4 expand16_col2mask() 346 #if BPL > 2 expand16_2col2mask() 350 #if BPL > 4 expand16_2col2mask() 362 #if BPL > 2 fill16_col() 365 #if BPL > 4 fill16_col() 383 #if BPL > 2 memmove32_col() 387 #if BPL > 4 memmove32_col()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
H A D | lpfc.h | 55 #define LPFC_MAX_BPL_SEG_CNT 4096 /* BPL element count per scsi cmnd */ 900 struct dentry *debug_dumpData; /* BlockGuard BPL */ 901 struct dentry *debug_dumpDif; /* BlockGuard BPL */
|
H A D | lpfc_scsi.c | 376 * and the initial BPL. In addition to allocating memory, the FCP CMND and 377 * FCP RSP BDEs are setup in the BPL and the BPL BDE is setup in the IOCB. 1198 * the IOCB. If it can't then the BDEs get added to a BPL as it lpfc_scsi_prep_dma_buf_s3() 1236 * The extended IOCB format can only fit 3 BDE or a BPL. 1238 * be a BPL that is filled in here. 1838 * lpfc_bg_setup_bpl - Setup BlockGuard BPL with no protection data 1844 * This function sets up BPL buffer list for protection groups of 1866 * Returns the number of BDEs added to the BPL. 1970 * lpfc_bg_setup_bpl_prot - Setup BlockGuard BPL with protection data 1977 * This function sets up BPL buffer list for protection groups of 2006 * Returns the number of BDEs added to the BPL. 2826 "IO segs %d/%d BPL %d SCSI %d: %d %d\n", lpfc_bg_scsi_prep_dma_buf_s3() 3280 * the IOCB. If it can't then the BDEs get added to a BPL as it lpfc_scsi_prep_dma_buf_s4()
|
H A D | lpfc_els.c | 3483 * associated with a Buffer Pointer List (BPL) back to the lpfc DMA buffer 3516 * If reference to the Buffer Pointer List (BPL) is present, the 3518 * associated with BPL. Finally, the lpfc_sli_release_iocbq() routine is
|
H A D | lpfc_bsg.c | 169 /* Allocate dma buffer and place in BPL passed */ lpfc_alloc_bsg_buffers()
|
H A D | lpfc_hw.h | 3835 struct ulp_bde64 dbde[LPFC_EXT_DATA_BDE_COUNT]; /* data BDE or BPL */
|
H A D | lpfc_init.c | 5030 /* Total BDEs in BPL for scsi_sg_list and scsi_sg_prot_list */ lpfc_sli_driver_resource_setup() 5042 /* Total BDEs in BPL for scsi_sg_list */ lpfc_sli_driver_resource_setup()
|
H A D | lpfc_sli.c | 8041 * If the IOCB contains a BPL then the list of BDE's is
|
/linux-4.4.14/arch/metag/tbx/ |
H A D | tbipcx.S | 261 BPL ___TBIResCrit /* No: Skip logic */
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
H A D | cx23885-417.c | 1104 data[6] = 64; /* BPL */ cx23885_initialize_codec()
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
H A D | cx231xx-417.c | 1188 data[6] = 64; /* BPL */ cx231xx_initialize_codec()
|