• Home
  • Raw
  • Download

Lines Matching defs:chip

75 #define rts51x_set_stat(chip, stat)	\  argument
77 #define rts51x_get_stat(chip) ((chip)->state) argument
79 #define SET_LUN_READY(chip, lun) ((chip)->lun_ready |= ((u8)1 << (lun))) argument
80 #define CLR_LUN_READY(chip, lun) ((chip)->lun_ready &= ~((u8)1 << (lun))) argument
81 #define TST_LUN_READY(chip, lun) ((chip)->lun_ready & ((u8)1 << (lun))) argument
136 #define SET_AUTO_DELINK(chip) ((chip)->flag |= FLIDX_AUTO_DELINK) argument
137 #define CLR_AUTO_DELINK(chip) ((chip)->flag &= ~FLIDX_AUTO_DELINK) argument
138 #define CHK_AUTO_DELINK(chip) ((chip)->flag & FLIDX_AUTO_DELINK) argument
140 #define RTS51X_GET_VID(chip) ((chip)->vendor_id) argument
141 #define RTS51X_GET_PID(chip) ((chip)->product_id) argument
143 #define VENDOR_ID(chip) ((chip)->status[0].vid) argument
144 #define PRODUCT_ID(chip) ((chip)->status[0].pid) argument
145 #define FW_VERSION(chip) ((chip)->status[0].fw_ver) argument
146 #define STATUS_LEN(chip) ((chip)->status_len) argument
152 #define SUPPORT_DETAILED_TYPE1(chip) \ argument
154 #define SUPPORT_OT(chip) \ argument
156 #define SUPPORT_OC(chip) \ argument
158 #define SUPPORT_AUTO_DELINK(chip) \ argument
160 #define SUPPORT_SDIO(chip) \ argument
162 #define SUPPORT_DETAILED_TYPE2(chip) \ argument
165 #define CHECK_PID(chip, pid) (RTS51X_GET_PID(chip) == (pid)) argument
166 #define CHECK_FW_VER(chip, fw_ver) (FW_VERSION(chip) == (fw_ver)) argument
167 #define CHECK_ID(chip, pid, fw_ver) \ argument
461 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in rts51x_check_status() local
572 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in config_autodelink_after_power_on() local
639 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in config_autodelink_before_power_down() local
709 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in fw5895_init() local
732 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in fw5895_set_mmc_wp() local
757 static void rts51x_modi_suspend_timer(struct rts51x_chip *chip) in rts51x_modi_suspend_timer()
769 struct rts51x_chip *chip = (struct rts51x_chip *)data; in rts51x_suspend_timer_fn() local
812 struct rts51x_chip *chip = (struct rts51x_chip *)(us->extra); in rts51x_invoke_transport() local
891 struct rts51x_chip *chip; in realtek_cr_autosuspend_setup() local
946 struct rts51x_chip *chip = extra; in realtek_cr_destructor() local
991 struct rts51x_chip *chip; in init_realtek_cr() local