Lines Matching refs:size
25 * @size: Size of configuration space read (8, 16, 32 bits)
32 #define RIO_LOP_READ(size,type,len) \
33 int __rio_local_read_config_##size \
38 if (RIO_##size##_BAD) return RIO_BAD_SIZE; \
46 * @size: Size of configuration space write (8, 16, 32 bits)
53 #define RIO_LOP_WRITE(size,type,len) \
54 int __rio_local_write_config_##size \
57 if (RIO_##size##_BAD) return RIO_BAD_SIZE; \
77 * @size: Size of configuration space read (8, 16, 32 bits)
84 #define RIO_OP_READ(size,type,len) \
85 int rio_mport_read_config_##size \
90 if (RIO_##size##_BAD) return RIO_BAD_SIZE; \
98 * @size: Size of configuration space write (8, 16, 32 bits)
105 #define RIO_OP_WRITE(size,type,len) \
106 int rio_mport_write_config_##size \
109 if (RIO_##size##_BAD) return RIO_BAD_SIZE; \