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

  /src/sys/arch/newsmips/newsmips/
news4000.c 212 volatile uint32_t *data_port = (uint32_t *)NEWS4000_IDROM_DATA; local in function:news4000_readidrom
219 *data_port = offset;
224 *rom = (uint8_t)(*data_port & 0xff);
  /src/sys/external/bsd/drm/dist/shared-core/
i915_suspend.c 83 static u8 i915_read_indexed(struct drm_device *dev, u16 index_port, u16 data_port, u8 reg)
88 return I915_READ8(data_port);
109 static void i915_write_indexed(struct drm_device *dev, u16 index_port, u16 data_port, u8 reg, u8 val)
114 I915_WRITE8(data_port, val);

Completed in 12 milliseconds