Home
last modified time | relevance | path

Searched refs:t_PhysToVirt (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ncsw/inc/
H A Dncsw_ext.h352 typedef void * t_PhysToVirt(physAddress_t addr); typedef
375 t_PhysToVirt *f_PhysToVirt; /**< User callback to translate pool buffers
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h968 static __inline__ uint8_t * BdBufferGet (t_PhysToVirt *f_PhysToVirt, t_FmImBd *p_Bd) in BdBufferGet()