Home
last modified time | relevance | path

Searched +full:isp +full:- +full:0 (Results 1 – 25 of 190) sorted by relevance

12345678

/freebsd/sys/dev/isp/
H A Disp_library.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2009-2020 Alexander Motin <mav@FreeBSD.org>
5 * Copyright (c) 1997-2009 by Matthew Jacob
36 __KERNEL_RCSID(0, "$NetBSD$");
41 #include <dev/isp/isp_freebsd.h>
58 …* Command shipping- finish off first queue entry and do dma mapping and additional segments as nee…
63 isp_send_cmd(ispsoftc_t *isp, void *fqe, void *segp, uint32_t nsegs) in isp_send_cmd() argument
71 qe0 = isp_getrqentry(isp); in isp_send_cmd()
74 nxt = ISP_NXT_QENTRY(isp->isp_reqidx, RQUEST_QUEUE_LEN(isp)); in isp_send_cmd()
[all …]
H A Disp_pci.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2009-2020 Alexander Motin <mav@FreeBSD.org>
5 * Copyright (c) 1997-2008 by Matthew Jacob
30 * PCI specific probe and attach routines for Qlogic ISP SCSI adapters.
48 #include <dev/isp/isp_freebsd.h>
110 #define PCIM_CMD_INVEN 0x10
113 #define PCIM_CMD_BUSMASTEREN 0x0004
116 #define PCIM_CMD_PERRESPEN 0x0040
119 #define PCIM_CMD_SEREN 0x0100
[all …]
H A Disp.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2009-2020 Alexander Motin <mav@FreeBSD.org>
5 * Copyright (c) 1997-2009 by Matthew Jacob
34 * code for the Qlogic ISP SCSI and FC-SCSI adapters.
48 __KERNEL_RCSID(0, "
147 isp_change_fw_state(ispsoftc_t * isp,int chan,int state) isp_change_fw_state() argument
160 isp_get_flash_addrs(ispsoftc_t * isp) isp_get_flash_addrs() argument
207 isp_reset(ispsoftc_t * isp,int do_load_defaults) isp_reset() argument
824 isp_stop(ispsoftc_t * isp) isp_stop() argument
846 isp_shutdown(ispsoftc_t * isp) isp_shutdown() argument
862 isp_init(ispsoftc_t * isp) isp_init() argument
1238 isp_fc_enable_vp(ispsoftc_t * isp,int chan) isp_fc_enable_vp() argument
1282 isp_fc_disable_vp(ispsoftc_t * isp,int chan) isp_fc_disable_vp() argument
1319 isp_fc_change_role(ispsoftc_t * isp,int chan,int new_role) isp_fc_change_role() argument
1349 isp_clear_portdb(ispsoftc_t * isp,int chan) isp_clear_portdb() argument
1377 isp_mark_portdb(ispsoftc_t * isp,int chan) isp_mark_portdb() argument
1399 isp_plogx(ispsoftc_t * isp,int chan,uint16_t handle,uint32_t portid,int flags) isp_plogx() argument
1510 isp_getpdb(ispsoftc_t * isp,int chan,uint16_t id,isp_pdb_t * pdb) isp_getpdb() argument
1561 isp_gethandles(ispsoftc_t * isp,int chan,uint16_t * handles,int * num,int loop) isp_gethandles() argument
1601 isp_dump_chip_portdb(ispsoftc_t * isp,int chan) isp_dump_chip_portdb() argument
1620 isp_get_wwn(ispsoftc_t * isp,int chan,int nphdl,int nodename) isp_get_wwn() argument
1651 isp_fclink_test(ispsoftc_t * isp,int chan,int usdelay) isp_fclink_test() argument
1812 isp_pdb_sync(ispsoftc_t * isp,int chan) isp_pdb_sync() argument
1886 isp_pdb_add_update(ispsoftc_t * isp,int chan,isp_pdb_t * pdb) isp_pdb_add_update() argument
1956 isp_scan_loop(ispsoftc_t * isp,int chan) isp_scan_loop() argument
2032 isp_ct_passthru(ispsoftc_t * isp,int chan,uint32_t cmd_bcnt,uint32_t rsp_bcnt) isp_ct_passthru() argument
2093 isp_gid_pt(ispsoftc_t * isp,int chan) isp_gid_pt() argument
2130 isp_gff_id(ispsoftc_t * isp,int chan,uint32_t portid) isp_gff_id() argument
2187 isp_gft_id(ispsoftc_t * isp,int chan,uint32_t portid) isp_gft_id() argument
2240 isp_scan_fabric(ispsoftc_t * isp,int chan) isp_scan_fabric() argument
2478 isp_login_device(ispsoftc_t * isp,int chan,uint32_t portid,isp_pdb_t * p,uint16_t * ohp) isp_login_device() argument
2557 isp_register_fc4_type(ispsoftc_t * isp,int chan) isp_register_fc4_type() argument
2602 isp_register_fc4_features_24xx(ispsoftc_t * isp,int chan) isp_register_fc4_features_24xx() argument
2660 isp_register_port_name_24xx(ispsoftc_t * isp,int chan) isp_register_port_name_24xx() argument
2724 isp_register_node_name_24xx(ispsoftc_t * isp,int chan) isp_register_node_name_24xx() argument
2780 isp_next_handle(ispsoftc_t * isp,uint16_t * ohp) isp_next_handle() argument
2823 ispsoftc_t *isp; isp_start() local
2996 isp_control(ispsoftc_t * isp,ispctl_t ctl,...) isp_control() argument
3233 isp_intr_atioq(ispsoftc_t * isp) isp_intr_atioq() argument
3267 isp_intr_mbox(ispsoftc_t * isp,uint16_t mbox0) isp_intr_mbox() argument
3286 isp_intr_respq(ispsoftc_t * isp) isp_intr_respq() argument
3508 isp_intr_async(ispsoftc_t * isp,uint16_t mbox) isp_intr_async() argument
3782 isp_handle_control(ispsoftc_t * isp,isphdr_t * hp) isp_handle_control() argument
3815 isp_handle_rpt_id_acq(ispsoftc_t * isp,isphdr_t * hp) isp_handle_rpt_id_acq() argument
3860 isp_parse_status_24xx(ispsoftc_t * isp,isp24xx_statusreq_t * sp,XS_T * xs) isp_parse_status_24xx() argument
4281 isp_mboxcmd(ispsoftc_t * isp,mbreg_t * mbp) isp_mboxcmd() argument
4444 isp_fw_state(ispsoftc_t * isp,int chan) isp_fw_state() argument
4456 isp_setdfltfcparm(ispsoftc_t * isp,int chan) isp_setdfltfcparm() argument
4518 isp_reinit(ispsoftc_t * isp,int do_load_defaults) isp_reinit() argument
4551 flash_data_addr(ispsoftc_t * isp,uint32_t faddr) flash_data_addr() argument
4559 isp_read_flash_dword(ispsoftc_t * isp,uint32_t addr,uint32_t * data) isp_read_flash_dword() argument
4578 isp_read_flash_data(ispsoftc_t * isp,uint32_t * dwptr,uint32_t faddr,uint32_t dwords) isp_read_flash_data() argument
4596 isp_rd_2xxx_flash(ispsoftc_t * isp,uint32_t addr,uint32_t * rp) isp_rd_2xxx_flash() argument
4617 isp_read_flthdr_2xxx(ispsoftc_t * isp) isp_read_flthdr_2xxx() argument
4648 isp_parse_flthdr_2xxx(ispsoftc_t * isp,uint8_t * flthdr_data) isp_parse_flthdr_2xxx() argument
4669 isp_read_flt_2xxx(ispsoftc_t * isp) isp_read_flt_2xxx() argument
4690 isp_parse_flt_2xxx(ispsoftc_t * isp,uint8_t * flt_data) isp_parse_flt_2xxx() argument
4872 isp_print_image(ispsoftc_t * isp,char * name,struct isp_image_status * image_status) isp_print_image() argument
4943 isp_compare_image_generation(ispsoftc_t * isp,struct isp_image_status * pri_image_status,struct isp_image_status * sec_image_status) isp_compare_image_generation() argument
4958 isp_get_aux_images(ispsoftc_t * isp,struct active_regions * active_regions) isp_get_aux_images() argument
5057 isp_get_active_image(ispsoftc_t * isp,struct active_regions * active_regions) isp_get_active_image() argument
5154 isp_risc_firmware_invalid(ispsoftc_t * isp,uint32_t * dword) isp_risc_firmware_invalid() argument
5161 isp_load_ram(ispsoftc_t * isp,uint32_t * data,uint32_t risc_addr,uint32_t risc_code_size) isp_load_ram() argument
5190 isp_load_risc_flash(ispsoftc_t * isp,uint32_t * srisc_addr,uint32_t faddr) isp_load_risc_flash() argument
5290 isp_load_risc(ispsoftc_t * isp,uint32_t * srisc_addr) isp_load_risc() argument
5321 isp_read_nvram(ispsoftc_t * isp) isp_read_nvram() argument
5371 isp_parse_nvram_2400(ispsoftc_t * isp,uint8_t * nvram_data) isp_parse_nvram_2400() argument
[all...]
H A Disp_target.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2009-2020 Alexander Motin <mav@FreeBSD.org>
5 * Copyright (c) 1997-2009 by Matthew Jacob
47 #include <dev/isp/isp_freebsd.h>
77 * (Accept Target IO) type- sometimes with enough info to stop the command at
84 * cards that 'auto-replenis
109 isp_target_notify(ispsoftc_t * isp,void * vptr,uint32_t * optrp,uint16_t ql) isp_target_notify() argument
239 isp_endcmd(ispsoftc_t * isp,...) isp_endcmd() argument
309 isp_target_async(ispsoftc_t * isp,int bus,int event) isp_target_async() argument
352 isp_got_tmf_24xx(ispsoftc_t * isp,at7_entry_t * aep) isp_got_tmf_24xx() argument
422 isp_notify_ack(ispsoftc_t * isp,void * arg) isp_notify_ack() argument
468 isp_acknak_abts(ispsoftc_t * isp,void * arg,int errno) isp_acknak_abts() argument
527 isp_handle_abts(ispsoftc_t * isp,abts_t * abts) isp_handle_abts() argument
574 isp_handle_ctio7(ispsoftc_t * isp,ct7_entry_t * ct) isp_handle_ctio7() argument
716 isp_handle_notify_24xx(ispsoftc_t * isp,in_fcentry_24xx_t * inot) isp_handle_notify_24xx() argument
[all...]
H A Dispvar.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2009-2020 Alexander Motin <mav@FreeBSD.org>
5 * Copyright (c) 1997-2009 by Matthew Jacob
32 * Soft Definitions for Qlogic ISP SCSI adapters.
43 #include <dev/isp/isp_stds.h>
44 #include <dev/isp/ispmbox.h>
56 #define ISP_CORE_VERSION_MINOR 0
80 #define ISP_MAX_TARGETS(isp) MAX_FC_TARG argument
84 * Macros to access ISP registers through bus specific layers-
[all …]
H A Disp_library.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2009-2020 Alexander Motin <mav@FreeBSD.org>
5 * Copyright (c) 1997-2009 by Matthew Jacob
56 isp_rqentry_avail(ispsoftc_t *isp, uint32_t num) in isp_rqentry_avail() argument
58 if (ISP_QAVAIL(isp) >= num) in isp_rqentry_avail()
61 isp->isp_reqodx = ISP_READ(isp, BIU2400_REQOUTP); in isp_rqentry_avail()
62 return (ISP_QAVAIL(isp) >= num); in isp_rqentry_avail()
66 isp_getrqentry(ispsoftc_t *isp) in isp_getrqentry() argument
68 if (!isp_rqentry_avail(isp, 1)) in isp_getrqentry()
[all …]
H A Dispreg.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2009-2020 Alexander Motin <mav@FreeBSD.org>
5 * Copyright (c) 1997-2009 by Matthew Jacob
33 * definitions for Qlogic ISP SCSI adapters.
39 * Hardware definitions for the Qlogic ISP registers.
50 * if RISC processor in ISP is paused.
61 #define BIU_BLOCK (0 << _BLK_REG_SHFT)
66 #define BIU_R2HST_ISTAT_MASK 0xff /* intr information && status */
67 #define ISPR2HST_ROM_MBX_OK 0x1 /* ROM mailbox cmd done ok */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Drockchip-isp1.yaml1 # SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 ---
4 $id: http://devicetree.org/schemas/media/rockchip-isp1.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Helen Koike <helen.koike@collabora.com>
19 - fsl,imx8mp-isp
20 - rockchip,px30-cif-isp
21 - rockchip,rk3399-cif-isp
30 interrupt-names:
32 - const: isp
[all …]
H A Dti,omap3isp.txt1 OMAP 3 ISP Device Tree bindings
4 The DT definitions can be found in include/dt-bindings/media/omap3-isp.h.
9 compatible : must contain "ti,omap3-isp"
12 ISP. The first set contains the core ISP registers up to
15 interrupts : the ISP interrupt specifier
16 iommus : phandle and IOMMU specifier for the IOMMU that serves the ISP
17 syscon : the phandle and register offset to the Complex I/O or CSI-PHY
19 ti,phy-type : 0 -- OMAP3ISP_PHY_TYPE_COMPLEX_IO (e.g. 3430)
20 1 -- OMAP3ISP_PHY_TYPE_CSIPHY (e.g. 3630)
21 #clock-cells : Must be 1 --- the ISP provides two external clocks,
[all …]
H A Dallwinner,sun6i-a31-isp.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/allwinner,sun6i-a31-isp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A31 Image Signal Processor Driver (ISP)
10 - Paul Kocialkowski <paul.kocialkowski@bootlin.com>
15 - allwinner,sun6i-a31-isp
16 - allwinner,sun8i-v3s-isp
26 - description: Bus Clock
27 - description: Module Clock
[all …]
H A Dsamsung,exynos4212-fimc-is.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/media/samsung,exynos4212-fim
[all...]
H A Drenesas,isp.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/media/renesas,isp.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Renesas R-Car ISP Channel Selector
11 - Niklas Söderlund <niklas.soderlund@ragnatech.se>
14 The R-Car ISP Channel Selector provides MIPI CSI-2 VC and DT filtering
15 capabilities for the Renesas R-Car family of devices. It is used in
16 conjunction with the R-Car VIN and CSI-2 modules, which provides the video
22 - enum:
[all …]
H A Draspberrypi,pispbe.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Raspberry Pi PiSP Image Signal Processor (ISP) Back End
10 - Raspberry Pi Kernel Maintenance <kernel-list@raspberrypi.com>
11 - Jacopo Mondi <jacopo.mondi@ideasonboard.com>
14 The Raspberry Pi PiSP Image Signal Processor (ISP) Back End is an image
18 The full ISP documentation is available at
19 https://datasheets.raspberrypi.com/camera/raspberry-pi-image-signal-processor-specification.pdf
24 - enum:
[all …]
/freebsd/share/man/man4/
H A Disp.41 .\" Copyright (c) 2009-2020 Alexander Motin <mav@FreeBSD.org>
3 .\" Copyright (c) 1998-2001 Matthew Jacob, for NASA/Ames Research Center
31 .Nm isp
37 .Bd -ragged -offset indent
39 .Cd "device isp"
46 .Bd -literal -offset indent
57 Support is available for Public and Private loops, Point-to-Point
60 Supported FC-Tape functionality is highly recommended for connections
62 It encompasses four elements from the T-10 FCP-4 specification:
63 .Bl -bullet -offset indent
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c63 dt_idsig_t *isp = idp->di_data; in dt_idcook_sign() local
69 iskey = idp->di_kind == DT_IDENT_ARRAY || idp->di_kind == DT_IDENT_AGG; in dt_idcook_sign()
71 if (isp->dis_varargs >= 0) { in dt_idcook_sign()
72 mismatch = argc < isp->dis_varargs; in dt_idcook_sign()
73 arglimit = isp->dis_varargs; in dt_idcook_sign()
74 } else if (isp->dis_optargs >= 0) { in dt_idcook_sign()
75 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc); in dt_idcook_sign()
78 mismatch = argc != isp->dis_argc; in dt_idcook_sign()
79 arglimit = isp->dis_argc; in dt_idcook_sign()
84 "passed, %s%d expected\n", prefix, idp->di_name, suffix, in dt_idcook_sign()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/
H A Dnvidia,tegra20-isp.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-isp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NVIDIA Tegra ISP processor
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Jon Hunter <jonathanh@nvidia.com>
16 - nvidia,tegra20-isp
17 - nvidia,tegra30-isp
18 - nvidia,tegra210-isp
[all …]
/freebsd/usr.bin/systat/
H A Diolat.c4 * SPDX-License-Identifier: BSD-2-Clause
48 enum { OP_READ = 0, OP_WRITE, OP_TRIM, NUM_OPS };
73 oid[0] = CTL_SYSCTL; in name2oid()
78 if (i < 0) in name2oid()
92 qoid[0] = CTL_SYSCTL; in oid2name()
96 i = sysctl(qoid, nlen + 2, name, &j, 0, 0); in oid2name()
110 qoid[0] = CTL_SYSCTL; in oidfmt()
115 i = sysctl(qoid, len + 2, buf, &j, 0, 0); in oidfmt()
119 return (0); in oidfmt()
128 memset(buckets, 0, n * sizeof(buckets[0])); in split_u64()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dexynos4-clock.txt9 - compatible: should be one of the following.
10 - "samsung,exynos4210-clock" - controller compatible with Exynos4210 SoC.
11 - "samsung,exynos4412-clock" - controller compatible with Exynos4412 SoC.
13 - reg: physical base address of the controller and length of memory mapped
16 - #clock-cells: should be 1.
22 dt-bindings/clock/exynos4.h header and can be used in device
27 clock: clock-controller@10030000 {
28 compatible = "samsung,exynos4210-clock";
29 reg = <0x10030000 0x20000>;
30 #clock-cells = <1>;
[all …]
H A Dsamsung,exynos4412-isp-clock.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/samsung,exynos4412-isp-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung Exynos4412 SoC ISP clock controller
10 - Chanwoo Choi <cw00.choi@samsung.com>
11 - Krzysztof Kozlowski <krzk@kernel.org>
12 - Sylwester Nawrocki <s.nawrocki@samsung.com>
13 - Tomasz Figa <tomasz.figa@gmail.com>
16 Clock controller for Samsung Exynos4412 SoC FIMC-ISP (Camera ISP)
[all …]
/freebsd/share/examples/ppp/
H A Dppp.conf.span-isp5 # ------------- ------------- -------------
7 # ------------- ------------- -------------
9 # |---------------------- LAN ----------------------|
11 # -------------
13 # -------------
15 # -----------------------------------
19 # -----------------------------------
21 # ------------
23 # ------------
27 # The connection is implemented so that any ISP connection can go down
[all …]
H A Dppp.conf.span-isp.working2 # This is a working example of ppp.conf.span-isp that uses ppp connections
3 # to the same machine through 3 null-modem serial cables.
5 # cuaD03 <-> cuaD04
6 # cuaD01 <-> cuaD06
7 # cuaD00 <-> cuaD07
15 # exec /usr/sbin/pppin -direct isp-in-${tty#${tty%?}}
19 # ppp -b isp1
20 # ppp -b isp2
21 # ppp -b isp3
24 # If you connect to the vpn-in diagnostic socket with ``pppctl
[all …]
/freebsd/share/examples/
H A DMakefile85 bsd-style-copyright \
186 POSIX-copyright \
220 faq-example1 \
221 faq-example2 \
222 faq-example3 \
240 chap-auth \
241 login-auth \
243 ppp.conf.span-isp \
244 ppp.conf.span-isp.working \
246 ppp.linkdown.span-isp \
[all …]
/freebsd/contrib/byacc/
H A Dgraph.c22 for (i = 0; i < nstates; ++i) in graph()
24 closure(state_table[i]->items, state_table[i]->nitems); in graph()
29 for (i = 0; i < nstates; ++i) in graph()
34 for (j = 0; j < sp->nshifts; ++j) in graph()
36 sn = sp->shift[j]; in graph()
39 "\tq%d -> q%d [label=\"%s\"];\n", in graph()
46 for (i = 0; i < nsyms; ++i) in graph()
54 Value_t *isp; in graph_state() local
60 for (isp = itemset; isp < itemsetend; isp++) in graph_state()
65 sp1 = sp = ritem + *isp; in graph_state()
[all …]
/freebsd/sys/dev/iscsi/
H A Dicl_soft.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
95 SYSCTL_NODE(_kern_icl, OID_AUTO, soft, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
99 &coalesce, 0, "Try to coalesce PDUs before sending");
102 &partial_receive_len, 0, "Minimum read size for partially received "
106 &max_data_segment_length, 0, "Maximum data segment length");
109 &first_burst_length, 0, "First burst length");
112 &max_burst_length, 0, "Maximum burst length");
115 &sendspace, 0, "Default send socket buffer size");
118 &recvspace, 0, "Default receive socket buffer size");
[all …]
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-aat1290.txt11 - compatible : Must be "skyworks,aat1290".
12 - flen-gpios : Must be device tree identifier of the flash device FL_EN pin.
13 - enset-gpios : Must be device tree identifier of the flash device EN_SET pin.
16 - pinctrl-names : Must contain entries: "default", "host", "isp". Entries
19 "isp" must refer to the pin configuration node, which sets the
20 ISP as a strobe signal provider.
23 node - see Documentation/devicetree/bindings/leds/common.txt.
26 - led-max-microamp : see Documentation/devicetree/bindings/leds/common.txt
27 - flash-max-microamp : see Documentation/devicetree/bindings/leds/common.txt
30 - flash-max-timeout-us : see Documentation/devicetree/bindings/leds/common.txt
[all …]

12345678