Home
last modified time | relevance | path

Searched refs:PNP_DS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pnp/pnpbios/
H A Dbioscalls.c261 PNP_TS1, PNP_DS, 0, 0, data, in __pnp_bios_dev_node_info()
302 boot ? 2 : 1, PNP_DS, 0, &tmp_nodenum, in __pnp_bios_get_dev_node()
334 boot ? 2 : 1, PNP_DS, 0, 0, data, 65536, NULL, in __pnp_bios_set_dev_node()
366 PNP_DS, 0, 0, 0, 0, data, in pnp_bios_dock_station_info()
383 PNP_DS, 0, 0, 0, 0, info, 65536, NULL, 0); in __pnp_bios_get_stat_res()
406 status = call_pnp_bios(PNP_GET_PNP_ISA_CONFIG_STRUC, 0, PNP_TS1, PNP_DS, in __pnp_bios_isapnp_config()
432 PNP_TS1, PNP_DS, data, in __pnp_bios_escd_info()
457 status = call_pnp_bios(PNP_READ_ESCD, 0, PNP_TS1, PNP_TS2, PNP_DS, 0, 0, in __pnp_bios_read_escd()
/linux/arch/x86/include/asm/
H A Dsegment.h151 #define PNP_DS (GDT_ENTRY_PNPBIOS_DS*8) macro