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

/linux-master/arch/sh/boards/mach-migor/
H A Dlcd_qvga.c56 static void write_reg16(void *sys_ops_handle, function
82 write_reg16(sys_ops_handle, sys_ops, data[i], data[i + 1]);
128 write_reg16(sohandle, so, 0x00A4, 0x0001);
135 write_reg16(sohandle, so, 0x0050, 0xef - (yres - 1));
136 write_reg16(sohandle, so, 0x0051, 0x00ef);
137 write_reg16(sohandle, so, 0x0052, 0x0000);
138 write_reg16(sohandle, so, 0x0053, xres - 1);
148 write_reg16(sohandle, so, 0x0020, 0x0000); /* horiz addr */
149 write_reg16(sohandle, so, 0x0021, 0x0000); /* vert addr */
152 write_reg16(sohandl
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dpmac_pfunc.h69 int (*write_reg16)(PMF_STD_ARGS, u32 offset, u16 value, u16 mask); member in struct:pmf_handlers
/linux-master/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c187 LOG_PARSE("pmf: write_reg16(offset: %08x, value: %04x, mask: %04x)\n",
190 PMF_PARSE_CALL(write_reg16, cmd, h, offset, value, mask);

Completed in 176 milliseconds