| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smc9194.c | 323 SMC_SELECT_BANK( 0 ); in smc_reset() 337 SMC_SELECT_BANK( 1 ); in smc_reset() 341 SMC_SELECT_BANK( 2 ); in smc_reset() 361 SMC_SELECT_BANK( 0 ); in smc_enable() 367 SMC_SELECT_BANK( 2 ); in smc_enable() 388 SMC_SELECT_BANK( 2 ); in smc_shutdown() 392 SMC_SELECT_BANK( 0 ); in smc_shutdown() 397 SMC_SELECT_BANK( 1 ); in smc_shutdown() 444 SMC_SELECT_BANK( 3 ); in smc_setmulticast() 521 SMC_SELECT_BANK( 2 ); in smc_wait_to_send_packet() [all …]
|
| H A D | smc91c92_cs.c | 146 #define SMC_SELECT_BANK(x) { outw(x, ioaddr + BANK_SELECT); } macro 547 SMC_SELECT_BANK(2); in mot_setup() 549 SMC_SELECT_BANK(1); in mot_setup() 769 SMC_SELECT_BANK(1); in check_sig() 789 SMC_SELECT_BANK(3); in check_sig() 888 SMC_SELECT_BANK(0); in smc91c92_config() 894 SMC_SELECT_BANK(1); in smc91c92_config() 905 SMC_SELECT_BANK(3); in smc91c92_config() 913 SMC_SELECT_BANK(0); in smc91c92_config() 1037 SMC_SELECT_BANK(w); in smc_dump() [all …]
|
| H A D | smc91x.c | 249 SMC_SELECT_BANK(lp, 2); in smc_reset() 266 SMC_SELECT_BANK(lp, 0); in smc_reset() 274 SMC_SELECT_BANK(lp, 1); in smc_reset() 305 SMC_SELECT_BANK(lp, 0); in smc_reset() 309 SMC_SELECT_BANK(lp, 1); in smc_reset() 324 SMC_SELECT_BANK(lp, 2); in smc_reset() 341 SMC_SELECT_BANK(lp, 0); in smc_enable() 345 SMC_SELECT_BANK(lp, 1); in smc_enable() 352 SMC_SELECT_BANK(lp, 2); in smc_enable() 376 SMC_SELECT_BANK(lp, 2); in smc_shutdown() [all …]
|
| H A D | smc9194.h | 204 #define SMC_SELECT_BANK(x) { outw( x, ioaddr + BANK_SELECT ); } macro 214 SMC_SELECT_BANK(2);\ 224 SMC_SELECT_BANK(2);\
|
| H A D | smc91x.h | 929 #define SMC_SELECT_BANK(lp, x) \ macro
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | lan91c96.c | 150 SMC_SELECT_BANK(dev, 0); in dump_memory_info() 154 SMC_SELECT_BANK(dev, old_bank); in dump_memory_info() 171 SMC_SELECT_BANK(dev, 2); in poll4int() 180 SMC_SELECT_BANK(dev, old_bank); in poll4int() 211 SMC_SELECT_BANK(dev, 0); in smc_reset() 221 SMC_SELECT_BANK(dev, 1); in smc_reset() 240 SMC_SELECT_BANK(dev, 0); in smc_enable() 276 SMC_SELECT_BANK(dev, 2); in smc_shutdown() 280 SMC_SELECT_BANK(dev, 0); in smc_shutdown() 342 SMC_SELECT_BANK(dev, 2); in smc_send_packet() [all …]
|
| H A D | smc91111.c | 245 SMC_SELECT_BANK (dev, 2); in poll4int() 254 SMC_SELECT_BANK (dev, old_bank); in poll4int() 298 SMC_SELECT_BANK (dev, 0); in smc_reset() 305 SMC_SELECT_BANK (dev, 1); in smc_reset() 318 SMC_SELECT_BANK (dev, 0); in smc_reset() 328 SMC_SELECT_BANK (dev, 1); in smc_reset() 332 SMC_SELECT_BANK (dev, 2); in smc_reset() 357 SMC_SELECT_BANK( dev, 0 ); in smc_enable() 385 SMC_SELECT_BANK( dev, 2 ); in smc_halt() 389 SMC_SELECT_BANK( dev, 0 ); in smc_halt() [all …]
|
| H A D | lan91c96.h | 585 #define SMC_SELECT_BANK(edev, x) { SMC_outw(edev, x, LAN91C96_BANK_SELECT); } macro 590 SMC_SELECT_BANK(edev, 2);\ 600 SMC_SELECT_BANK(edev, 2);\
|
| H A D | smc91111.h | 756 #define SMC_SELECT_BANK(a,x) { SMC_outw((a), (x), BANK_SELECT ); } macro 761 SMC_SELECT_BANK((a),2);\ 771 SMC_SELECT_BANK(2);\
|
| /OK3568_Linux_fs/u-boot/examples/standalone/ |
| H A D | smc91111_eeprom.c | 203 SMC_SELECT_BANK (&dev, reg >> 4); in smc91111_eeprom() 236 SMC_SELECT_BANK (dev, 1); in copy_from_eeprom() 255 SMC_SELECT_BANK (dev, 1); in print_macaddr() 314 SMC_SELECT_BANK (dev, 2); in read_eeprom_reg() 317 SMC_SELECT_BANK (dev, 1); in read_eeprom_reg() 336 SMC_SELECT_BANK (dev, 2); in write_eeprom_reg() 339 SMC_SELECT_BANK (dev, 1); in write_eeprom_reg() 367 SMC_SELECT_BANK (dev, j); in dump_reg()
|