• Home
  • Raw
  • Download

Lines Matching defs:chip

74 #define rts51x_set_stat(chip, stat)	\  argument
76 #define rts51x_get_stat(chip) ((chip)->state) argument
78 #define SET_LUN_READY(chip, lun) ((chip)->lun_ready |= ((u8)1 << (lun))) argument
79 #define CLR_LUN_READY(chip, lun) ((chip)->lun_ready &= ~((u8)1 << (lun))) argument
80 #define TST_LUN_READY(chip, lun) ((chip)->lun_ready & ((u8)1 << (lun))) argument
135 #define SET_AUTO_DELINK(chip) ((chip)->flag |= FLIDX_AUTO_DELINK) argument
136 #define CLR_AUTO_DELINK(chip) ((chip)->flag &= ~FLIDX_AUTO_DELINK) argument
137 #define CHK_AUTO_DELINK(chip) ((chip)->flag & FLIDX_AUTO_DELINK) argument
139 #define RTS51X_GET_VID(chip) ((chip)->vendor_id) argument
140 #define RTS51X_GET_PID(chip) ((chip)->product_id) argument
142 #define VENDOR_ID(chip) ((chip)->status[0].vid) argument
143 #define PRODUCT_ID(chip) ((chip)->status[0].pid) argument
144 #define FW_VERSION(chip) ((chip)->status[0].fw_ver) argument
145 #define STATUS_LEN(chip) ((chip)->status_len) argument
151 #define SUPPORT_DETAILED_TYPE1(chip) \ argument
153 #define SUPPORT_OT(chip) \ argument
155 #define SUPPORT_OC(chip) \ argument
157 #define SUPPORT_AUTO_DELINK(chip) \ argument
159 #define SUPPORT_SDIO(chip) \ argument
161 #define SUPPORT_DETAILED_TYPE2(chip) \ argument
164 #define CHECK_PID(chip, pid) (RTS51X_GET_PID(chip) == (pid)) argument
165 #define CHECK_FW_VER(chip, fw_ver) (FW_VERSION(chip) == (fw_ver)) argument
166 #define CHECK_ID(chip, pid, fw_ver) \ argument
460 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in rts51x_check_status() local
571 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in config_autodelink_after_power_on() local
638 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in config_autodelink_before_power_down() local
708 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in fw5895_init() local
731 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in fw5895_set_mmc_wp() local
756 static void rts51x_modi_suspend_timer(struct rts51x_chip *chip) in rts51x_modi_suspend_timer()
768 struct rts51x_chip *chip = (struct rts51x_chip *)data; in rts51x_suspend_timer_fn() local
809 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in rts51x_invoke_transport() local
887 struct rts51x_chip *chip; in realtek_cr_autosuspend_setup() local
942 struct rts51x_chip *chip = extra; in realtek_cr_destructor() local
987 struct rts51x_chip *chip; in init_realtek_cr() local