Home
last modified time | relevance | path

Searched full:isp (Results 1 – 25 of 218) sorted by relevance

123456789

/freebsd/sys/dev/isp/
H A Disp_library.c41 #include <dev/isp/isp_freebsd.h>
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()
111 if (!isp_rqentry_avail(isp, ++nqe)) in isp_send_cmd()
125 qe1 = ISP_QUEUE_ENTRY(isp->isp_rquest, nxt); in isp_send_cmd()
126 isp_put_cont64_req(isp, &crq, qe1); in isp_send_cmd()
127 if (isp->isp_dblev & ISP_LOGDEBUG1) { in isp_send_cmd()
128 isp_print_bytes(isp, "additional queue entry", in isp_send_cmd()
132 nxt = ISP_NXT_QENTRY(nxt, RQUEST_QUEUE_LEN(isp)); in isp_send_cmd()
[all …]
H A Disp_pci.c30 * PCI specific probe and attach routines for Qlogic ISP SCSI adapters.
48 #include <dev/isp/isp_freebsd.h>
219 "isp", isp_pci_methods, sizeof (struct isp_pcisoftc)
222 DRIVER_MODULE(isp, pci, isp_pci_driver, 0, 0);
223 MODULE_DEPEND(isp, cam, 1, 1, 1);
224 MODULE_DEPEND(isp, firmware, 1, 1, 1);
232 device_set_desc(dev, "Qlogic ISP 2422 PCI FC-AL Adapter"); in isp_pci_probe()
235 device_set_desc(dev, "Qlogic ISP 2432 PCI FC-AL Adapter"); in isp_pci_probe()
238 device_set_desc(dev, "Qlogic ISP 2532 PCI FC-AL Adapter"); in isp_pci_probe()
241 device_set_desc(dev, "Qlogic ISP 5432 PCI FC-AL Adapter"); in isp_pci_probe()
[all …]
H A Disp.c34 * code for the Qlogic ISP SCSI and FC-SCSI adapters.
55 #include <dev/isp/isp_freebsd.h>
147 isp_change_fw_state(ispsoftc_t *isp, int chan, int state) in isp_change_fw_state() argument
149 fcparam *fcp = FCPARAM(isp, chan); in isp_change_fw_state()
153 isp_prt(isp, ISP_LOGCONFIG|ISP_LOG_SANCFG, in isp_change_fw_state()
160 isp_get_flash_addrs(ispsoftc_t *isp) in isp_get_flash_addrs() argument
162 fcparam *fcp = FCPARAM(isp, 0); in isp_get_flash_addrs()
165 if (IS_28XX(isp)) { in isp_get_flash_addrs()
168 } else if (IS_26XX(isp)) { /* 26xx and 27xx are identical */ in isp_get_flash_addrs()
171 } else if (IS_25XX(isp)) { in isp_get_flash_addrs()
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.c47 #include <dev/isp/isp_freebsd.h>
109 isp_target_notify(ispsoftc_t *isp, void *vptr, uint32_t *optrp, uint16_t ql) in isp_target_notify() argument
131 type = isp_get_response_type(isp, (isphdr_t *)vptr); in isp_target_notify()
134 if (isp->isp_dblev & ISP_LOGTDEBUG2) in isp_target_notify()
135 isp_print_qentry(isp, __func__, *optrp, vptr); in isp_target_notify()
139 isp_get_atio7(isp, at7iop, (at7_entry_t *) local); in isp_target_notify()
148 isp_prt(isp, ISP_LOGINFO, "long IU length (%d) ignored", len); in isp_target_notify()
158 isp_got_tmf_24xx(isp, at7iop); in isp_target_notify()
164 isp_async(isp, ISPASYNC_TARGET_ACTION, local); in isp_target_notify()
168 isp_get_ctio7(isp, ct7io in isp_target_notify()
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.h32 * Soft Definitions for Qlogic ISP SCSI adapters.
43 #include <dev/isp/isp_stds.h>
44 #include <dev/isp/ispmbox.h>
80 #define ISP_MAX_TARGETS(isp) MAX_FC_TARG argument
84 * Macros to access ISP registers through bus specific layers-
87 #define ISP_RUN_ISR(isp) \ argument
88 (*(isp)->isp_mdvec->dv_run_isr)(isp)
90 #define ISP_READ(isp, reg) \ argument
91 (*(isp)->isp_mdvec->dv_rd_reg)((isp), (reg))
93 #define ISP_WRITE(isp, reg, val) \ argument
[all …]
H A Disp_library.h56 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()
70 return (ISP_QUEUE_ENTRY(isp->isp_rquest, isp->isp_reqidx)); in isp_getrqentry()
125 void isp_get_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *, isp_ct_pt_t *);
126 void isp_put_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *, isp_ct_pt_t *);
140 void isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
[all …]
H A Dispreg.h33 * definitions for Qlogic ISP SCSI adapters.
39 * Hardware definitions for the Qlogic ISP registers.
50 * if RISC processor in ISP is paused.
90 #define BIU2400_CSR (BIU_BLOCK+0x08) /* ISP Control/Status */
91 #define BIU2400_ICR (BIU_BLOCK+0x0C) /* ISP to PCI Interrupt Control */
92 #define BIU2400_ISR (BIU_BLOCK+0x10) /* ISP to PCI Interrupt Status */
170 #define ISP_NMBOX(isp) 32 argument
199 #define ISP_INTS_ENABLED(isp) \ argument
200 (ISP_READ(isp, BIU2400_ICR) & BIU2400_IMASK)
202 #define ISP_ENABLE_INTS(isp) \ argument
[all …]
/freebsd/share/man/man4/
H A Disp.431 .Nm isp
39 .Cd "device isp"
137 .It Va hint.isp. Ns Ar N Ns Va .msi
139 .It Va hint.isp. Ns Ar N Ns Va .msix
141 .It Va hint.isp. Ns Ar N Ns Va .fwload_disable
144 .It Va hint.isp. Ns Ar N Ns Va .fwload_force
151 .Xr isp 4
155 .Xr isp 4
159 .It Va hint.isp. Ns Ar N Ns Va .ignore_nvram
162 .It Va hint.isp. Ns Ar N Ns Va .fullduplex
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Drockchip-isp1.yaml19 - fsl,imx8mp-isp
20 - rockchip,px30-cif-isp
21 - rockchip,rk3399-cif-isp
32 - const: isp
40 - description: ISP clock (for imx8mp, clk)
41 - description: ISP AXI clock (for imx8mp, m_hclk)
42 - description: ISP AHB clock (for imx8mp, hclk)
44 - description: ISP Pixel clock
50 - const: isp
60 A phandle to the media block control for the ISP, followed by a cell
[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
21 #clock-cells : Must be 1 --- the ISP provides two external clocks,
58 isp@480bc000 {
59 compatible = "ti,omap3-isp";
H A Dallwinner,sun6i-a31-isp.yaml4 $id: http://devicetree.org/schemas/media/allwinner,sun6i-a31-isp.yaml#
7 title: Allwinner A31 Image Signal Processor Driver (ISP)
15 - allwinner,sun6i-a31-isp
16 - allwinner,sun8i-v3s-isp
56 - allwinner,sun8i-v3s-isp
77 isp: isp@1cb8000 {
78 compatible = "allwinner,sun8i-v3s-isp";
H A Dsamsung,exynos4212-fimc-is.yaml16 processor, ISP, DRC and FD IP blocks and peripheral devices such as UART, I2C
44 - const: isp
70 - const: isp
82 power/start the ISP.
100 "^i2c-isp@[0-9a-f]+$":
105 ISP I2C bus controller
109 const: samsung,exynos4212-i2c-isp
179 "ppmuispmx", "isp",
188 iommu-names = "isp", "drc", "fd", "mcuctl";
196 i2c-isp
[all...]
H A Dexynos4-fimc-is.txt5 processor, ISP, DRC and FD IP blocks and peripheral devices such as UART, I2C
19 "mpll", "sysreg", "isp", "drc", "fd", "mcuisp", "gicisp",
33 i2c-isp (ISP I2C bus controller) nodes
38 - compatible : should be "samsung,exynos4212-i2c-isp" for Exynos4212 and
48 firmware must be child nodes of their corresponding ISP I2C bus controller node.
H A Drenesas,isp.yaml5 $id: http://devicetree.org/schemas/media/renesas,isp.yaml#
8 title: Renesas R-Car ISP Channel Selector
14 The R-Car ISP Channel Selector provides MIPI CSI-2 VC and DT filtering
23 - renesas,r8a779a0-isp # V3U
24 - renesas,r8a779g0-isp # V4H
118 isp1: isp@fed20000 {
119 compatible = "renesas,r8a779a0-isp";
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/
H A Dnvidia,tegra20-isp.yaml4 $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-isp.yaml#
7 title: NVIDIA Tegra ISP processor
16 - nvidia,tegra20-isp
17 - nvidia,tegra30-isp
18 - nvidia,tegra210-isp
36 - const: isp
60 isp@54100000 {
61 compatible = "nvidia,tegra20-isp";
66 reset-names = "isp";
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c63 dt_idsig_t *isp = idp->di_data; in dt_idcook_sign() local
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()
86 isp->dis_optargs >= 0 ? "at least " : "", in dt_idcook_sign()
87 isp->dis_optargs >= 0 ? isp->dis_optargs : arglimit); in dt_idcook_sign()
[all …]
/freebsd/usr.bin/systat/
H A Diolat.c176 struct iosched_stat *isp; in find_dev() local
179 SLIST_FOREACH(isp, &curlist, link) { in find_dev()
180 if (strcmp(isp->dev_name, dev) != 0 || isp->unit != unit) in find_dev()
182 iosp = &isp->op_stats[op]; in find_dev()
191 struct iosched_stat *isp; in alloc_dev() local
194 isp = malloc(sizeof(*isp)); in alloc_dev()
195 if (isp == NULL) in alloc_dev()
197 strlcpy(isp->dev_name, dev, sizeof(isp->dev_name)); in alloc_dev()
198 isp->unit = unit; in alloc_dev()
199 SLIST_INSERT_HEAD(&curlist, isp, link); in alloc_dev()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dexynos4-clock.txt45 Exynos4412 SoC contains some additional clocks for FIMC-ISP (Camera ISP)
46 subsystem. Registers for those clocks are located in the ISP power domain.
53 - compatible: should be "samsung,exynos4412-isp-clock".
55 - reg: physical base address of the ISP clock controller and length of memory
68 - power-domains: a phandle to ISP power domain node as described by
80 compatible = "samsung,exynos4412-isp-clock";
H A Dsamsung,exynos4412-isp-clock.yaml4 $id: http://devicetree.org/schemas/clock/samsung,exynos4412-isp-clock.yaml#
7 title: Samsung Exynos4412 SoC ISP clock controller
16 Clock controller for Samsung Exynos4412 SoC FIMC-ISP (Camera ISP)
22 const: samsung,exynos4412-isp-clock
57 compatible = "samsung,exynos4412-isp-clock";
/freebsd/share/examples/ppp/
H A Dppp.conf.span-isp27 # The connection is implemented so that any ISP connection can go down
31 # There is a working example in ppp.*.span-isp.working that can be tested
75 # If you use ppp to connect to your ISPs, the isp* profiles shold be used,
76 # resulting in the vpn* profiles being called from ppp.linkup.span-isp.
79 # If the link to your ISP is via another type of interface (cable modem
92 # from ppp.linkup (see ppp.linkup.span-isp) for each link. We also remove
93 # the link from ppp.linkdown (see ppp.linkdown.span-isp). This is necessary
101 # Only the ISP links should be started manually. When they come up, they'll
136 # ppp.linkup.span-isp).
139 # ensure that these UDP packets use the correct ISP connection.
[all …]
H A Dppp.conf.span-isp.working2 # This is a working example of ppp.conf.span-isp that uses ppp connections
15 # exec /usr/sbin/pppin -direct isp-in-${tty#${tty%?}}
27 # ppp.linkup.span-isp.working, you see three links. This is because inetd
99 isp-in-7:
102 isp-in-6:
105 isp-in-4:
/freebsd/share/examples/
H A DMakefile243 ppp.conf.span-isp \
244 ppp.conf.span-isp.working \
246 ppp.linkdown.span-isp \
247 ppp.linkdown.span-isp.working \
249 ppp.linkup.span-isp \
250 ppp.linkup.span-isp.working \
252 ppp.secret.span-isp \
253 ppp.secret.span-isp.working
/freebsd/contrib/byacc/
H A Dgraph.c54 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()
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-aat1290.txt16 - 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.
51 pinctrl-names = "default", "host", "isp";
72 camera_flash_isp: camera-flash-isp {
/freebsd/sys/dev/iscsi/
H A Dicl_soft.c190 struct icl_soft_pdu *isp = (struct icl_soft_pdu *)ip; in icl_soft_conn_pdu_free() local
192 KASSERT(isp->ref_cnt == 0, ("freeing active PDU")); in icl_soft_conn_pdu_free()
196 uma_zfree(icl_soft_pdu_zone, isp); in icl_soft_conn_pdu_free()
205 struct icl_soft_pdu *isp = (struct icl_soft_pdu *)ip; in icl_soft_pdu_call_cb() local
207 if (isp->cb != NULL) in icl_soft_pdu_call_cb()
208 isp->cb(ip, isp->error); in icl_soft_pdu_call_cb()
212 uma_zfree(icl_soft_pdu_zone, isp); in icl_soft_pdu_call_cb()
218 struct icl_soft_pdu *isp = (struct icl_soft_pdu *)ip; in icl_soft_pdu_done() local
221 isp->error = error; in icl_soft_pdu_done()
230 if (atomic_fetchadd_int(&isp->ref_cnt, -1) == 1) in icl_soft_pdu_done()
[all …]

123456789