Searched refs:ks8842_read16 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/ |
H A D | ks8842.c | 224 static inline u16 ks8842_read16(struct ks8842_adapter *adapter, u16 bank, in ks8842_read16() function 261 if (ks8842_read16(adapter, 45, REG_P1MBSR) & 0x4) { in ks8842_update_link_status() 365 mac = ks8842_read16(adapter, 2, REG_MARL); in ks8842_read_mac_addr() 367 mac = ks8842_read16(adapter, 2, REG_MARM); in ks8842_read_mac_addr() 369 mac = ks8842_read16(adapter, 2, REG_MARH); in ks8842_read_mac_addr() 374 mac = ks8842_read16(adapter, 2, REG_MARL); in ks8842_read_mac_addr() 376 mac = ks8842_read16(adapter, 2, REG_MARM); in ks8842_read_mac_addr() 378 mac = ks8842_read16(adapter, 2, REG_MARH); in ks8842_read_mac_addr() 404 mac = ks8842_read16(adapter, 2, REG_MARL); in ks8842_write_mac_addr() 406 mac = ks8842_read16(adapte in ks8842_write_mac_addr() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/ |
H A D | ks8842.c | 224 static inline u16 ks8842_read16(struct ks8842_adapter *adapter, u16 bank, in ks8842_read16() function 261 if (ks8842_read16(adapter, 45, REG_P1MBSR) & 0x4) { in ks8842_update_link_status() 367 mac = ks8842_read16(adapter, 2, REG_MARL); in ks8842_init_mac_addr() 369 mac = ks8842_read16(adapter, 2, REG_MARM); in ks8842_init_mac_addr() 371 mac = ks8842_read16(adapter, 2, REG_MARH); in ks8842_init_mac_addr() 376 mac = ks8842_read16(adapter, 2, REG_MARL); in ks8842_init_mac_addr() 378 mac = ks8842_read16(adapter, 2, REG_MARM); in ks8842_init_mac_addr() 380 mac = ks8842_read16(adapter, 2, REG_MARH); in ks8842_init_mac_addr() 406 mac = ks8842_read16(adapter, 2, REG_MARL); in ks8842_write_mac_addr() 408 mac = ks8842_read16(adapte in ks8842_write_mac_addr() [all...] |
Completed in 3 milliseconds