/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | firmware.c | 119 * when the PDC address size and kernel address size are different. 140 * into kernel addresses when the PDC address size and kernel address size are 261 * @led_info: The size of the memory buffer address. 262 * @len: The size of the memory buffer address. 811 * The call will fail if staddr+count > PDC_STABLE size. 837 * The call will fail if staddr+count > PDC_STABLE size. 856 * pdc_stable_get_size - Get Stable Storage size in bytes. 857 * @size 864 pdc_stable_get_size(unsigned long *size) pdc_stable_get_size() argument [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | head_64.S | 207 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4, size 305 /* 4MB align the kernel image size. */ 379 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4, size 823 /* Start using proper page size encodings in ctx register. */
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-omap.c | 605 static void omap_i2c_resize_fifo(struct omap_i2c_dev *omap, u8 size, bool is_rx) in omap_i2c_resize_fifo() argument 613 * Set up notification threshold based on message size. We're doing in omap_i2c_resize_fifo() 615 * we have big messages to transfer (bigger than our total fifo size) in omap_i2c_resize_fifo() 619 omap->threshold = clamp(size, (u8) 1, omap->fifo_size); in omap_i2c_resize_fifo() 1449 /* Set up the fifo size - Get total size */ in omap_i2c_probe() 1455 * size. This is to ensure that we can handle the status on int in omap_i2c_probe()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | tda1004x.c | 405 ret = tda1004x_do_upload(state, fw->data, fw->size, TDA10045H_FWPAGE, TDA10045H_CODE_IN); in tda10045_fwupload() 547 ret = tda1004x_do_upload(state, fw->data, fw->size, TDA10046H_CODE_CPT, TDA10046H_CODE_IN); in tda10046_fwupload()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-era-target.c | 403 vt->size = sizeof(struct writeset_disk); in setup_writeset_tree_info() 414 vt.size = sizeof(__le32); in setup_era_array_info() 569 /* Verify the data block size hasn't changed */ in open_metadata() 571 DMERR("changing the data block size (from %u to %llu) is not supported", in open_metadata() 1436 * <metadata dev> <data dev> <data block size (sectors)> 1474 ti->error = "Error parsing block size"; in era_ctr() 1487 ti->error = "Invalid block size"; in era_ctr() 1613 * <metadata block size> <#used metadata blocks>/<#total metadata blocks>
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_sd7220.c | 914 return qib_sd7220_prog_ld(dd, IB_7220_SERDES, fw->data, fw->size, 0); in qib_sd7220_ib_load() 920 return qib_sd7220_prog_vfy(dd, IB_7220_SERDES, fw->data, fw->size, 0); in qib_sd7220_ib_vfy()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_dmm_tiler.c | 577 struct tiler_block *tiler_reserve_1d(size_t size) in tiler_reserve_1d() argument 580 int num_pages = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in tiler_reserve_1d()
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-yuv.c | 123 dma->SGarray[dma->SG_length].size = cpu_to_le32(720*16); in ivtv_yuv_prep_user_dma() 130 dma->SGarray[dma->SG_length - 1].size |= cpu_to_le32(0x80000000); in ivtv_yuv_prep_user_dma() 319 /* An exact size match uses filter 0 */ in ivtv_yuv_handle_horizontal() 325 /* Only an exact size match can use filter 0 */ in ivtv_yuv_handle_horizontal() 561 /* An exact size match uses filter 0/1 */ in ivtv_yuv_handle_vertical() 568 /* Only an exact size match can use filter 0 */ in ivtv_yuv_handle_vertical() 665 /* Can only reduce width down to 1/4 original size */ in ivtv_yuv_window_setup() 673 /* Can only reduce height down to 1/4 original size */ in ivtv_yuv_window_setup() 757 /* Due to rounding, we may have reduced the output size to <1/4 of in ivtv_yuv_window_setup() 889 /* Set some valid size inf in ivtv_yuv_init() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/smipcie/ |
H A D | smipcie-main.c | 235 static int smi_read_eeprom(struct i2c_adapter *i2c, u16 reg, u8 *data, u16 size) in smi_read_eeprom() argument 244 .buf = data, .len = size } in smi_read_eeprom()
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | sd.c | 55 #define UNSTUFF_BITS(resp,start,size) \ 57 const int __size = size; \ 287 pr_warn("%s: SD Status: Invalid Allocation Unit size\n", in mmc_read_ssr()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_dcbnl.c | 930 dcb_buffer->buffer_size[i] = port_buffer.buffer[i].size; in mlx5e_dcbnl_getbuffer() 974 if (port_buffer.buffer[i].size != dcb_buffer->buffer_size[i]) { in mlx5e_dcbnl_setbuffer()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/rdc/ |
H A D | r6040.c | 63 #define MR_BSR 0x18 /* RX buffer size */ 141 #define DSC_RX_ERR_BUF 0x0200 /* RX length exceeds buffer size */ 295 dma_addr_t desc_dma, int size) in r6040_init_ring_desc() 300 while (size-- > 0) { in r6040_init_ring_desc() 294 r6040_init_ring_desc(struct r6040_descriptor *desc_ring, dma_addr_t desc_dma, int size) r6040_init_ring_desc() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip.h | 353 * MAX_EAGER_BUFFER_TOTAL is the maximum size of memory 394 * 8051 data memory size. 549 /* verify capability fabric CRC size bits */ 704 u8 encode_rcv_header_entry_size(u8 size); 1472 char *(*is_name)(char *name, size_t size, unsigned int source);
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_uk.c | 62 peek_head = (qp->sq_ring.head + 1) % qp->sq_ring.size; in i40iw_nop_1() 132 * @wqe_size: size of sq wqe 897 * i40iw_get_wqe_shift - get shift count for maximum wqe size 899 * @inline_data: Maximum inline data size 902 * Shift can be used to left shift the wqe size based on number of SGEs and inlind data size. 903 * For 1 SGE or inline data <= 16, shift = 0 (wqe size of 32 bytes). 904 * For 2 or 3 SGEs or inline data <= 48, shift = 1 (wqe size of 64 bytes). 905 * Shift of 2 otherwise (wqe size of 128 bytes). 916 * @sq_size: SQ size [all...] |
/kernel/linux/linux-5.10/drivers/iio/light/ |
H A D | ltr501.c | 724 static int ltr501_get_gain_index(const struct ltr501_gain *gain, int size, in ltr501_get_gain_index() argument 729 for (i = 0; i < size; i++) in ltr501_get_gain_index()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | hwif.h | 61 /* Get the buffer size from the descriptor */ 65 /* Get the receive frame size */ 81 void (*display_ring)(void *head, unsigned int size, bool rx, 521 void (*init) (void *des, dma_addr_t phy_addr, unsigned int size,
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phy.c | 228 * @size: size of speeds buffer. 236 unsigned int size) in phy_supported_speeds() 238 return phy_speeds(speeds, size, phy->supported); in phy_supported_speeds() 234 phy_supported_speeds(struct phy_device *phy, unsigned int *speeds, unsigned int size) phy_supported_speeds() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | hif_usb.c | 1119 dev_info(&hif_dev->udev->dev, "ath9k_htc: Transferred FW: %s, size: %ld\n", in ath9k_hif_usb_download_fw() 1267 hif_dev->fw_size = fw->size; in ath9k_hif_usb_firmware_cb() 1501 hif_dev->fw_size = fw->size; in ath9k_hif_usb_resume()
|
H A D | ar5008_phy.c | 508 int size = ah->iniBank6.ia_rows * sizeof(u32); in ar5008_hw_rf_alloc_ext_banks() local 513 ah->analogBank6Data = devm_kzalloc(ah->dev, size, GFP_KERNEL); in ar5008_hw_rf_alloc_ext_banks()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/via/ |
H A D | via-velocity.h | 136 // max transmit or receive buffer size 137 #define CB_RX_BUF_SIZE 2048UL // max buffer size 186 __le16 size; /* bits 0--14 - frame size, bit 15 - enable int. */ member 195 __le16 len; /* bits 0--13 - size of frame, bit 15 - owner */ 211 __le16 size; /* bits 0--13 - size, bit 15 - queue */ member
|
/kernel/linux/linux-5.10/drivers/net/ieee802154/ |
H A D | adf7242.c | 1085 ret = adf7242_upload_firmware(lp, (u8 *)fw->data, fw->size); in adf7242_hw_init() 1093 ret = adf7242_verify_firmware(lp, (u8 *)fw->data, fw->size); in adf7242_hw_init()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htc.c | 950 "Target ready! transmit resources: %d size:%d\n", in ath10k_htc_wait_target() 956 ath10k_err(ar, "Invalid credit size received\n"); in ath10k_htc_wait_target() 961 * message is from the size. in ath10k_htc_wait_target() 972 "Extended ready message RX bundle size %d alt size %d\n", in ath10k_htc_wait_target() 1158 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size) in ath10k_htc_alloc_skb() argument 1162 skb = dev_alloc_skb(size + sizeof(struct ath10k_htc_hdr)); in ath10k_htc_alloc_skb()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | cpsw_priv.c | 1145 int size) in cpsw_create_page_pool() 1152 pp_params.pool_size = size; in cpsw_create_page_pool() 1144 cpsw_create_page_pool(struct cpsw_common *cpsw, int size) cpsw_create_page_pool() argument
|
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | yam.c | 365 if (fw->size != YAM_FPGA_SIZE) { in add_mcs() 367 fw->size, fw_name[predef]); in add_mcs()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_scan.c | 195 scsi_cmd[4] = 0x2a; /* size */ in scsi_unlock_floptical() 415 const int size = sizeof(struct scsi_target) in scsi_alloc_target() local 421 starget = kzalloc(size, GFP_KERNEL); in scsi_alloc_target() 1333 * Allocate enough to hold the header (the same size as one scsi_lun) in scsi_report_lun_scan()
|