Lines Matching refs:Port
88 /* Port definitions (`N' at end begin of label means negated signal) */
124 PortRec, *Port;
134 static inline int pio_wait (const Port port, u_char val, u_char mask);
135 static inline void pio_ctrl (const Port port, u_char val);
136 static inline void pio_delay (const Port port);
137 static inline void pio_init (const Port port);
138 static void pio_reset (const Port port);
139 static int pio_write (const Port port, const u_char * buf, int n);
140 static int pio_read (const Port port, u_char * buf, int n);
144 pio_wait (const Port port, u_char val, u_char mask)
186 pio_ctrl (const Port port, u_char val)
206 pio_delay (const Port port)
214 pio_init (const Port port)
221 pio_reset (const Port port)
240 pio_write (const Port port, const u_char * buf, int n)
294 pio_read (const Port port, u_char * buf, int n)
430 Port p = port + fd;