Searched refs:cppReg (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_hc.h82 t_Error FmHcKgWriteCpp(t_Handle h_FmHc, uint8_t hardwarePortId, uint32_t cppReg);
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c102 volatile uint32_t cppReg; member in struct:t_FmPcdKgPortRegs
1129 t_Error FmHcKgWriteCpp(t_Handle h_FmHc, uint8_t hardwarePortId, uint32_t cppReg) argument
1147 p_HcFrame->hcSpecificData.singleRegForWrite = cppReg;
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c829 static t_Error KgWriteCpp(t_FmPcd *p_FmPcd, uint8_t hardwarePortId, uint32_t cppReg) argument
839 err = FmHcKgWriteCpp(p_FmPcd->h_Hc, hardwarePortId, cppReg);
844 fman_kg_write_cpp(p_KgRegs, cppReg);

Completed in 90 milliseconds