OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mc146818_softc
(Results
1 - 24
of
24
) sorted by relevancy
/src/sys/arch/alpha/alpha/
mcclockvar.h
34
struct
mc146818_softc
sc_mc146818;
mcclock.c
100
static void mcclock_set_pcc_freq(struct
mc146818_softc
*);
169
struct
mc146818_softc
*sc = &msc->sc_mc146818;
204
mcclock_set_pcc_freq(struct
mc146818_softc
*sc)
253
struct
mc146818_softc
*sc = dev;
/src/sys/dev/ic/
mc146818var.h
30
struct
mc146818_softc
{
struct
44
u_int (*sc_mcread)(struct
mc146818_softc
*, u_int);
45
void (*sc_mcwrite)(struct
mc146818_softc
*, u_int, u_int);
47
u_int (*sc_getcent)(struct
mc146818_softc
*);
48
void (*sc_setcent)(struct
mc146818_softc
*, u_int);
51
void mc146818_attach(struct
mc146818_softc
*);
mc146818.c
47
mc146818_attach(struct
mc146818_softc
*sc)
81
struct
mc146818_softc
*sc = device_private(handle->todr_dev);
131
struct
mc146818_softc
*sc = device_private(handle->todr_dev);
/src/sys/arch/arc/jazz/
mcclock_jazziovar.h
35
u_int (*mjc_mc_read)(struct
mc146818_softc
*, u_int);
36
void (*mjc_mc_write)(struct
mc146818_softc
*, u_int, u_int);
mcclock_jazzio.c
64
CFATTACH_DECL_NEW(mcclock_jazzio, sizeof(struct
mc146818_softc
),
88
struct
mc146818_softc
*sc = device_private(self);
/src/sys/arch/sparc64/dev/
rtc.c
83
CFATTACH_DECL_NEW(rtc_ebus, sizeof(struct
mc146818_softc
),
86
u_int rtc_read_reg(struct
mc146818_softc
*, u_int);
87
void rtc_write_reg(struct
mc146818_softc
*, u_int, u_int);
88
u_int rtc_getcent(struct
mc146818_softc
*);
89
void rtc_setcent(struct
mc146818_softc
*, u_int);
116
rtc_read_reg(struct
mc146818_softc
*sc, u_int reg)
123
rtc_write_reg(struct
mc146818_softc
*sc, u_int reg, u_int val)
134
struct
mc146818_softc
*sc = device_private(self);
192
rtc_getcent(struct
mc146818_softc
*sc)
198
rtc_setcent(struct
mc146818_softc
*sc, u_int cent
[
all
...]
/src/sys/arch/algor/dev/
mcclock_mainbus.c
50
CFATTACH_DECL_NEW(mcclock_mainbus, sizeof(struct
mc146818_softc
),
53
void mcclock_mainbus_write(struct
mc146818_softc
*, u_int, u_int);
54
u_int mcclock_mainbus_read(struct
mc146818_softc
*, u_int);
70
struct
mc146818_softc
*sc = device_private(self);
100
mcclock_mainbus_write(struct
mc146818_softc
*sc, u_int reg, u_int datum)
110
mcclock_mainbus_read(struct
mc146818_softc
*sc, u_int reg)
/src/sys/arch/cobalt/dev/
mcclock.c
52
CFATTACH_DECL_NEW(mcclock, sizeof (struct
mc146818_softc
),
55
static void mcclock_write(struct
mc146818_softc
*, u_int, u_int);
56
static u_int mcclock_read(struct
mc146818_softc
*, u_int);
75
struct
mc146818_softc
*sc = device_private(self);
98
mcclock_write(struct
mc146818_softc
*sc, u_int reg, u_int datum)
111
mcclock_read(struct
mc146818_softc
*sc, u_int reg)
/src/sys/arch/evbppc/pmppc/dev/
ds17485.c
174
static u_int rtc_read(struct
mc146818_softc
*, u_int);
175
static void rtc_write(struct
mc146818_softc
*, u_int, u_int);
177
CFATTACH_DECL_NEW(rtc, sizeof(struct
mc146818_softc
),
192
struct
mc146818_softc
*sc = device_private(self);
218
rtc_read(struct
mc146818_softc
*sc, u_int reg)
225
rtc_write(struct
mc146818_softc
*sc, u_int reg, u_int datum)
/src/sys/arch/alpha/tc/
mcclock_ioasic.c
67
static void mcclock_ioasic_write(struct
mc146818_softc
*, u_int, u_int);
68
static u_int mcclock_ioasic_read(struct
mc146818_softc
*, u_int);
86
struct
mc146818_softc
*sc = &isc->sc_mcclock.sc_mc146818;
100
mcclock_ioasic_write(struct
mc146818_softc
*sc, u_int reg, u_int datum)
108
mcclock_ioasic_read(struct
mc146818_softc
*sc, u_int reg)
/src/sys/arch/alpha/gbus/
mcclock_gbus.c
61
static void mcclock_gbus_write(struct
mc146818_softc
*, u_int, u_int);
62
static u_int mcclock_gbus_read(struct
mc146818_softc
*, u_int);
78
struct
mc146818_softc
*sc = &msc->sc_mc146818;
99
mcclock_gbus_write(struct
mc146818_softc
*sc, u_int reg, u_int val)
105
mcclock_gbus_read(struct
mc146818_softc
*sc, u_int reg)
/src/sys/arch/arc/isa/
mcclock_isa.c
65
CFATTACH_DECL_NEW(mcclock_isa, sizeof(struct
mc146818_softc
),
69
static u_int mc_isa_read(struct
mc146818_softc
*, u_int);
70
static void mc_isa_write(struct
mc146818_softc
*, u_int, u_int);
119
struct
mc146818_softc
*sc = device_private(self);
141
mc_isa_read(struct
mc146818_softc
*sc, u_int reg)
149
mc_isa_write(struct
mc146818_softc
*sc, u_int reg, u_int datum)
/src/sys/arch/hp300/dev/
mcclock_frodo.c
47
static u_int mcclock_frodo_read(struct
mc146818_softc
*, u_int);
48
static void mcclock_frodo_write(struct
mc146818_softc
*, u_int, u_int);
50
CFATTACH_DECL_NEW(mcclock_frodo, sizeof(struct
mc146818_softc
),
76
struct
mc146818_softc
*sc = device_private(self);
115
mcclock_frodo_write(struct
mc146818_softc
*sc, u_int reg, u_int datum)
128
mcclock_frodo_read(struct
mc146818_softc
*sc, u_int reg)
/src/sys/arch/alpha/isa/
mcclock_isa.c
55
static void mcclock_isa_write(struct
mc146818_softc
*, u_int, u_int);
56
static u_int mcclock_isa_read(struct
mc146818_softc
*, u_int);
101
struct
mc146818_softc
*sc = &msc->sc_mc146818;
117
mcclock_isa_write(struct
mc146818_softc
*sc, u_int reg, u_int datum)
127
mcclock_isa_read(struct
mc146818_softc
*sc, u_int reg)
/src/sys/arch/alpha/jensenio/
mcclock_jensenio.c
91
static void mcclock_jensenio_write(struct
mc146818_softc
*, u_int, u_int);
92
static u_int mcclock_jensenio_read(struct
mc146818_softc
*, u_int);
112
struct
mc146818_softc
*sc = &jsc->sc_mcclock.sc_mc146818;
134
mcclock_jensenio_write(struct
mc146818_softc
*sc, u_int reg, u_int datum)
144
mcclock_jensenio_read(struct
mc146818_softc
*sc, u_int reg)
/src/sys/arch/evbarm/tsarm/
tsrtc.c
53
struct
mc146818_softc
sc_mc;
62
void tsrtc_write(struct
mc146818_softc
*, u_int, u_int);
63
u_int tsrtc_read(struct
mc146818_softc
*, u_int);
71
struct
mc146818_softc
*sc;
114
struct
mc146818_softc
*sc = &tsc->sc_mc;
138
tsrtc_write(struct
mc146818_softc
*mc_sc, u_int reg, u_int datum)
147
tsrtc_read(struct
mc146818_softc
*mc_sc, u_int reg)
/src/sys/arch/prep/pnpbus/
mcclock_pnpbus.c
71
CFATTACH_DECL_NEW(mcclock_pnpbus, sizeof(struct
mc146818_softc
),
74
void mcclock_pnpbus_write(struct
mc146818_softc
*, u_int, u_int);
75
u_int mcclock_pnpbus_read(struct
mc146818_softc
*, u_int);
102
struct
mc146818_softc
*sc = device_private(self);
129
struct
mc146818_softc
*sc;
178
mcclock_pnpbus_write(struct
mc146818_softc
*sc, u_int reg, u_int datum)
191
mcclock_pnpbus_read(struct
mc146818_softc
*sc, u_int reg)
/src/sys/arch/evbmips/isa/
mcclock_isa.c
56
CFATTACH_DECL_NEW(mcclock_isa, sizeof(struct
mc146818_softc
),
59
static void mcclock_isa_write(struct
mc146818_softc
*, u_int, u_int);
60
static u_int mcclock_isa_read(struct
mc146818_softc
*, u_int);
104
struct
mc146818_softc
*sc = device_private(self);
133
mcclock_isa_write(struct
mc146818_softc
*sc, u_int reg, u_int datum)
143
mcclock_isa_read(struct
mc146818_softc
*sc, u_int reg)
/src/sys/arch/arc/arc/
c_jazz_eisa.c
97
static u_int mc_jazz_eisa_read(struct
mc146818_softc
*, u_int);
98
static void mc_jazz_eisa_write(struct
mc146818_softc
*, u_int, u_int);
108
mc_jazz_eisa_read(struct
mc146818_softc
*sc, u_int reg)
119
mc_jazz_eisa_write(struct
mc146818_softc
*sc, u_int reg, u_int datum)
c_nec_pci.c
102
static u_int mc_nec_pci_read(struct
mc146818_softc
*, u_int);
103
static void mc_nec_pci_write(struct
mc146818_softc
*, u_int, u_int);
132
mc_nec_pci_read(struct
mc146818_softc
*sc, u_int reg)
143
mc_nec_pci_write(struct
mc146818_softc
*sc, u_int reg, u_int datum)
/src/sys/arch/bebox/isa/
mcclock_isa.c
145
CFATTACH_DECL_NEW(mcclock_isa, sizeof(struct
mc146818_softc
),
149
mcclock_isa_read(struct
mc146818_softc
*sc, unsigned reg)
157
mcclock_isa_write(struct
mc146818_softc
*sc, unsigned reg, unsigned datum)
210
struct
mc146818_softc
*sc = device_private(self);
/src/sys/arch/sandpoint/isa/
mcclock_isa.c
145
CFATTACH_DECL_NEW(mcclock_isa, sizeof(struct
mc146818_softc
),
149
mcclock_isa_read(struct
mc146818_softc
*sc, unsigned reg)
157
mcclock_isa_write(struct
mc146818_softc
*sc, unsigned reg, unsigned datum)
210
struct
mc146818_softc
*sc = device_private(self);
/src/sys/dev/ofisa/
mcclock_ofisa.c
94
mcclock_ofisa_read(struct
mc146818_softc
*sc, u_int reg)
101
mcclock_ofisa_write(struct
mc146818_softc
*sc, u_int reg, u_int datum)
124
struct
mc146818_softc
*sc = device_private(self);
187
CFATTACH_DECL_NEW(mcclock_ofisa, sizeof(struct
mc146818_softc
),
Completed in 45 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025