Searched refs:QFN (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/rts5208/ |
D | rtsx_card.c | 371 if (CHECK_PID(chip, 0x5288) && CHECK_BARO_PKG(chip, QFN)) { in rtsx_reset_cards() 504 if (CHECK_PID(chip, 0x5288) && CHECK_BARO_PKG(chip, QFN)) in card_cd_debounce() 527 if (CHECK_PID(chip, 0x5288) && CHECK_BARO_PKG(chip, QFN)) { in rtsx_init_cards() 584 CHECK_BARO_PKG(chip, QFN)) in rtsx_init_cards()
|
D | xd.c | 319 if (CHECK_BARO_PKG(chip, QFN)) { in xd_fill_pull_ctl_disable() 334 if (CHECK_BARO_PKG(chip, QFN)) { in xd_fill_pull_ctl_stage1_barossa() 358 if (CHECK_BARO_PKG(chip, QFN)) { in xd_fill_pull_ctl_enable() 416 if (CHECK_BARO_PKG(chip, QFN)) { in xd_pull_ctl_disable()
|
D | rtsx_chip.h | 648 #define QFN 0 macro
|
D | rtsx_chip.c | 721 chip->baro_pkg = val & 0x04 ? QFN : LQFP; in rts5288_init() 1871 if (!CHECK_PID(chip, 0x5288) || CHECK_BARO_PKG(chip, QFN)) { in rtsx_pre_handle_interrupt()
|
D | ms.c | 426 if (CHECK_BARO_PKG(chip, QFN)) { in ms_pull_ctl_disable() 472 if (CHECK_BARO_PKG(chip, QFN)) { in ms_pull_ctl_enable()
|
D | sd.c | 2078 if (CHECK_BARO_PKG(chip, QFN)) { 2121 if (CHECK_BARO_PKG(chip, QFN)) {
|