Go to the source code of this file.
|
| #define | SMIA_VERSION_1 10 |
| |
| #define | SMIAPP_VERSION_0_8 8 /* Draft 0.8 */ |
| |
| #define | SMIAPP_VERSION_0_9 9 /* Draft 0.9 */ |
| |
| #define | SMIAPP_VERSION_1 10 |
| |
| #define | SMIAPP_PROFILE_0 0 |
| |
| #define | SMIAPP_PROFILE_1 1 |
| |
| #define | SMIAPP_PROFILE_2 2 |
| |
| #define | SMIAPP_NVM_PAGE_SIZE 64 /* bytes */ |
| |
| #define | SMIAPP_RESET_DELAY_CLOCKS 2400 |
| |
| #define | SMIAPP_RESET_DELAY(clk) |
| |
| #define | SMIAPP_MODULE_IDENT_FLAG_REV_LE (1 << 0) |
| |
| #define | SMIAPP_IDENT_FQ(manufacturer, model, rev, fl, _name, _quirk) |
| |
| #define | SMIAPP_IDENT_LQ(manufacturer, model, rev, _name, _quirk) |
| |
| #define | SMIAPP_IDENT_L(manufacturer, model, rev, _name) |
| |
| #define | SMIAPP_IDENT_Q(manufacturer, model, rev, _name, _quirk) |
| |
| #define | SMIAPP_IDENT(manufacturer, model, rev, _name) |
| |
| #define | SMIAPP_SUBDEVS 3 |
| |
| #define | SMIAPP_PA_PAD_SRC 0 |
| |
| #define | SMIAPP_PAD_SINK 0 |
| |
| #define | SMIAPP_PAD_SRC 1 |
| |
| #define | SMIAPP_PADS 2 |
| |
| #define | to_smiapp_subdev(_sd) container_of(_sd, struct smiapp_subdev, sd) |
| |
| #define | to_smiapp_sensor(_sd) (to_smiapp_subdev(_sd)->sensor) |
| |
| #define SMIA_VERSION_1 10 |
Value:
.revision_number_major =
rev, \
.flags = 0, \
.name = _name, }
Definition at line 129 of file smiapp.h.
Value:
.revision_number_major =
rev, \
.name = _name, \
.quirk = _quirk, }
Definition at line 98 of file smiapp.h.
Value:
.revision_number_major =
rev, \
.name = _name, }
Definition at line 114 of file smiapp.h.
Value:
.revision_number_major =
rev, \
.name = _name, \
.quirk = _quirk, }
Definition at line 106 of file smiapp.h.
Value:
.revision_number_major =
rev, \
.flags = 0, \
.name = _name, \
.quirk = _quirk, }
Definition at line 121 of file smiapp.h.
| #define SMIAPP_MODULE_IDENT_FLAG_REV_LE (1 << 0) |
| #define SMIAPP_NVM_PAGE_SIZE 64 /* bytes */ |
| #define SMIAPP_PA_PAD_SRC 0 |
| #define SMIAPP_PAD_SINK 0 |
| #define SMIAPP_PROFILE_0 0 |
| #define SMIAPP_PROFILE_1 1 |
| #define SMIAPP_PROFILE_2 2 |
| #define SMIAPP_RESET_DELAY |
( |
|
clk | ) |
|
Value:
+ (
clk) / 1000 - 1) / ((
clk) / 1000))
Definition at line 53 of file smiapp.h.
| #define SMIAPP_RESET_DELAY_CLOCKS 2400 |
| #define SMIAPP_VERSION_0_8 8 /* Draft 0.8 */ |
| #define SMIAPP_VERSION_0_9 9 /* Draft 0.9 */ |
| #define SMIAPP_VERSION_1 10 |