Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
marvell
/
linux
/
include
/
soc
/
asr
/
power_domain_isp.h
blob: d52b89e7922e52df242c9470980ee8dc117cf4a0 [
file
] [
log
] [
blame
]
#ifndef
_POWER_DOMAIN_ISP_H
#define
_POWER_DOMAIN_ISP_H
/*
* gc, vpu, isp will access the same regsiter to pwr on/off,
* add spinlock to protect the sequence
*/
extern
spinlock_t
gc_vpu_isp_pwr_lock
;
int
isp_pwr_ctrl
(
void
*
dev
,
int
on
);
#endif