Lines Matching defs:device

83 #define	CISTPL_DEVSPEED_TABLE	0x000000001 /* use the device speed table */
106 #define CISTPL_DEVICE_DTYPE_NULL 0x00 /* a NULL device (hole) */
107 #define CISTPL_DEVICE_DTYPE_ROM 0x01 /* device is of type ROM */
108 #define CISTPL_DEVICE_DTYPE_OTPROM 0x02 /* device is of type OTPROM */
109 #define CISTPL_DEVICE_DTYPE_EPROM 0x03 /* device is of type EPROM */
110 #define CISTPL_DEVICE_DTYPE_EEPROM 0x04 /* device is of type EEPROM */
111 #define CISTPL_DEVICE_DTYPE_FLASH 0x05 /* device is of type FLASH */
112 #define CISTPL_DEVICE_DTYPE_SRAM 0x06 /* device is of type SRAM */
113 #define CISTPL_DEVICE_DTYPE_DRAM 0x07 /* device is of type DRAM */
119 #define CISTPL_DEVICE_DTYPE_FUNCSPEC 0x0d /* device is of type FUNCSPEC */
120 #define CISTPL_DEVICE_DTYPE_EXTEND 0x0e /* device is of type extended */
145 * CISTPL_DEVICE_SPEED_SIZE_IGNORE if the device speed is set to this, then
151 uint32_t flags; /* flags specific to this device */
152 uint32_t speed; /* device speed in device speed code format */
153 uint32_t nS_speed; /* device speed in nS */
154 uint32_t type; /* device type */
155 uint32_t size; /* device size */
156 uint32_t size_in_bytes; /* device size in bytes */
200 uint32_t nhdr; /* number of copies of CIS present on device */
235 uint32_t nblocks; /* nblocks data for disk-like device */
241 caddr_t address; /* physical addr for mem-like device */
248 * device format types
763 * They appear in the flags field of the device speed structure.
774 uint32_t wait; /* max WAIT time in device speed format */
776 uint32_t rdybsy; /* max RDY/BSY time in device speed format */
778 uint32_t rsvd; /* max RSVD time in device speed format */
886 struct cistpl_cftable_entry_speed_t speed; /* device speed description */
887 struct cistpl_cftable_entry_io_t io; /* device I/O map */
888 struct cistpl_cftable_entry_irq_t irq; /* device IRQ utilization */
889 struct cistpl_cftable_entry_mem_t mem; /* device memory space */
890 struct cistpl_cftable_entry_misc_t misc; /* misc device features */
971 /* device-dependant config space info */
1055 * These tuples describe the device geometry of memory partitions.
1108 cistpl_device_t device;