Searched refs:port (Results 1 - 25 of 1416) sorted by relevance
1234567891011>>
| /src/sys/arch/arm/include/ |
| H A D | pio.h | 43 #define inb(port) bus_space_read_1( &isa_io_bs_tag, (bus_space_handle_t)isa_io_bs_tag.bs_cookie, (port)) 44 #define outb(port, byte) bus_space_write_1(&isa_io_bs_tag, (bus_space_handle_t)isa_io_bs_tag.bs_cookie, (port), (byte))
|
| /src/sys/arch/rs6000/stand/boot/ |
| H A D | io.c | 32 outb(int port, char val) argument 35 MCA_io[port] = val; 39 outw(int port, u_int16_t val) argument 41 outb(port, val>>8); 42 outb(port+1, val); 46 inb(int port) argument 49 return (MCA_io[port]);
|
| /src/sys/arch/xen/include/ |
| H A D | xenio3.h | 37 * Bind a fresh port to VIRQ @virq. 38 * Return allocated port. 44 unsigned int port; member in struct:ioctl_evtchn_bind_virq 48 * Bind a fresh port to remote <@remote_domain, @remote_port>. 49 * Return allocated port. 55 unsigned int port; member in struct:ioctl_evtchn_bind_interdomain 59 * Allocate a fresh port for binding to @remote_domain. 60 * Return allocated port. 66 unsigned int port; member in struct:ioctl_evtchn_bind_unbound_port 70 * Unbind previously allocated @port 75 unsigned int port; member in struct:ioctl_evtchn_unbind 84 unsigned int port; member in struct:ioctl_evtchn_notify [all...] |
| /src/sys/external/gpl2/dts/dist/include/dt-bindings/memory/ |
| H A D | mtk-memory-port.h | 1 /* $NetBSD: mtk-memory-port.h,v 1.1.1.1 2021/11/07 16:49:56 jmcneill Exp $ */ 13 #define MTK_M4U_ID(larb, port) (((larb) << 5) | (port))
|
| /src/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/ |
| H A D | rzg2l-pinctrl.h | 22 /* Convert a port and pin label to its global pin index */ 23 #define RZG2L_GPIO(port, pin) ((port) * RZG2L_PINS_PER_PORT + (pin))
|
| /src/sys/arch/usermode/include/ |
| H A D | asm.h | 17 #error port me
|
| H A D | bswap.h | 17 #error port me
|
| H A D | byte_swap.h | 17 #error port me
|
| H A D | cdefs.h | 17 #error port me
|
| H A D | cpufunc.h | 17 #error port me
|
| H A D | endian.h | 17 #error port me
|
| H A D | endian_machdep.h | 17 #error port me
|
| H A D | frame_regs.h | 17 #error port me
|
| H A D | int_const.h | 17 #error port me
|
| H A D | int_fmtio.h | 17 #error port me
|
| H A D | int_limits.h | 17 #error port me
|
| H A D | int_mwgwtypes.h | 17 #error port me
|
| H A D | int_types.h | 17 #error port me
|
| H A D | limits.h | 17 #error port me
|
| H A D | mcontext.h | 17 #error port me
|
| H A D | netbsd32_machdep.h | 17 #error port me
|
| H A D | trap.h | 16 #error port me
|
| H A D | wchar_limits.h | 17 #error port me
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_lpe_audio.h | 17 enum port; 24 enum pipe pipe, enum port port,
|
| H A D | intel_sdvo.h | 22 enum port; 27 i915_reg_t reg, enum port port);
|
Completed in 25 milliseconds
1234567891011>>