/freebsd/sys/dev/atkbdc/ |
H A D | atkbdc_isa.c | 97 struct resource *port0; in atkbdc_isa_probe() local 137 port0 = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, RF_ACTIVE); in atkbdc_isa_probe() 138 if (port0 == NULL) in atkbdc_isa_probe() 146 bus_release_resource(dev, SYS_RES_IOPORT, 0, port0); in atkbdc_isa_probe() 159 tag = rman_get_bustag(port0); in atkbdc_isa_probe() 168 bus_release_resource(dev, SYS_RES_IOPORT, 0, port0); in atkbdc_isa_probe() 178 error = atkbdc_probe_unit(device_get_unit(dev), port0, port1); in atkbdc_isa_probe() 180 bus_release_resource(dev, SYS_RES_IOPORT, 0, port0); in atkbdc_isa_probe() 211 sc->port0 = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, in atkbdc_isa_attach() 213 if (sc->port0 == NULL) in atkbdc_isa_attach() [all …]
|
H A D | atkbdc.c | 190 atkbdc_probe_unit(int unit, struct resource *port0, struct resource *port1) in atkbdc_probe_unit() argument 192 if (rman_get_start(port0) <= 0) in atkbdc_probe_unit() 200 atkbdc_attach_unit(int unit, atkbdc_softc_t *sc, struct resource *port0, in atkbdc_attach_unit() argument 203 return atkbdc_setup(sc, rman_get_bustag(port0), in atkbdc_attach_unit() 204 rman_get_bushandle(port0), in atkbdc_attach_unit() 219 int port0; in atkbdc_configure() local 229 port0 = IO_KBD; in atkbdc_configure() 230 resource_int_value("atkbdc", 0, "port", &port0); in atkbdc_configure() 233 bus_space_map(tag, port0, IO_KBDSIZE, 0, &h0); in atkbdc_configure() 236 h0 = (bus_space_handle_t)port0; in atkbdc_configure() [all …]
|
H A D | atkbdcreg.h | 195 struct resource *port0; /* data port */ member 234 int atkbdc_probe_unit(int unit, struct resource *port0, struct resource *port1); 235 int atkbdc_attach_unit(int unit, atkbdc_softc_t *sc, struct resource *port0,
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | fsl-usb.txt | 18 - port0 : boolean; if defined, indicates port0 is connected for 24 "port0" (or both) must be defined for "fsl-usb2-mph" compatible 52 port0;
|
H A D | fsl,usb2.yaml | 40 port0: 43 Indicates port0 is connected for fsl-usb2-mph compatible controllers. 82 port0;
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | mscc,vsc7514-switch.yaml | 62 - description: Port0 target 87 - const: port0 153 reg-names = "sys", "rew", "qs", "ptp", "port0", "port1", 164 port0: port@0 { 200 reg-names = "sys", "rew", "qs", "ptp", "port0", "port1",
|
H A D | mscc-ocelot.txt | 63 reg-names = "sys", "rew", "qs", "ptp", "port0", "port1", 74 port0: port@0 {
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | phy-mtk-tphy.txt | 124 u2 port0 0x0800 U2PHY_COM 125 u3 port0 0x0900 U3PHYD 139 u2 port0 0x0000 MISC 142 u3 port0 0x0700 SPLLC
|
H A D | mediatek,tphy.yaml | 24 u2 port0 0x0800 U2PHY_COM 25 u3 port0 0x0900 U3PHYD 39 u2 port0 0x0000 MISC 42 u3 port0 0x0700 SPLLC
|
H A D | phy-mtk-xsphy.txt | 59 u2 port0 0x0000 MISC 69 u31 port0 0x3400 DIG_LN_TOP
|
H A D | mediatek,xsphy.yaml | 20 u2 port0 0x0000 MISC 30 u31 port0 0x3400 DIG_LN_TOP
|
H A D | mediatek,mt7988-xfi-tphy.yaml | 45 is required for XFI Port0 of the MT7988 SoC to be in compliance with
|
/freebsd/share/man/man4/ |
H A D | e6060sw.4 | 53 This example is port0 as vlan 2. 55 .Dl # etherswitchcfg vlangroup2 vlan 2 members 0,5t port0 pvid 2
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | mediatek-pcie.txt | 89 <0 0x1a142000 0 0x1000>, /* Port0 registers */ 92 reg-names = "subsys", "port0", "port1", "port2"; 186 reg-names = "port0"; 220 reg-names = "port0";
|
H A D | apple,pcie.yaml | 49 - const: port0 119 reg-names = "config", "rc", "port0", "port1", "port2";
|
/freebsd/sys/contrib/device-tree/src/mips/mscc/ |
H A D | ocelot.dtsi | 141 reg-names = "sys", "rew", "qs", "ptp", "port0", "port1", 152 port0: port@0 { label
|
H A D | ocelot_pcb123.dts | 49 &port0 {
|
H A D | ocelot_pcb120.dts | 71 &port0 {
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/ |
H A D | r7s9210-pinctrl.h | 12 #define PORT0 0 macro
|
/freebsd/sys/contrib/device-tree/Bindings/media/xilinx/ |
H A D | xlnx,video.txt | 34 dma-names = "port0", "port1";
|
/freebsd/sys/contrib/device-tree/Bindings/display/msm/ |
H A D | mdss-common.yaml | 59 - description: Phandle to apps_smmu node with SID mask for Hard-Fail port0
|
/freebsd/tools/tools/netmap/ |
H A D | pkt-gen.c | 233 uint16_t port0, port1; member 431 r->port0 = 1234; /* default port */ in extract_ip_range() 434 extract_ipv6_addr(name, &r->ipv6.start, &r->port0, in extract_ip_range() 437 extract_ipv4_addr(name, &r->ipv4.start, &r->port0); in extract_ip_range() 439 r->port1 = r->port0; in extract_ip_range() 461 if (r->port0 > r->port1) { in extract_ip_range() 462 tmp = r->port0; in extract_ip_range() 463 r->port0 = r->port1; in extract_ip_range() 476 D("range is %s:%d to %s:%d", start, r->port0, end, r->port1); in extract_ip_range() 479 start, r->port0, r->ipv6.egroup, end, r->port1); in extract_ip_range() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm953012er.dts | 74 label = "port0";
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | lan966x-pcb8291.dts | 109 &port0 {
|
/freebsd/sys/dev/firewire/ |
H A D | firewire.h | 311 port0:2, member 357 port0:2, member
|