Searched refs:pcicfg_read_dword (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/hptnr/ |
H A D | hptnr_config.h | 147 #define pcicfg_read_dword hptnr_pcicfg_read_dword macro
|
H A D | osm.h | 157 HPT_U32 pcicfg_read_dword(HPT_U8 bus, HPT_U8 dev, HPT_U8 func, HPT_U8 reg);
|
H A D | hptnr_os_bsd.c | 89 HPT_U32 pcicfg_read_dword(HPT_U8 bus, HPT_U8 dev, HPT_U8 func, HPT_U8 reg) in pcicfg_read_dword() function
|
/freebsd/sys/dev/hpt27xx/ |
H A D | hpt27xx_config.h | 153 #define pcicfg_read_dword hpt27xx_pcicfg_read_dword macro
|
H A D | osm.h | 159 HPT_U32 pcicfg_read_dword(HPT_U8 bus, HPT_U8 dev, HPT_U8 func, HPT_U8 reg);
|
H A D | hpt27xx_os_bsd.c | 95 HPT_U32 pcicfg_read_dword(HPT_U8 bus, HPT_U8 dev, HPT_U8 func, HPT_U8 reg) in pcicfg_read_dword() function
|
/freebsd/sys/dev/hptrr/ |
H A D | osm.h | 126 #define pcicfg_read_dword(bus, dev, fn, reg) 0xffff macro
|