Searched defs:byte_width (Results 1 - 6 of 6) sorted by relevance

/drivers/acpi/acpica/
H A Dhwvalid.c127 u32 byte_width; local
142 byte_width = ACPI_DIV_8(bit_width);
143 last_address = address + byte_width - 1;
148 byte_width));
155 ACPI_CAST_PTR(void, address), byte_width));
186 byte_width, port_info->name,
H A Dtbfadt.c55 u8 byte_width,
179 * byte_width - Width of this register
194 u8 byte_width,
203 bit_width = (u8)(byte_width * 8);
204 if (byte_width > 31) { /* (31*8)=248, (32*8)=256 */
207 * for GPEs, the legacy length (byte_width) is used instead to
214 register_name, byte_width,
215 (byte_width * 8)));
192 acpi_tb_init_generic_address(struct acpi_generic_address *generic_address, u8 space_id, u8 byte_width, u64 address, char *register_name, u8 flags) argument
/drivers/gpu/drm/udl/
H A Dudl_transfer.c225 u32 byte_width,
238 line_end = next_pixel + byte_width;
222 udl_render_hline(struct drm_device *dev, int bpp, struct urb **urb_ptr, const char *front, char **urb_buf_ptr, u32 byte_offset, u32 device_byte_offset, u32 byte_width, int *ident_ptr, int *sent_ptr) argument
/drivers/dma/
H A Dintel_mid_dma.c95 int byte_width = 0, block_ts = 0; local
99 byte_width = 1;
102 byte_width = 2;
106 byte_width = 4;
110 block_ts = len/byte_width;
/drivers/net/ethernet/davicom/
H A Ddm9000.c380 static void dm9000_set_io(struct board_info *db, int byte_width) argument
386 switch (byte_width) {
/drivers/video/fbdev/
H A Dudlfb.c520 u32 byte_offset, u32 byte_width,
531 line_end = next_pixel + byte_width;
539 &byte_width);
542 line_end = next_pixel + byte_width;
548 byte_width);
518 dlfb_render_hline(struct dlfb_data *dev, struct urb **urb_ptr, const char *front, char **urb_buf_ptr, u32 byte_offset, u32 byte_width, int *ident_ptr, int *sent_ptr) argument

Completed in 2567 milliseconds