/linux/Documentation/devicetree/bindings/soc/intel/ |
H A D | intel,hps-copy-engine.yaml | 5 $id: http://devicetree.org/schemas/soc/intel/intel,hps-copy-engine.yaml# 8 title: Intel HPS Copy Engine 14 The Intel Hard Processor System (HPS) Copy Engine is an IP block used to copy 15 a bootable image from host memory to HPS DDR. Additionally, there is a 16 register the HPS can use to indicate the state of booting the copied image as 21 const: intel,hps-copy-engine 47 compatible = "intel,hps-copy-engine";
|
/linux/tools/testing/selftests/memfd/ |
H A D | common.c | 21 unsigned long hps = 0; in default_huge_page_size() local 29 if (sscanf(line, "Hugepagesize: %lu kB", &hps) == 1) { in default_huge_page_size() 30 hps <<= 10; in default_huge_page_size() 37 return hps; in default_huge_page_size()
|
/linux/include/linux/mfd/ |
H A D | altera-a10sr.h | 55 #define ALTR_A10SR_HPS_RST_REG 0x10 /* HPS Reset */ 60 #define ALTR_A10SR_WARM_RST_REG 0x1A /* HPS Warm Reset */ 61 #define ALTR_A10SR_WR_KEY_REG 0x1C /* HPS Warm Reset Key */ 62 #define ALTR_A10SR_PMBUS_REG 0x1E /* HPS PM Bus */
|
/linux/arch/arm/boot/dts/intel/socfpga/ |
H A D | socfpga_cyclone5_sodia.dts | 40 label = "hps:green:led0"; 45 label = "hps:green:led1"; 50 label = "hps:green:led2"; 55 label = "hps:green:led3";
|
H A D | socfpga_cyclone5_sockit.dts | 34 label = "hps:blue:led0"; 40 label = "hps:blue:led1"; 46 label = "hps:blue:led2"; 52 label = "hps:blue:led3";
|
/linux/Documentation/devicetree/bindings/firmware/ |
H A D | intel,stratix10-svc.txt | 4 processor system (HPS) and Secure Device Manager (SDM). When the FPGA is 5 configured from HPS, there needs to be a way for HPS to notify SDM the
|
/linux/tools/testing/selftests/mm/ |
H A D | vm_util.c | 279 unsigned long hps = 0; in default_huge_page_size() local 287 if (sscanf(line, "Hugepagesize: %lu kB", &hps) == 1) { in default_huge_page_size() 288 hps <<= 10; in default_huge_page_size() 295 return hps; in default_huge_page_size()
|
/linux/include/media/drv-intf/ |
H A D | saa7146.h | 318 #define HPS_CTRL 0x5C /* HPS control register */ 319 #define HPS_V_SCALE 0x60 /* HPS vertical scale */ 320 #define HPS_V_GAIN 0x64 /* HPS vertical ACL and gain */ 321 #define HPS_H_PRESCALE 0x68 /* HPS horizontal prescale */ 322 #define HPS_H_SCALE 0x6C /* HPS horizontal scale */ 325 #define CLIP_FORMAT_CTRL 0x78 /* HPS outputs formats & clipping */
|
H A D | saa7146_vv.h | 48 int v_field; /* number of lines in a field for HPS to process */
|
/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 432 54: vandps Vps,Hps,Wps | vandpd Vpd,Hpd,Wpd (66) 433 55: vandnps Vps,Hps,Wps | vandnpd Vpd,Hpd,Wpd (66) 434 56: vorps Vps,Hps,Wps | vorpd Vpd,Hpd,Wpd (66) 435 57: vxorps Vps,Hps,Wps | vxorpd Vpd,Hpd,Wpd (66) 436 58: vaddps Vps,Hps,Wps | vaddpd Vpd,Hpd,Wpd (66) | vaddss Vss,Hss,Wss (F3),(v1) | vaddsd Vsd,Hsd,Wsd (F2),(v1) 437 59: vmulps Vps,Hps,Wps | vmulpd Vpd,Hpd,Wpd (66) | vmulss Vss,Hss,Wss (F3),(v1) | vmulsd Vsd,Hsd,Wsd (F2),(v1) 440 5c: vsubps Vps,Hps,Wps | vsubpd Vpd,Hpd,Wpd (66) | vsubss Vss,Hss,Wss (F3),(v1) | vsubsd Vsd,Hsd,Wsd (F2),(v1) 441 5d: vminps Vps,Hps,Wps | vminpd Vpd,Hpd,Wpd (66) | vminss Vss,Hss,Wss (F3),(v1) | vminsd Vsd,Hsd,Wsd (F2),(v1) 442 5e: vdivps Vps,Hps,Wps | vdivpd Vpd,Hpd,Wpd (66) | vdivss Vss,Hss,Wss (F3),(v1) | vdivsd Vsd,Hsd,Wsd (F2),(v1) 443 5f: vmaxps Vps,Hps,Wp [all...] |
/linux/Documentation/devicetree/bindings/fpga/ |
H A D | altr,socfpga-hps2fpga-bridge.yaml | 7 title: Altera FPGA/HPS Bridge
|
/linux/tools/testing/selftests/net/ |
H A D | tcp_mmap.c | 409 unsigned long hps = 0; in default_huge_page_size() local 416 if (sscanf(line, "Hugepagesize: %lu kB", &hps) == 1) { in default_huge_page_size() 417 hps <<= 10; in default_huge_page_size() 423 return hps; in default_huge_page_size()
|
/linux/arch/arm64/boot/dts/intel/ |
H A D | socfpga_agilex_n6000.dts | 40 compatible = "intel,hps-copy-engine";
|
/linux/drivers/platform/chrome/ |
H A D | Kconfig | 254 tristate "ChromeOS HPS device" 258 human presence sensor (HPS), attached via I2C. The driver supports a
|
/linux/drivers/misc/mei/ |
H A D | mei_dev.h | 461 int connect; /* HPS: at least 2 seconds, in seconds */ 462 unsigned long cl_connect; /* HPS: Client Connect Timeout, in jiffies */ 463 int client_init; /* HPS: Clients Enumeration Timeout, in seconds */
|
/linux/drivers/hid/intel-ish-hid/ishtp/ |
H A D | hbm.h | 22 #define ISHTP_CL_CONNECT_TIMEOUT 15 /* HPS: Client Connect Timeout */
|
/linux/include/linux/firmware/intel/ |
H A D | stratix10-smc.h | 566 * Async call for authentication service of HPS software
|
/linux/drivers/net/ipa/ |
H A D | ipa_reg.h | 470 * enum ipa_seq_type - HPS and DPS sequencer type
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.c | 621 lld->sge_host_page_size = 1 << (adap->params.sge.hps + 10); in uld_init()
|
H A D | t4_hw.c | 9270 page_shift = adapter->params.sge.hps + 10; in t4_bar2_sge_qregs() 9380 u32 hps, qpp; in t4_init_sge_params() local 9385 hps = t4_read_reg(adapter, SGE_HOST_PAGE_SIZE_A); in t4_init_sge_params() 9388 sge_params->hps = ((hps >> s_hps) & HOSTPAGESIZEPF0_M); in t4_init_sge_params()
|
H A D | cxgb4.h | 343 u32 hps; /* host page size for our PF/VF */ member
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.c | 1370 /* IHR accesses are always enabled, PSM disabled, HPS off and WAKE on */ in brcms_c_mctrl_reset() 3725 /* push sw hps and wake state through hardware */ 3729 bool hps; in brcms_c_set_ps_ctrl() local 3732 hps = brcms_c_ps_allowed(wlc); in brcms_c_set_ps_ctrl() 3734 brcms_dbg_mac80211(wlc->hw->d11core, "wl%d: hps %d\n", wlc->pub->unit, in brcms_c_set_ps_ctrl() 3735 hps); in brcms_c_set_ps_ctrl() 3739 if (hps) in brcms_c_set_ps_ctrl()
|
/linux/drivers/media/common/saa7146/ |
H A D | saa7146_hlp.c | 351 /* update the hps registers */ in saa7146_set_output_format()
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_mbox.c | 1345 mb->un.varCfgPort.hps = 1; in lpfc_config_port() 1441 mb->un.varCfgPort.hps = 1; in lpfc_config_port()
|
H A D | lpfc_hw.h | 3464 uint32_t hps : 1; /* bit 31 word9 Host Pointer in slim */ member 3468 uint32_t hps : 1; /* bit 31 word9 Host Pointer in slim */ member
|