Searched refs:cell (Results 151 - 174 of 174) sorted by relevance

1234567

/linux-master/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c3 * thermal support for the cell processor
42 #include <asm/cell-regs.h>
H A Dinterrupt.c33 #include <asm/cell-regs.h>
H A Diommu.c29 #include <asm/cell-regs.h>
31 #include "cell.h"
640 * multiple window support since the cell iommu supports per-page ioids
775 * cell machines. For 64-bit devices this avoids the performance overhead of
1094 machine_arch_initcall(cell, cell_iommu_init);
/linux-master/drivers/ata/
H A Dpata_sil680.c268 if (machine_is(cell))
/linux-master/drivers/edac/
H A Dcell_edac.c20 #include <asm/cell-regs.h>
/linux-master/arch/powerpc/include/asm/
H A Dps3.h14 #include <asm/cell-pmu.h>
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da5xx_gpu.c1709 struct nvmem_cell *cell; local
1721 cell = nvmem_cell_get(dev, "speed_bin");
1723 if (!IS_ERR(cell)) {
1724 void *buf = nvmem_cell_read(cell, NULL);
1733 nvmem_cell_put(cell);
/linux-master/drivers/platform/x86/
H A Dmlx-platform.c408 .cell = MLXPLAT_CPLD_LPC_REG_AGGR_OFFSET,
856 .cell = MLXPLAT_CPLD_LPC_REG_AGGR_OFFSET,
896 .cell = MLXPLAT_CPLD_LPC_REG_AGGR_OFFSET,
906 .cell = MLXPLAT_CPLD_LPC_REG_AGGR_OFFSET,
953 .cell = MLXPLAT_CPLD_LPC_REG_AGGR_OFFSET,
1062 .cell = MLXPLAT_CPLD_LPC_REG_AGGR_OFFSET,
1109 .cell = MLXPLAT_CPLD_LPC_REG_AGGR_OFFSET,
1233 .cell = MLXPLAT_CPLD_LPC_REG_AGGR_OFFSET,
1393 .cell = MLXPLAT_CPLD_LPC_REG_AGGR_OFFSET,
1403 .cell
[all...]
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress_block.c426 ZSTD_seqSymbol* const cell = dt + 1; local
431 cell->nbBits = 0;
432 cell->nextState = 0;
434 cell->nbAdditionalBits = nbAddBits;
435 cell->baseValue = baseValue;
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c1070 struct nvmem_cell *cell; local
1076 cell = nvmem_cell_get(dev, "dp_calibration_data");
1077 if (IS_ERR(cell)) {
1078 dev_warn(dev, "Failed to get nvmem cell dp_calibration_data\n");
1082 buf = (u32 *)nvmem_cell_read(cell, &len);
1083 nvmem_cell_put(cell);
/linux-master/drivers/atm/
H A Didt77252.c125 static int idt77252_send_oam(struct atm_vcc *vcc, void *cell,
1069 unsigned char *cell; local
1072 cell = skb->data;
1094 skb_put_data(sb, cell, ATM_CELL_PAYLOAD);
1101 cell += ATM_CELL_PAYLOAD;
1274 printk("%s: raw cell %x.%02x.%04x.%x.%x\n",
1302 RPRINTK("%s: raw cell for non AAL0 vc %u.%u\n",
1357 printk("%s: raw cell queue overrun\n",
1994 idt77252_send_oam(struct atm_vcc *vcc, void *cell, int flags) argument
2008 skb_put_data(skb, cell, 5
[all...]
H A Dnicstar.c1136 /* Raw cell received */
1140 printk("nicstar%d: Raw cell received and no support yet...\n",
1143 /* NOTE: the following procedure may keep a raw cell pending until the
1232 int tcr, tcra; /* target cell rate, and absolute value */
1276 /* Check requested cell rate and availability of SCD */
1280 ("nicstar%d: trying to open a CBR vc with cell rate = 0 \n",
1290 PRINTK("nicstar%d: target cell rate = %d.\n",
2030 unsigned char *cell; local
2033 cell = skb->data;
2057 memcpy(skb_tail_pointer(sb), cell, ATM_CELL_PAYLOA local
[all...]
/linux-master/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c19 #include <asm/cell-regs.h>
H A Dmm.c15 #include <asm/cell-regs.h>
/linux-master/fs/afs/
H A Dfile.c135 key = afs_request_key(vnode->volume->cell);
H A Dinode.c594 key = afs_request_key(vnode->volume->cell);
H A Ddir.c1009 key = afs_request_key(dvnode->volume->cell);
1118 key = afs_request_key(AFS_FS_S(dentry->d_sb)->volume->cell);
/linux-master/scripts/kconfig/
H A Dgconf.c256 static void renderer_edited(GtkCellRendererText * cell,
771 /* Change hex/int/string value in the cell */
772 static void renderer_edited(GtkCellRendererText * cell, argument
/linux-master/arch/parisc/kernel/
H A Dfirmware.c987 * This PDC function returns the number of entries in the specified cell's
1453 * pdc_pat_cell_get_number - Returns the cell number.
1456 * This PDC call returns the cell number of the cell from which the call
1473 * pdc_pat_cell_module - Retrieve the cell's module information.
1480 * This PDC call returns information about each module attached to the cell
1503 * pdc_pat_cell_info - Retrieve the cell's information.
1507 * @cell_number: The cell number which should be asked, or -1 for current cell.
1509 * This PDC call returns information about the given cell (o
1719 pdc_pat_mem_pdt_cell_info(struct pdc_pat_mem_cell_pdt_retinfo *rinfo, unsigned long cell) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dcore.c1973 struct nvmem_cell *cell; local
1978 cell = devm_nvmem_cell_get(ar->dev, cell_name);
1979 if (IS_ERR(cell)) {
1980 ret = PTR_ERR(cell);
1984 buf = nvmem_cell_read(cell, &len);
1990 ath10k_warn(ar, "invalid calibration data length in nvmem-cell '%s': %zu != %u\n",
1998 ath10k_warn(ar, "failed to download calibration data from nvmem-cell '%s': %d\n",
2247 "boot did not find a pre-calibration nvmem-cell, try file next: %d\n",
2325 "boot did not find a calibration nvmem-cell, try file next: %d\n",
/linux-master/drivers/ps3/
H A Dps3-lpm.c18 #include <asm/cell-pmu.h>
/linux-master/drivers/platform/mellanox/
H A Dnvsw-sn2201.c521 .cell = NVSW_SN2201_SYS_INT_STATUS_OFFSET,
/linux-master/drivers/block/
H A Dps3vram.c19 #include <asm/cell-regs.h>
/linux-master/drivers/video/fbdev/
H A Dps3fb.c35 #include <asm/cell-regs.h>

Completed in 298 milliseconds

1234567