Searched refs:bytelanes (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/nubus/ |
H A D | nubus.c | 26 /* This is, of course, the size in bytelanes, rather than the size in 37 /* Meaning of "bytelanes": 42 the top of the MacOS ROM) tells us which bytelanes, i.e. which byte 45 A map of 0x0f, as found in the MacOS ROM, means that all bytelanes 48 A map of 0xf0 means that no bytelanes are valid (We pray that we 153 /* Essentially, just step over the bytelanes using whatever in nubus_dirptr() 717 static void __init nubus_add_board(int slot, int bytelanes) in nubus_add_board() argument 728 nubus_rewind(&rp, FORMAT_BLOCK_SIZE, bytelanes); in nubus_add_board() 737 pr_debug("%08lx\n", nubus_get_rom(&rp, 4, bytelanes)); in nubus_add_board() 738 pr_debug("%08lx\n", nubus_get_rom(&rp, 4, bytelanes)); in nubus_add_board() [all...] |
/kernel/linux/linux-6.6/drivers/nubus/ |
H A D | nubus.c | 26 /* This is, of course, the size in bytelanes, rather than the size in 44 /* Meaning of "bytelanes": 49 the top of the MacOS ROM) tells us which bytelanes, i.e. which byte 52 A map of 0x0f, as found in the MacOS ROM, means that all bytelanes 55 A map of 0xf0 means that no bytelanes are valid (We pray that we 160 /* Essentially, just step over the bytelanes using whatever in nubus_dirptr() 724 static void __init nubus_add_board(int slot, int bytelanes) in nubus_add_board() argument 735 nubus_rewind(&rp, FORMAT_BLOCK_SIZE, bytelanes); in nubus_add_board() 744 pr_debug("%08lx\n", nubus_get_rom(&rp, 4, bytelanes)); in nubus_add_board() 745 pr_debug("%08lx\n", nubus_get_rom(&rp, 4, bytelanes)); in nubus_add_board() [all...] |
Completed in 3 milliseconds