Searched refs:microcode_version (Results 1 - 7 of 7) sorted by relevance

/drivers/gpu/drm/radeon/
H A Dradeon_state.c319 if (dev_priv->microcode_version != UCODE_R200) {
377 if (dev_priv->microcode_version != UCODE_R100) {
390 if (dev_priv->microcode_version != UCODE_R200) {
1050 && !(dev_priv->microcode_version == UCODE_R200)) {
1079 } else if (dev_priv->microcode_version == UCODE_R200) {
1134 && (dev_priv->microcode_version == UCODE_R200)
1154 else if ((dev_priv->microcode_version == UCODE_R200) &&
2908 if (dev_priv->microcode_version == UCODE_R300) {
2917 /* microcode_version != r300 */
H A Dradeon_cp.c1230 dev_priv->microcode_version = UCODE_R200;
1233 dev_priv->microcode_version = UCODE_R300;
1236 dev_priv->microcode_version = UCODE_R100;
1286 (dev_priv->microcode_version ==
H A Dradeon_drv.h211 int microcode_version; member in struct:drm_radeon_private
/drivers/media/dvb/frontends/
H A Dbcm3510_priv.h172 u8 microcode_version; member in struct:bcm3510_hab_cmd_get_version_info
H A Dbcm3510.c653 ver.microcode_version, ver.script_version, ver.config_version, ver.demod_version);
/drivers/net/tokenring/
H A Dsmctr.c466 tp->microcode_version = *(__u16 *)(tp->ram_access
468 tp->microcode_version >>= 8;
2987 if (tp->microcode_version != 0) {
3014 (*(fw->data + UCODE_VERSION_OFFSET) > tp->microcode_version))
3024 tp->microcode_version = *(fw->data + UCODE_VERSION_OFFSET); *((__u16 *)(tp->ram_access + CS_RAM_VERSION_OFFSET))
3025 = (tp->microcode_version << 8);
3027 = ~(tp->microcode_version << 8) + 1;
3394 tsv->svv[5] = 0xF0 + (tp->microcode_version >> 4);
3395 tsv->svv[6] = 0xF0 + (tp->microcode_version & 0x0f);
H A Dsmctr.h1016 __u16 microcode_version; member in struct:net_local

Completed in 169 milliseconds