HomeSort by: relevance | last modified time | path
    Searched refs:PORT (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/dev/ppbus/
ppbus_gpio.c 51 #define PORT(r, b, i) { PPBUS_R##r##TR, PPBUS_W##r##TR, b, i}
57 } ppbus_port[PPBUS_NPINS] = { /* parallel port wiring: */
58 PORT(C, 0, 1), /* 1: /C0 Output */
59 PORT(D, 0, 0), /* 2: D0 Output */
60 PORT(D, 1, 0), /* 3: D1 Output */
61 PORT(D, 2, 0), /* 4: D2 Output */
62 PORT(D, 3, 0), /* 5: D3 Output */
63 PORT(D, 4, 0), /* 6: D4 Output */
64 PORT(D, 5, 0), /* 7: D5 Output */
65 PORT(D, 6, 0), /* 8: D6 Output *
136 u_char port = ppbus_io(sc->sc_dev, ppbus_port[pin].rreg, NULL, 0, 0); local in function:gpio_ppbus_pin_read
145 u_char port = ppbus_io(sc->sc_dev, ppbus_port[pin].rreg, NULL, 0, 0); local in function:gpio_ppbus_pin_write
    [all...]
  /src/regress/sys/arch/i386/ioperm/
ioperm.c 47 /* arbitrary port to test */
50 #define PORT (IO_TIMER1+TIMER_CNTR0)
53 inb(uint16_t port)
57 __asm __volatile("inb %1, %0" : "=a"(data) : "id"(port));
78 inb(PORT);
115 buf2[PORT / 8 / sizeof(unsigned long)] &=
116 ~(1 << (PORT % (8 * sizeof(unsigned long))));
133 buf2[PORT / 8 / sizeof(unsigned long)] |=
134 (1 << (PORT % (8 * sizeof(unsigned long))));
  /src/regress/sys/arch/i386/iopl/
iopl.c 48 /* arbitrary port to test */
51 #define PORT (IO_TIMER1+TIMER_CNTR0)
54 inb(uint16_t port)
58 __asm __volatile("inb %1, %0" : "=a"(data) : "id"(port));
79 inb(PORT);
  /src/usr.sbin/npf/npfctl/
npf_parse.y 156 %token PORT
197 %type <num> port opt_final number afamily opt_family
874 : PORT CURLY_OPEN filt_port_list CURLY_CLOSE
878 | PORT port_range { $$ = $2; }
891 : port /* just port */
895 | port MINUS port /* port from-to */
903 yyerror("undefined port variable %s", $1)
908 port label
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
omap3-evm-common.dtsi 16 /* HS USB Port 2 Power */
27 /* HS USB Host PHY on PORT 2 */
omap3-cm-t3x.dtsi 24 /* HS USB Port 1 Power */
33 /* HS USB Port 2 Power */
42 /* HS USB Host PHY on PORT 1 */
49 /* HS USB Host PHY on PORT 2 */
67 port {
251 port {
omap3-igep0020-common.dtsi 43 /* HS USB Port 1 Power */
53 /* HS USB Host PHY on PORT 1 */
69 port@0 {
77 port@1 {
95 port {
250 port {
omap4-duovero.dtsi 40 /* HS USB Host PHY on PORT 1 */
omap4-var-som-om44.dtsi 34 /* HS USB Host PHY on PORT 1 */
omap5-board-common.dtsi 58 /* HS USB Host PHY on PORT 2 */
68 /* HS USB Host PHY on PORT 3 */
87 port@0 {
95 port@1 {
111 port {
750 port {
omap5-cm-t54.dts 62 /* HS USB Host PHY on PORT 2 */
69 /* HS USB Host PHY on PORT 3 */
111 port {
129 port {
143 port@0 {
151 port@1 {
169 port {
661 port {
691 port {
am3517-evm.dts 135 port {
162 /* HS USB Host PHY on PORT 1 */
187 port {
logicpd-som-lv.dtsi 28 /* HS USB Host PHY on PORT 1 */
omap3-beagle-xm.dts 82 /* HS USB Port 2 Power */
92 /* HS USB Host PHY on PORT 2 */
110 port@0 {
118 port@1 {
136 port {
147 port {
161 port {
176 port {
400 port {
413 port {
    [all...]
omap3-beagle.dts 49 /* HS USB Port 2 Power */
59 /* HS USB Host PHY on PORT 2 */
97 port@0 {
105 port@1 {
123 port {
134 port {
148 port {
163 port {
394 port {
407 port {
    [all...]
omap3-overo-base.dtsi 35 /* HS USB Port 2 Power */
46 /* HS USB Host PHY on PORT 2 */
omap3-tao3530.dtsi 35 /* HS USB Port 2 Power */
45 /* HS USB Host PHY on PORT 2 */
omap4-panda-common.dtsi 104 /* HS USB Port 1 Power */
122 /* HS USB Host PHY on PORT 1 */
154 port@0 {
162 port@1 {
180 port {
198 port@0 {
206 port@1 {
222 port {
571 port {
588 port {
    [all...]
omap3-pandora-common.dtsi 38 port {
207 /* HS USB Host PHY on PORT 2 */
678 port {
709 port {
724 port {
  /src/libexec/ftpd/
ftpcmd.y 140 QUIT REIN PORT PASV TYPE STRU
250 | PORT check_login SP host_port CRLF
253 port_check("PORT", AF_INET);
1233 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4, b5", 0, },
1235 { "EPRT", EPRT, STR1, 1, "<sp> |af|addr|port|", 0, },
1819 * Check that the structures used for a PORT, LPRT or EPRT command are
  /src/dist/pf/sbin/pfctl/
parse.y 97 u_int16_t port[2];
161 struct node_port *port;
355 struct node_port *port;
412 %token ICMP6TYPE CODE KEEP MODULATE STATE PORT RDR NAT BINAT ARROW NODF
435 %type <v.range> port rport
447 %type <v.port> portspec port_list port_item
759 $8.src.host, $8.src.port, $8.dst.host, $8.dst.port,
782 $6.src.host, $6.src.port, $6.dst.host, $6.dst.port,
2707 port : STRING { label
    [all...]
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 273 ; xp to host level 1 interrupt port
275 ; xp to host level 5 interrupt port
283 ; I/O PORT
776 ; TODO: PSG I/O Port

Completed in 20 milliseconds