/linux/Documentation/devicetree/bindings/net/ |
H A D | intel,ixp4xx-hss.yaml | 5 $id: http://devicetree.org/schemas/net/intel,ixp4xx-hss.yaml# 8 title: Intel IXP4xx V.35 WAN High Speed Serial Link (HSS) 14 The Intel IXP4xx HSS makes use of the IXP4xx NPE (Network 20 const: intel,ixp4xx-hss 24 description: The HSS instance 30 - description: phandle to the NPE this HSS instance is using 32 description: phandle to the NPE this HSS instance is using 104 description: Clock internal GPIO line, driving this high will make the HSS
|
/linux/Documentation/devicetree/bindings/firmware/ |
H A D | intel,ixp4xx-network-processing-engine.yaml | 47 hss@[0-9]+$: 48 $ref: /schemas/net/intel,ixp4xx-hss.yaml# 50 description: Optional node for the High Speed Serial link (HSS), the 52 used for the HSS. 70 hss@0 { 71 compatible = "intel,ixp4xx-hss";
|
/linux/drivers/cpufreq/ |
H A D | pxa3xx-cpufreq.c | 62 unsigned int hss : 2; member 77 .hss = HSS_##_hss##M, \ 87 /* CPU XL XN HSS DMEM SMEM SRAM DFI VCC_CORE VCC_SRAM */ 95 /* CPU XL XN HSS DMEM SMEM SRAM DFI VCC_CORE VCC_SRAM */ 155 ACCR_HSS(info->hss) | ACCR_DMCFS(info->dmcfs); in __update_bus_freq()
|
/linux/drivers/soc/ixp4xx/ |
H A D | Kconfig | 10 and is automatically selected by Ethernet and HSS drivers. 18 and is automatically selected by Ethernet and HSS drivers.
|
/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp4xx.dtsi | 146 hss@0 { 147 compatible = "intel,ixp4xx-hss"; 153 hss@1 { 154 compatible = "intel,ixp4xx-hss";
|
H A D | intel-ixp42x-goramo-multilink.dts | 10 * (HSS) link for a V.35 WAN interface. 117 /* HSS links */ 119 hss@0 { 134 hss@1 {
|
/linux/arch/riscv/boot/dts/microchip/ |
H A D | mpfs-beaglev-fire.dts | 46 hss: hss-buffer@103fc00000 { label
|
H A D | mpfs.dtsi | 303 status = "disabled"; /* Reserved for the HSS */
|
/linux/drivers/net/wan/ |
H A D | Kconfig | 236 tristate "Intel IXP4xx HSS (synchronous serial port) support" 241 Say Y here if you want to use built-in HSS ports
|
/linux/drivers/video/fbdev/ |
H A D | atafb.c | 120 short hht, hbb, hbe, hdb, hde, hss; member 144 #define HSS hw.falcon.hss macro 1241 par->HSS = par->HHT + 2 - plen * hsync_len / prescale; in falcon_decode_var() 1242 if (par->HSS < par->HBB) in falcon_decode_var() 1243 par->HSS = par->HBB; in falcon_decode_var() 1478 var->hsync_len = prescale * (hw->hht + 2 - hw->hss); in falcon_encode_var() 1533 hw->hss = videl.hss; in falcon_get_par() 1595 videl.hss = hw->hss; in falcon_vbl_switcher() 1691 int vdb, vss, hbe, hss; in falcon_blank() local 1699 hss = current_par.HSS; in falcon_blank() [all …]
|
H A D | cg14.c | 111 u16 hss; /* Hor Sync Start */ member
|
/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 387 2a: cvtpi2ps Vps,Qpi | cvtpi2pd Vpd,Qpi (66) | vcvtsi2ss Vss,Hss,Ey (F3),(v1) | vcvtsi2sd Vsd,Hsd,Ey (F2),(v1) 429 51: vsqrtps Vps,Wps | vsqrtpd Vpd,Wpd (66) | vsqrtss Vss,Hss,Wss (F3),(v1) | vsqrtsd Vsd,Hsd,Wsd (F2),(v1) 430 52: vrsqrtps Vps,Wps | vrsqrtss Vss,Hss,Wss (F3),(v1) 431 53: vrcpps Vps,Wps | vrcpss Vss,Hss,Wss (F3),(v1) 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,Wps | vmaxpd Vpd,Hpd,Wpd (66) | vmaxss Vss,Hss,Ws [all...] |
/linux/drivers/clk/pxa/ |
H A D | clk-pxa3xx.c | 116 /* crystal frequency to HSIO bus frequency multiplier (HSS) */ 289 unsigned int hss = (acsr >> 14) & 0x3; in clk_pxa3xx_system_bus_get_rate() local 293 return parent_rate / 48 * hss_mult[hss]; in clk_pxa3xx_system_bus_get_rate()
|
/linux/drivers/clk/microchip/ |
H A D | clk-mpfs.c | 296 * - CLK_ENVM: reserved by hart software services (hss) superloop monitor/m mode interrupt 298 * - CLK_MMUART0: reserved by the hss
|
/linux/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_image.h | 234 /* hierarchical signature system (hss) */
|
/linux/Documentation/arch/arm/ |
H A D | ixp4xx.rst | 42 - Network interfaces (HSS, Utopia, NPEs, etc)
|
/linux/include/drm/ |
H A D | drm_modes.h | 134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument 136 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dsi.c | 3584 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() 3593 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm() 3595 TO_DSI_T(t->hss), in print_dsi_vm() 3649 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 3763 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 3810 hss = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 3825 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() 3862 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking() 3869 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking() 3875 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking() [all …]
|
H A D | dsi.h | 197 u16 hss; member
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dsi.c | 4326 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() 4335 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm() 4337 TO_DSI_T(t->hss), in print_dsi_vm() 4391 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm() 4503 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local 4549 hss = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 4564 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking() 4601 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking() 4608 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking() 4614 hfp = dsi_hbl - (hss + hsa + hse + hbp); in dsi_vm_calc_blanking() [all …]
|
/linux/Documentation/sphinx/ |
H A D | kerneldoc-preamble.sty | 48 \nobreak\hb@xt@\@pnumwidth{\hss #2%
|
/linux/sound/firewire/oxfw/ |
H A D | oxfw-scs1x.c | 41 0x48, 0x53, 0x53, /* "HSS" */
|
/linux/drivers/gpu/drm/gma500/ |
H A D | oaktrail_lvds.c | 251 pr_info("HSS is %d\n", mode->hsync_start); in oaktrail_lvds_get_configuration_mode()
|
/linux/drivers/usb/c67x00/ |
H A D | c67x00-ll-hpi.c | 51 * The c67x00 chip also support control via SPI or HSS serial
|
/linux/arch/m68k/include/asm/ |
H A D | atarihw.h | 264 u_short hss; member
|