/linux-4.1.27/include/scsi/ |
H A D | srp.h | 173 * We need the packed attribute because the SRP spec only aligns the 191 * We need the packed attribute because the SRP spec only aligns the
|
/linux-4.1.27/drivers/pci/ |
H A D | setup-bus.c | 969 static inline resource_size_t calculate_mem_align(resource_size_t *aligns, calculate_mem_align() argument 985 align += aligns[order]; calculate_mem_align() 1018 resource_size_t aligns[18]; /* Alignments from 1Mb to 128Gb */ pbus_size_mem() local 1029 memset(aligns, 0, sizeof(aligns)); pbus_size_mem() 1057 * aligns[0] is for 1MB (since bridge memory pbus_size_mem() 1066 if (order >= ARRAY_SIZE(aligns)) { pbus_size_mem() 1076 aligns[order] += align; pbus_size_mem() 1088 min_align = calculate_mem_align(aligns, max_order); pbus_size_mem()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_gem.c | 230 * This aligns the pitch and size arguments to the minimum required. wrap
|
/linux-4.1.27/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_slave.c | 80 * tilcdc does not generate VESA-complient sync but aligns slave_encoder_fixup()
|
/linux-4.1.27/arch/alpha/lib/ |
H A D | ev6-copy_user.S | 71 * This loop aligns the destination a byte at a time
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | processor.h | 150 * This aligns the pt_regs structure optimally for cache-line access.
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_gem_cma_helper.c | 211 * This aligns the pitch and size arguments to the minimum required. This is
|
/linux-4.1.27/include/linux/ |
H A D | swap.h | 178 * space with SWAPFILE_CLUSTER pages long and naturally aligns in disk. All
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
H A D | pxa168_eth.c | 163 #define ETH_HW_IP_ALIGN 2 /* hw aligns IP header */ 935 PCXR_2BSM | /* Two byte prefix aligns IP hdr */ set_port_config_ext()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_lan_hmc.c | 37 * i40e_align_l2obj_base - aligns base object pointer to 512 bytes
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 116 * aligns the start of the PPS signal to that value. The shift is
|
/linux-4.1.27/drivers/net/can/usb/ |
H A D | kvaser_usb.c | 1333 * a placeholder zero-length command in its place then aligns kvaser_usb_read_bulk_callback()
|
/linux-4.1.27/drivers/media/i2c/ |
H A D | s5k5baf.c | 1423 /* bounds range [start, start+len) to [0, max) and aligns to 2 */ s5k5baf_bound_range()
|
/linux-4.1.27/drivers/net/usb/ |
H A D | smsc95xx.c | 997 /* set Rx data offset=2, Make IP header aligns on word boundary. */ smsc95xx_reset()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | process.c | 485 This aligns up to double word size, shifts and does the bias. set_dawr()
|
/linux-4.1.27/drivers/net/ethernet/tile/ |
H A D | tilepro.c | 477 /* Note that this aligns IP on a 16 byte boundary. */ tile_net_provide_needed_buffer()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | entry_64.S | 525 * ENTRY() often aligns to 16 bytes, which in this case has no benefits.
|
/linux-4.1.27/fs/ubifs/ |
H A D | super.c | 548 * UBIFS aligns all node to 8-byte boundary, so to make function in init_constants_early()
|
H A D | ubifs.h | 878 * Note, UBIFS aligns node lengths to 8-bytes boundary, so the requester has to
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_mbx.c | 1871 /* guarantee head aligns with the end of the last message */ fm10k_sm_mbx_receive()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 1174 * First our alloc_skb() routine aligns the data base to a 64 byte
|
/linux-4.1.27/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 634 * list pointed to by head. It aligns the node on top and bottom
|
/linux-4.1.27/drivers/dma/ |
H A D | pl330.c | 2605 * Make sure we use a burst size that aligns with all the memcpy pl330_prep_dma_memcpy()
|
/linux-4.1.27/drivers/block/ |
H A D | cciss.c | 4020 * pci_alloc_consistent aligns on page boundarys already. cciss_put_controller_into_performant_mode()
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
H A D | de4x5.c | 656 ** DESC_ALIGN. ALIGN aligns the start address of the private memory area
|