Searched refs:DINO_CFG_TOK (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/parisc/ |
H A D | dino.c | 162 #define DINO_CFG_TOK(bus,dfn,pos) ((u32) ((bus)<<16 | (dfn)<<8 | (pos))) macro 176 u32 v = DINO_CFG_TOK(local_bus, devfn, where & ~3); in dino_cfg_read() 211 u32 v = DINO_CFG_TOK(local_bus, devfn, where & ~3); in dino_cfg_write()
|
/kernel/linux/linux-6.6/drivers/parisc/ |
H A D | dino.c | 162 #define DINO_CFG_TOK(bus,dfn,pos) ((u32) ((bus)<<16 | (dfn)<<8 | (pos))) macro 176 u32 v = DINO_CFG_TOK(local_bus, devfn, where & ~3); in dino_cfg_read() 211 u32 v = DINO_CFG_TOK(local_bus, devfn, where & ~3); in dino_cfg_write()
|
Completed in 4 milliseconds