Home
last modified time | relevance | path

Searched refs:CB_RF5C47X (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/pccard/pccbb/
H A Dpccbb_pci.c168 {PCIC_ID_RICOH_RL5C475, "RF5C475 PCI-CardBus Bridge", CB_RF5C47X},
169 {PCIC_ID_RICOH_RL5C476, "RF5C476 PCI-CardBus Bridge", CB_RF5C47X},
170 {PCIC_ID_RICOH_RL5C477, "RF5C477 PCI-CardBus Bridge", CB_RF5C47X},
171 {PCIC_ID_RICOH_RL5C478, "RF5C478 PCI-CardBus Bridge", CB_RF5C47X},
H A Dpccbbvar.h80 #define CB_RF5C47X 4 /* RICOH RF5C475/476/477 */ macro
H A Dpccbb.c926 delay = sc->chipset == CB_RF5C47X ? 400 : 20; in cbb_cardbus_reset()