OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dsrtc_softc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/footbridge/isa/
dsrtc.c
55
struct
dsrtc_softc
{
struct
64
int ds1687_read(struct
dsrtc_softc
*sc, int addr);
65
void ds1687_write(struct
dsrtc_softc
*sc, int addr, int data);
67
int ds1687_ram_read(struct
dsrtc_softc
*sc, int addr);
68
void ds1687_ram_write(struct
dsrtc_softc
*sc, int addr, int data);
70
static void ds1687_bank_select(struct
dsrtc_softc
*, int);
75
ds1687_read(struct
dsrtc_softc
*sc, int addr)
83
ds1687_write(struct
dsrtc_softc
*sc, int addr, int data)
91
ds1687_bank_select(struct
dsrtc_softc
*sc, int bank)
105
ds1687_ram_read(struct
dsrtc_softc
*sc, int addr
[
all
...]
/src/sys/arch/evbppc/walnut/dev/
ds1743.c
54
struct
dsrtc_softc
{
struct
64
static int ds1743_ram_read(struct
dsrtc_softc
*, int);
65
static void ds1743_ram_write(struct
dsrtc_softc
*, int, int);
70
static inline u_char ds1743_read(struct
dsrtc_softc
*, int);
71
static inline void ds1743_write(struct
dsrtc_softc
*, int, u_char);
72
static u_char ds1743_lock(struct
dsrtc_softc
*, u_char);
73
static void ds1743_unlock(struct
dsrtc_softc
*, u_char);
76
CFATTACH_DECL_NEW(ds1743rtc, sizeof(struct
dsrtc_softc
),
136
struct
dsrtc_softc
*sc = device_private(self);
171
ds1743_read(struct
dsrtc_softc
*sc, int addr
[
all
...]
/src/sys/dev/i2c/
ds1307.c
184
struct
dsrtc_softc
{
struct
198
CFATTACH_DECL_NEW(dsrtc, sizeof(struct
dsrtc_softc
),
223
static int dsrtc_clock_read_ymdhms(struct
dsrtc_softc
*, struct clock_ymdhms *);
224
static int dsrtc_clock_write_ymdhms(struct
dsrtc_softc
*, struct clock_ymdhms *);
228
static int dsrtc_clock_read_timeval(struct
dsrtc_softc
*, time_t *);
229
static int dsrtc_clock_write_timeval(struct
dsrtc_softc
*, time_t);
231
static int dsrtc_read_temp(struct
dsrtc_softc
*, uint32_t *);
298
struct
dsrtc_softc
*sc = device_private(self);
376
struct
dsrtc_softc
*sc;
393
struct
dsrtc_softc
*sc
[
all
...]
Completed in 12 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025