Lines Matching refs:bus_space_write_1
86 bus_space_write_1(bt, bh, INTERSIL_ICMD, cmd);
100 bus_space_write_1(bt, bh, INTERSIL_ICMD, cmd);
135 bus_space_write_1(bt, bh, INTERSIL_ICMD, cmd);
138 bus_space_write_1(bt, bh, INTERSIL_ICSEC, 0);
139 bus_space_write_1(bt, bh, INTERSIL_IHOUR, dt->dt_hour);
140 bus_space_write_1(bt, bh, INTERSIL_IMIN, dt->dt_min);
141 bus_space_write_1(bt, bh, INTERSIL_ISEC, dt->dt_sec);
142 bus_space_write_1(bt, bh, INTERSIL_IMON, dt->dt_mon);
143 bus_space_write_1(bt, bh, INTERSIL_IDAY, dt->dt_day);
144 bus_space_write_1(bt, bh, INTERSIL_IYEAR, year);
145 bus_space_write_1(bt, bh, INTERSIL_IDOW, dt->dt_wday);
149 bus_space_write_1(bt, bh, INTERSIL_ICMD, cmd);